#DB1DE2
A medium, vivid magenta closely aligning with Fuchsia.
About #DB1DE2
At its core, #DB1DE2 is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 29, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 87% M, 0% Y, and 11% K. With a hue angle of 297.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB1DE2
RGB219, 29, 226
HSL297.9°, 77.3%, 50.0%
CMYK3%, 87%, 0%, 11%
HSV297.9°, 87.2%, 88.6%
LAB53.4, 85.8, -56.0
XYZ43.4, 21.4, 73.8
Decimal14360034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1DE2;
}
.text-color {
color: #DB1DE2;
}
.border-color {
border: 2px solid #DB1DE2;
}