Magenta (Pink)
#D220DF
RGB: 210, 32, 223
Color OverviewHEX #D220DF
#D220DF Color Code Information
In the RGB color space, #D220DF is composed of 82% red, 13% green, and 87% blue. In the HSL color space, it has a hue of 296°, saturation of 75%, and lightness of 50%.
HEX
#D220DF
RGB
210, 32, 223
HSL
296°, 75%, 50%
HSV
296°, 86%, 87%
CMYK
6%, 86%, 0%, 13%
Name Match
Magenta
Closest StandardShades of #D220DF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #D220DF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #D220DF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #D220DF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #D220DF Background
Contrast Ratio against Pure White (#FFFFFF):4.19 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D220DF Background
Contrast Ratio against Pure Black (#000000):5.01 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #D220DF;
}
.element {
color: #D220DF;
background-color: #D220DF;
border-color: #D220DF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#D220DF] text-[#D220DF] border-[#D220DF]"> Content styled with #D220DF </div>