#DB2CA0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB2CA0
At its core, #DB2CA0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 219 red, 44 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 80% M, 27% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB2CA0
RGB219, 44, 160
HSL320.2°, 70.9%, 51.6%
CMYK0%, 80%, 27%, 14%
HSV320.2°, 79.9%, 85.9%
LAB51.2, 73.8, -21.3
XYZ36.5, 19.4, 35.1
Decimal14363808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2CA0;
}
.text-color {
color: #DB2CA0;
}
.border-color {
border: 2px solid #DB2CA0;
}