#DB00E9
A medium, vivid magenta closely aligning with Fuchsia.
About #DB00E9
At its core, #DB00E9 is a medium and vivid hue. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 219 red, 0 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 100% magenta, 0% yellow, and 9% black. The HSL representation is 296.4° hue, 100.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB00E9
RGB219, 0, 233
HSL296.4°, 100.0%, 45.7%
CMYK6%, 100%, 0%, 9%
HSV296.4°, 100.0%, 91.4%
LAB52.9, 89.6, -60.8
XYZ43.9, 20.9, 78.8
Decimal14352617
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB00E9;
}
.text-color {
color: #DB00E9;
}
.border-color {
border: 2px solid #DB00E9;
}