#DB0F66
A medium, vivid magenta closely aligning with Deeppink.
About #DB0F66
The hex code #DB0F66 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 219 red, 15 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 93% Magenta, 53% Yellow, and 14% Black. The HSL representation is 334.4° hue, 87.2% saturation, and 45.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB0F66
RGB219, 15, 102
HSL334.4°, 87.2%, 45.9%
CMYK0%, 93%, 53%, 14%
HSV334.4°, 93.2%, 85.9%
LAB47.4, 73.6, 8.3
XYZ31.8, 16.4, 14.1
Decimal14356326
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F66;
}
.text-color {
color: #DB0F66;
}
.border-color {
border: 2px solid #DB0F66;
}