Shades of Deep Magenta #D220AF
Tints of Deep Magenta #D220AF
RGB
CMYK
RGB Variations
Color information
#D220AF (or 0xD220AF) is known color: Deep Magenta. HEX triplet: D2, 20 and AF. RGB value is (210,32,175). Sum of RGB (Red+Green+Blue) = 210+32+175=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D220AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D220AF is #2DDF50. Grayscale: #656565. Windows color (decimal): -3006289 or 11477202. OLE color: 11477202.
HSL color Cylindrical-coordinate representation of color #D220AF: hue angle of 311.8º 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 #D220AF is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 175 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.18 |
| HSL | 311.8º | 0.74% | 0.47% | - |
| HSV(B) | 311.8º | 0.85% | 0.82% | - |
| XYZ | 34.83 | 17.83 | 42.16 | - |
| YUV | 101.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 175 | 0 | 0.85 | 0.17 | 0.18 | 311.8 | 0.74 | 0.47 |
| Hex | D2 | 20 | AF | 0 | 55 | 11 | 12 | 138 | 4A | 2F |
| Octal | 322 | 40 | 257 | 0 | 125 | 21 | 22 | 470 | 112 | 57 |
| Binary | 11010010 | 100000 | 10101111 | 0 | 1010101 | 10001 | 10010 | 100111000 | 1001010 | 101111 |
Color Harmonies of #D220AF
Complementary color
Monochromatic Colors of #D220AF
Black with #D220AF
Text Example
Text Example
White with #D220AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220AF; }
p { color: rgb(210,32,175); }
H1.HeaderClassName
{
color: #D220AF;
}
.AnyTagClassName
{
color: #D220AF;
}
</style>
background-color css
<style>
a { background-color: #D220AF; }
a { background-color: rgb(210,32,175); }
div.DivClassName
{
background-color: #D220AF;
}
.BgClassName
{
background-color: #D220AF;
}
</style>
border-color css
<style>
span { border-color: #D220AF; }
span { border-color: rgb(210,32,175); }
td.TdClassName
{
border-color: #D220AF;
}
.TagClassName
{
border-color: #D220AF;
}
</style>