#DB2492
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB2492
At its core, #DB2492 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(219, 36, 146).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 84% M, 33% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
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#DB2492
RGB219, 36, 146
HSL323.9°, 71.8%, 50.0%
CMYK0%, 84%, 33%, 14%
HSV323.9°, 83.6%, 85.9%
LAB50.0, 74.1, -14.8
XYZ35.0, 18.4, 28.9
Decimal14361746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.68:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2492;
}
.text-color {
color: #DB2492;
}
.border-color {
border: 2px solid #DB2492;
}