#DB00D3
A medium, vivid magenta closely aligning with Fuchsia.
About #DB00D3
At its core, #DB00D3 is a medium and vivid hue. Its closest recognized web color is Fuchsia. Its digital footprint relies on 219 parts red, 0 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 4% Yellow, and 14% Black. The HSL representation is 302.2° hue, 100.0% saturation, and 42.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB00D3
RGB219, 0, 211
HSL302.2°, 100.0%, 42.9%
CMYK0%, 100%, 4%, 14%
HSV302.2°, 100.0%, 85.9%
LAB51.6, 86.5, -50.4
XYZ41.0, 19.8, 63.3
Decimal14352595
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.95:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB00D3;
}
.text-color {
color: #DB00D3;
}
.border-color {
border: 2px solid #DB00D3;
}