Shades of Deep Magenta #D220C0
Tints of Deep Magenta #D220C0
RGB
CMYK
RGB Variations
Color information
#D220C0 (or 0xD220C0) is known color: Deep Magenta. HEX triplet: D2, 20 and C0. RGB value is (210,32,192). Sum of RGB (Red+Green+Blue) = 210+32+192=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D220C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220C0 is #2DDF3F. Grayscale: #676767. Windows color (decimal): -3006272 or 12591314. OLE color: 12591314.
HSL color Cylindrical-coordinate representation of color #D220C0: hue angle of 306.07º 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 #D220C0 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 192 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.18 |
| HSL | 306.07º | 0.74% | 0.47% | - |
| HSV(B) | 306.07º | 0.85% | 0.82% | - |
| XYZ | 36.61 | 18.54 | 51.52 | - |
| YUV | 103.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 192 | 0 | 0.85 | 0.09 | 0.18 | 306.07 | 0.74 | 0.47 |
| Hex | D2 | 20 | C0 | 0 | 55 | 9 | 12 | 132 | 4A | 2F |
| Octal | 322 | 40 | 300 | 0 | 125 | 11 | 22 | 462 | 112 | 57 |
| Binary | 11010010 | 100000 | 11000000 | 0 | 1010101 | 1001 | 10010 | 100110010 | 1001010 | 101111 |
Color Harmonies of #D220C0
Complementary color
Monochromatic Colors of #D220C0
Black with #D220C0
Text Example
Text Example
White with #D220C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220C0; }
p { color: rgb(210,32,192); }
H1.HeaderClassName
{
color: #D220C0;
}
.AnyTagClassName
{
color: #D220C0;
}
</style>
background-color css
<style>
a { background-color: #D220C0; }
a { background-color: rgb(210,32,192); }
div.DivClassName
{
background-color: #D220C0;
}
.BgClassName
{
background-color: #D220C0;
}
</style>
border-color css
<style>
span { border-color: #D220C0; }
span { border-color: rgb(210,32,192); }
td.TdClassName
{
border-color: #D220C0;
}
.TagClassName
{
border-color: #D220C0;
}
</style>