#DB5792
A light, moderate magenta closely aligning with Hotpink.
About #DB5792
The precise color #DB5792 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(219, 87, 146).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 60% magenta, 33% yellow, and 14% black. The HSL representation is 333.2° hue, 64.7% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB5792
RGB219, 87, 146
HSL333.2°, 64.7%, 60.0%
CMYK0%, 60%, 33%, 14%
HSV333.2°, 60.3%, 85.9%
LAB56.0, 57.2, -5.7
XYZ37.8, 24.0, 29.8
Decimal14374802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5792;
}
.text-color {
color: #DB5792;
}
.border-color {
border: 2px solid #DB5792;
}