#DB1675
A medium, vivid magenta closely aligning with Deeppink.
About #DB1675
At its core, #DB1675 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 219 red, 22 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 90% magenta inks. With a hue angle of 331.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB1675
RGB219, 22, 117
HSL331.1°, 81.7%, 47.3%
CMYK0%, 90%, 47%, 14%
HSV331.1°, 90.0%, 85.9%
LAB48.2, 73.9, 0.1
XYZ32.7, 16.9, 18.4
Decimal14358133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.79:1
Text on #FFFFFF
AA
4.38:1
Text on #000000
AA Large
4.58:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1675;
}
.text-color {
color: #DB1675;
}
.border-color {
border: 2px solid #DB1675;
}