Shades of Deep Magenta #D220D9
Tints of Deep Magenta #D220D9
RGB
CMYK
RGB Variations
Color information
#D220D9 (or 0xD220D9) is known color: Deep Magenta. HEX triplet: D2, 20 and D9. RGB value is (210,32,217). Sum of RGB (Red+Green+Blue) = 210+32+217=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #D220D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220D9 is #2DDF26. Grayscale: #696969. Windows color (decimal): -3006247 or 14229714. OLE color: 14229714.
HSL color Cylindrical-coordinate representation of color #D220D9: hue angle of 297.73º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220D9 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 32 | 217 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.15 |
| HSL | 297.73º | 0.74% | 0.49% | - |
| HSV(B) | 297.73º | 0.85% | 0.85% | - |
| XYZ | 39.62 | 19.74 | 67.37 | - |
| YUV | 106.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 217 | 0.03 | 0.85 | 0 | 0.15 | 297.73 | 0.74 | 0.49 |
| Hex | D2 | 20 | D9 | 3 | 55 | 0 | F | 12A | 4A | 31 |
| Octal | 322 | 40 | 331 | 3 | 125 | 0 | 17 | 452 | 112 | 61 |
| Binary | 11010010 | 100000 | 11011001 | 11 | 1010101 | 0 | 1111 | 100101010 | 1001010 | 110001 |
Color Harmonies of #D220D9
Complementary color
Monochromatic Colors of #D220D9
Black with #D220D9
Text Example
Text Example
White with #D220D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220D9; }
p { color: rgb(210,32,217); }
H1.HeaderClassName
{
color: #D220D9;
}
.AnyTagClassName
{
color: #D220D9;
}
</style>
background-color css
<style>
a { background-color: #D220D9; }
a { background-color: rgb(210,32,217); }
div.DivClassName
{
background-color: #D220D9;
}
.BgClassName
{
background-color: #D220D9;
}
</style>
border-color css
<style>
span { border-color: #D220D9; }
span { border-color: rgb(210,32,217); }
td.TdClassName
{
border-color: #D220D9;
}
.TagClassName
{
border-color: #D220D9;
}
</style>