All CSS Colors
#FF1493deeppink

Deep Pink

CSS named color · Pink family

HEX#FF1493
RGBrgb(255, 20, 147)
HSLhsl(328, 100%, 54%)
CSSdeeppink

Tints & Shades

#ffd6ec
#ffb3db
#ff8ac8
#ff61b5
#ff3da5
#FF1493
#e6007a
#b80062
#8a0049
#5c0031
#2e0018
LighterDarker

Complementary Color

Deep Pink

#FF1493

Complement

#14ff82

hsl(148, 100%, 54%)

CSS Usage

.element {
  color: deeppink;
  background-color: deeppink;
}

/* Using hex */
.element {
  color: #FF1493;
  background-color: #FF1493;
}

/* Using RGB */
.element {
  color: rgb(255, 20, 147);
  background-color: rgb(255, 20, 147);
}

Similar Colors

Related Tools

Browse All CSS Colors