Shades of Deep Magenta #D220D3
Tints of Deep Magenta #D220D3
RGB
CMYK
RGB Variations
Color information
#D220D3 (or 0xD220D3) is known color: Deep Magenta. HEX triplet: D2, 20 and D3. RGB value is (210,32,211). Sum of RGB (Red+Green+Blue) = 210+32+211=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #D220D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220D3 is #2DDF2C. Grayscale: #696969. Windows color (decimal): -3006253 or 13836498. OLE color: 13836498.
HSL color Cylindrical-coordinate representation of color #D220D3: hue angle of 299.66º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220D3 is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 32 | 211 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.17 |
| HSL | 299.66º | 0.74% | 0.48% | - |
| HSV(B) | 299.66º | 0.85% | 0.83% | - |
| XYZ | 38.85 | 19.44 | 63.33 | - |
| YUV | 105.63 | 187.47 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 211 | 0.00 | 0.85 | 0 | 0.17 | 299.66 | 0.74 | 0.48 |
| Hex | D2 | 20 | D3 | 0 | 55 | 0 | 11 | 12C | 4A | 30 |
| Octal | 322 | 40 | 323 | 0 | 125 | 0 | 21 | 454 | 112 | 60 |
| Binary | 11010010 | 100000 | 11010011 | 0 | 1010101 | 0 | 10001 | 100101100 | 1001010 | 110000 |
Color Harmonies of #D220D3
Complementary color
Monochromatic Colors of #D220D3
Black with #D220D3
Text Example
Text Example
White with #D220D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220D3; }
p { color: rgb(210,32,211); }
H1.HeaderClassName
{
color: #D220D3;
}
.AnyTagClassName
{
color: #D220D3;
}
</style>
background-color css
<style>
a { background-color: #D220D3; }
a { background-color: rgb(210,32,211); }
div.DivClassName
{
background-color: #D220D3;
}
.BgClassName
{
background-color: #D220D3;
}
</style>
border-color css
<style>
span { border-color: #D220D3; }
span { border-color: rgb(210,32,211); }
td.TdClassName
{
border-color: #D220D3;
}
.TagClassName
{
border-color: #D220D3;
}
</style>