Shades of Deep Magenta #D220D0
Tints of Deep Magenta #D220D0
RGB
CMYK
RGB Variations
Color information
#D220D0 (or 0xD220D0) is known color: Deep Magenta. HEX triplet: D2, 20 and D0. RGB value is (210,32,208). Sum of RGB (Red+Green+Blue) = 210+32+208=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D220D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220D0 is #2DDF2F. Grayscale: #686868. Windows color (decimal): -3006256 or 13639890. OLE color: 13639890.
HSL color Cylindrical-coordinate representation of color #D220D0: hue angle of 300.67º 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 #D220D0 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 208 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.18 |
| HSL | 300.67º | 0.74% | 0.47% | - |
| HSV(B) | 300.67º | 0.85% | 0.82% | - |
| XYZ | 38.48 | 19.29 | 61.37 | - |
| YUV | 105.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 208 | 0 | 0.85 | 0.01 | 0.18 | 300.67 | 0.74 | 0.47 |
| Hex | D2 | 20 | D0 | 0 | 55 | 1 | 12 | 12D | 4A | 2F |
| Octal | 322 | 40 | 320 | 0 | 125 | 1 | 22 | 455 | 112 | 57 |
| Binary | 11010010 | 100000 | 11010000 | 0 | 1010101 | 1 | 10010 | 100101101 | 1001010 | 101111 |
Color Harmonies of #D220D0
Complementary color
Monochromatic Colors of #D220D0
Black with #D220D0
Text Example
Text Example
White with #D220D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220D0; }
p { color: rgb(210,32,208); }
H1.HeaderClassName
{
color: #D220D0;
}
.AnyTagClassName
{
color: #D220D0;
}
</style>
background-color css
<style>
a { background-color: #D220D0; }
a { background-color: rgb(210,32,208); }
div.DivClassName
{
background-color: #D220D0;
}
.BgClassName
{
background-color: #D220D0;
}
</style>
border-color css
<style>
span { border-color: #D220D0; }
span { border-color: rgb(210,32,208); }
td.TdClassName
{
border-color: #D220D0;
}
.TagClassName
{
border-color: #D220D0;
}
</style>