Shades of Deep Magenta #D22ACC
Tints of Deep Magenta #D22ACC
RGB
CMYK
RGB Variations
Color information
#D22ACC (or 0xD22ACC) is known color: Deep Magenta. HEX triplet: D2, 2A and CC. RGB value is (210,42,204). Sum of RGB (Red+Green+Blue) = 210+42+204=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D22ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ACC is #2DD533. Grayscale: #6E6E6E. Windows color (decimal): -3003700 or 13380306. OLE color: 13380306.
HSL color Cylindrical-coordinate representation of color #D22ACC: hue angle of 302.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22ACC is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 204 | - |
| CMYK | 0 | 0.8 | 0.03 | 0.18 |
| HSL | 302.14º | 0.67% | 0.49% | - |
| HSV(B) | 302.14º | 0.8% | 0.82% | - |
| XYZ | 38.31 | 19.72 | 58.91 | - |
| YUV | 110.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 204 | 0 | 0.8 | 0.03 | 0.18 | 302.14 | 0.67 | 0.49 |
| Hex | D2 | 2A | CC | 0 | 50 | 3 | 12 | 12E | 43 | 31 |
| Octal | 322 | 52 | 314 | 0 | 120 | 3 | 22 | 456 | 103 | 61 |
| Binary | 11010010 | 101010 | 11001100 | 0 | 1010000 | 11 | 10010 | 100101110 | 1000011 | 110001 |
Color Harmonies of #D22ACC
Complementary color
Monochromatic Colors of #D22ACC
Black with #D22ACC
Text Example
Text Example
White with #D22ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ACC; }
p { color: rgb(210,42,204); }
H1.HeaderClassName
{
color: #D22ACC;
}
.AnyTagClassName
{
color: #D22ACC;
}
</style>
background-color css
<style>
a { background-color: #D22ACC; }
a { background-color: rgb(210,42,204); }
div.DivClassName
{
background-color: #D22ACC;
}
.BgClassName
{
background-color: #D22ACC;
}
</style>
border-color css
<style>
span { border-color: #D22ACC; }
span { border-color: rgb(210,42,204); }
td.TdClassName
{
border-color: #D22ACC;
}
.TagClassName
{
border-color: #D22ACC;
}
</style>