Shades of Deep Magenta #D220DD
Tints of Deep Magenta #D220DD
RGB
CMYK
RGB Variations
Color information
#D220DD (or 0xD220DD) is known color: Deep Magenta. HEX triplet: D2, 20 and DD. RGB value is (210,32,221). Sum of RGB (Red+Green+Blue) = 210+32+221=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #D220DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220DD is #2DDF22. Grayscale: #6A6A6A. Windows color (decimal): -3006243 or 14491858. OLE color: 14491858.
HSL color Cylindrical-coordinate representation of color #D220DD: hue angle of 296.51º 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 #D220DD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 32 | 221 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.51º | 0.75% | 0.5% | - |
| HSV(B) | 296.51º | 0.86% | 0.87% | - |
| XYZ | 40.15 | 19.96 | 70.14 | - |
| YUV | 106.77 | 192.47 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 221 | 0.05 | 0.86 | 0 | 0.13 | 296.51 | 0.75 | 0.5 |
| Hex | D2 | 20 | DD | 5 | 56 | 0 | D | 129 | 4B | 32 |
| Octal | 322 | 40 | 335 | 5 | 126 | 0 | 15 | 451 | 113 | 62 |
| Binary | 11010010 | 100000 | 11011101 | 101 | 1010110 | 0 | 1101 | 100101001 | 1001011 | 110010 |
Color Harmonies of #D220DD
Complementary color
Monochromatic Colors of #D220DD
Black with #D220DD
Text Example
Text Example
White with #D220DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220DD; }
p { color: rgb(210,32,221); }
H1.HeaderClassName
{
color: #D220DD;
}
.AnyTagClassName
{
color: #D220DD;
}
</style>
background-color css
<style>
a { background-color: #D220DD; }
a { background-color: rgb(210,32,221); }
div.DivClassName
{
background-color: #D220DD;
}
.BgClassName
{
background-color: #D220DD;
}
</style>
border-color css
<style>
span { border-color: #D220DD; }
span { border-color: rgb(210,32,221); }
td.TdClassName
{
border-color: #D220DD;
}
.TagClassName
{
border-color: #D220DD;
}
</style>