#DB57A0
A light, moderate magenta closely aligning with Hotpink.
About #DB57A0
Visually, #DB57A0 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(219, 87, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 60% M, 27% Y, and 14% K. With a hue angle of 326.8 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB57A0
RGB219, 87, 160
HSL326.8°, 64.7%, 60.0%
CMYK0%, 60%, 27%, 14%
HSV326.8°, 60.3%, 85.9%
LAB56.5, 58.9, -13.2
XYZ39.0, 24.4, 35.9
Decimal14374816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB57A0;
}
.text-color {
color: #DB57A0;
}
.border-color {
border: 2px solid #DB57A0;
}