#DB16E2
A medium, vivid magenta closely aligning with Fuchsia.
About #DB16E2
The hex code #DB16E2 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(219, 22, 226).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 3% C, 90% M, 0% Y, and 11% K. The HSL representation is 297.9° hue, 82.3% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB16E2
RGB219, 22, 226
HSL297.9°, 82.3%, 48.6%
CMYK3%, 90%, 0%, 11%
HSV297.9°, 90.3%, 88.6%
LAB53.1, 86.7, -56.5
XYZ43.2, 21.1, 73.8
Decimal14358242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB16E2;
}
.text-color {
color: #DB16E2;
}
.border-color {
border: 2px solid #DB16E2;
}