Shades of Deep Magenta #D220CD
Tints of Deep Magenta #D220CD
RGB
CMYK
RGB Variations
Color information
#D220CD (or 0xD220CD) is known color: Deep Magenta. HEX triplet: D2, 20 and CD. RGB value is (210,32,205). Sum of RGB (Red+Green+Blue) = 210+32+205=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D220CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220CD is #2DDF32. Grayscale: #686868. Windows color (decimal): -3006259 or 13443282. OLE color: 13443282.
HSL color Cylindrical-coordinate representation of color #D220CD: hue angle of 301.69º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220CD is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 205 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.18 |
| HSL | 301.69º | 0.74% | 0.47% | - |
| HSV(B) | 301.69º | 0.85% | 0.82% | - |
| XYZ | 38.11 | 19.14 | 59.44 | - |
| YUV | 104.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 205 | 0 | 0.85 | 0.02 | 0.18 | 301.69 | 0.74 | 0.47 |
| Hex | D2 | 20 | CD | 0 | 55 | 2 | 12 | 12E | 4A | 2F |
| Octal | 322 | 40 | 315 | 0 | 125 | 2 | 22 | 456 | 112 | 57 |
| Binary | 11010010 | 100000 | 11001101 | 0 | 1010101 | 10 | 10010 | 100101110 | 1001010 | 101111 |
Color Harmonies of #D220CD
Complementary color
Monochromatic Colors of #D220CD
Black with #D220CD
Text Example
Text Example
White with #D220CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220CD; }
p { color: rgb(210,32,205); }
H1.HeaderClassName
{
color: #D220CD;
}
.AnyTagClassName
{
color: #D220CD;
}
</style>
background-color css
<style>
a { background-color: #D220CD; }
a { background-color: rgb(210,32,205); }
div.DivClassName
{
background-color: #D220CD;
}
.BgClassName
{
background-color: #D220CD;
}
</style>
border-color css
<style>
span { border-color: #D220CD; }
span { border-color: rgb(210,32,205); }
td.TdClassName
{
border-color: #D220CD;
}
.TagClassName
{
border-color: #D220CD;
}
</style>