#DB1DFF
A medium, vivid magenta closely aligning with Fuchsia.
About #DB1DFF
The precise color #DB1DFF 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, 29, and 255.
For print applications, it's crucial to understand its CMYK makeup. The color uses 14% Cyan, 89% Magenta, 0% Yellow, and 0% Black. The HSL representation is 290.4° hue, 100.0% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#DB1DFF
RGB219, 29, 255
HSL290.4°, 100.0%, 55.7%
CMYK14%, 89%, 0%, 0%
HSV290.4°, 88.6%, 100.0%
LAB55.2, 90.3, -69.3
XYZ47.7, 23.2, 96.6
Decimal14360063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB1DFF;
}
.text-color {
color: #DB1DFF;
}
.border-color {
border: 2px solid #DB1DFF;
}