#DB16CC
A medium, vivid magenta closely aligning with Fuchsia.
About #DB16CC
The precise color #DB16CC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 22, and 204.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 90% Magenta, 7% Yellow, and 14% Black. The HSL representation is 304.6° hue, 81.7% saturation, and 47.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB16CC
RGB219, 22, 204
HSL304.6°, 81.7%, 47.3%
CMYK0%, 90%, 7%, 14%
HSV304.6°, 90.0%, 85.9%
LAB51.8, 83.6, -46.0
XYZ40.4, 20.0, 58.9
Decimal14358220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB16CC;
}
.text-color {
color: #DB16CC;
}
.border-color {
border: 2px solid #DB16CC;
}