#DB6DB6
A light, moderate magenta closely aligning with Hotpink.
About #DB6DB6
When working with digital screens, the color #DB6DB6 is rendered by mixing light. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(219, 109, 182).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 50% M, 17% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB6DB6
RGB219, 109, 182
HSL320.2°, 60.4%, 64.3%
CMYK0%, 50%, 17%, 14%
HSV320.2°, 50.2%, 85.9%
LAB61.1, 51.8, -18.9
XYZ43.1, 29.4, 47.7
Decimal14380470
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6DB6;
}
.text-color {
color: #DB6DB6;
}
.border-color {
border: 2px solid #DB6DB6;
}