#DB24B6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB24B6
At its core, #DB24B6 is a medium and vivid hue. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(219, 36, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 84% M, 17% Y, and 14% K. With a hue angle of 312.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB24B6
RGB219, 36, 182
HSL312.1°, 71.8%, 50.0%
CMYK0%, 84%, 17%, 14%
HSV312.1°, 83.6%, 85.9%
LAB51.5, 78.3, -33.7
XYZ38.3, 19.7, 46.0
Decimal14361782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB24B6;
}
.text-color {
color: #DB24B6;
}
.border-color {
border: 2px solid #DB24B6;
}