#DB2C7C
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB2C7C
When working with digital screens, the color #DB2C7C is rendered by mixing light. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 219 red, 44 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 80% M, 43% Y, and 14% K. The HSL representation is 332.6° hue, 70.9% saturation, and 51.6% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB2C7C
RGB219, 44, 124
HSL332.6°, 70.9%, 51.6%
CMYK0%, 80%, 43%, 14%
HSV332.6°, 79.9%, 85.9%
LAB49.9, 70.1, -1.6
XYZ33.8, 18.3, 20.8
Decimal14363772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2C7C;
}
.text-color {
color: #DB2C7C;
}
.border-color {
border: 2px solid #DB2C7C;
}