#DB0F7C
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB0F7C
The hex code #DB0F7C represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 15, and 124.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 93% M, 43% Y, and 14% K. The HSL representation is 327.9° hue, 87.2% saturation, and 45.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB0F7C
RGB219, 15, 124
HSL327.9°, 87.2%, 45.9%
CMYK0%, 93%, 43%, 14%
HSV327.9°, 93.2%, 85.9%
LAB48.1, 75.3, -4.3
XYZ33.0, 16.9, 20.6
Decimal14356348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.80:1
Text on #FFFFFF
AA
4.37:1
Text on #000000
AA Large
4.59:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F7C;
}
.text-color {
color: #DB0F7C;
}
.border-color {
border: 2px solid #DB0F7C;
}