#DB007C
A medium, vivid magenta closely aligning with Deeppink.
About #DB007C
The hex code #DB007C represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(219, 0, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 43% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB007C
RGB219, 0, 124
HSL326.0°, 100.0%, 42.9%
CMYK0%, 100%, 43%, 14%
HSV326.0°, 100.0%, 85.9%
LAB47.6, 76.6, -4.9
XYZ32.9, 16.5, 20.5
Decimal14352508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.88:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.66:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB007C;
}
.text-color {
color: #DB007C;
}
.border-color {
border: 2px solid #DB007C;
}