Shades of Deep Magenta #D220DE
Tints of Deep Magenta #D220DE
RGB
CMYK
RGB Variations
Color information
#D220DE (or 0xD220DE) is known color: Deep Magenta. HEX triplet: D2, 20 and DE. RGB value is (210,32,222). Sum of RGB (Red+Green+Blue) = 210+32+222=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #D220DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220DE is #2DDF21. Grayscale: #6A6A6A. Windows color (decimal): -3006242 or 14557394. OLE color: 14557394.
HSL color Cylindrical-coordinate representation of color #D220DE: hue angle of 296.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D220DE is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 32 | 222 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.21º | 0.75% | 0.5% | - |
| HSV(B) | 296.21º | 0.86% | 0.87% | - |
| XYZ | 40.28 | 20.01 | 70.85 | - |
| YUV | 106.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 222 | 0.05 | 0.86 | 0 | 0.13 | 296.21 | 0.75 | 0.5 |
| Hex | D2 | 20 | DE | 5 | 56 | 0 | D | 128 | 4B | 32 |
| Octal | 322 | 40 | 336 | 5 | 126 | 0 | 15 | 450 | 113 | 62 |
| Binary | 11010010 | 100000 | 11011110 | 101 | 1010110 | 0 | 1101 | 100101000 | 1001011 | 110010 |
Color Harmonies of #D220DE
Complementary color
Monochromatic Colors of #D220DE
Black with #D220DE
Text Example
Text Example
White with #D220DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220DE; }
p { color: rgb(210,32,222); }
H1.HeaderClassName
{
color: #D220DE;
}
.AnyTagClassName
{
color: #D220DE;
}
</style>
background-color css
<style>
a { background-color: #D220DE; }
a { background-color: rgb(210,32,222); }
div.DivClassName
{
background-color: #D220DE;
}
.BgClassName
{
background-color: #D220DE;
}
</style>
border-color css
<style>
span { border-color: #D220DE; }
span { border-color: rgb(210,32,222); }
td.TdClassName
{
border-color: #D220DE;
}
.TagClassName
{
border-color: #D220DE;
}
</style>