Shades of Deep Magenta #D421DE
Tints of Deep Magenta #D421DE
RGB
CMYK
RGB Variations
Color information
#D421DE (or 0xD421DE) is known color: Deep Magenta. HEX triplet: D4, 21 and DE. RGB value is (212,33,222). Sum of RGB (Red+Green+Blue) = 212+33+222=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #D421DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421DE is #2BDE21. Grayscale: #6B6B6B. Windows color (decimal): -2874914 or 14557652. OLE color: 14557652.
HSL color Cylindrical-coordinate representation of color #D421DE: hue angle of 296.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D421DE is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 33 | 222 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.13 |
| HSL | 296.83º | 0.74% | 0.5% | - |
| HSV(B) | 296.83º | 0.85% | 0.87% | - |
| XYZ | 40.88 | 20.36 | 70.88 | - |
| YUV | 108.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 222 | 0.05 | 0.85 | 0 | 0.13 | 296.83 | 0.74 | 0.5 |
| Hex | D4 | 21 | DE | 5 | 55 | 0 | D | 129 | 4A | 32 |
| Octal | 324 | 41 | 336 | 5 | 125 | 0 | 15 | 451 | 112 | 62 |
| Binary | 11010100 | 100001 | 11011110 | 101 | 1010101 | 0 | 1101 | 100101001 | 1001010 | 110010 |
Color Harmonies of #D421DE
Complementary color
Monochromatic Colors of #D421DE
Black with #D421DE
Text Example
Text Example
White with #D421DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421DE; }
p { color: rgb(212,33,222); }
H1.HeaderClassName
{
color: #D421DE;
}
.AnyTagClassName
{
color: #D421DE;
}
</style>
background-color css
<style>
a { background-color: #D421DE; }
a { background-color: rgb(212,33,222); }
div.DivClassName
{
background-color: #D421DE;
}
.BgClassName
{
background-color: #D421DE;
}
</style>
border-color css
<style>
span { border-color: #D421DE; }
span { border-color: rgb(212,33,222); }
td.TdClassName
{
border-color: #D421DE;
}
.TagClassName
{
border-color: #D421DE;
}
</style>