#DB42A0
A medium, moderate magenta closely aligning with Mediumvioletred.
About #DB42A0
At its core, #DB42A0 is a medium and moderate hue. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 219 red, 66 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 70% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB42A0
RGB219, 66, 160
HSL323.1°, 68.0%, 55.9%
CMYK0%, 70%, 27%, 14%
HSV323.1°, 69.9%, 85.9%
LAB53.5, 67.2, -17.8
XYZ37.5, 21.5, 35.4
Decimal14369440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB42A0;
}
.text-color {
color: #DB42A0;
}
.border-color {
border: 2px solid #DB42A0;
}