Shades of Deep Magenta #D02ACC
Tints of Deep Magenta #D02ACC
RGB
CMYK
RGB Variations
Color information
#D02ACC (or 0xD02ACC) is known color: Deep Magenta. HEX triplet: D0, 2A and CC. RGB value is (208,42,204). Sum of RGB (Red+Green+Blue) = 208+42+204=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D02ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ACC is #2FD533. Grayscale: #6D6D6D. Windows color (decimal): -3134772 or 13380304. OLE color: 13380304.
HSL color Cylindrical-coordinate representation of color #D02ACC: hue angle of 301.45º degrees, saturation: 0.66, 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 #D02ACC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 204 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.18 |
| HSL | 301.45º | 0.66% | 0.49% | - |
| HSV(B) | 301.45º | 0.8% | 0.82% | - |
| XYZ | 37.74 | 19.43 | 58.89 | - |
| YUV | 110.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 204 | 0 | 0.80 | 0.02 | 0.18 | 301.45 | 0.66 | 0.49 |
| Hex | D0 | 2A | CC | 0 | 50 | 2 | 12 | 12D | 42 | 31 |
| Octal | 320 | 52 | 314 | 0 | 120 | 2 | 22 | 455 | 102 | 61 |
| Binary | 11010000 | 101010 | 11001100 | 0 | 1010000 | 10 | 10010 | 100101101 | 1000010 | 110001 |
Color Harmonies of #D02ACC
Complementary color
Monochromatic Colors of #D02ACC
Black with #D02ACC
Text Example
Text Example
White with #D02ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02ACC; }
p { color: rgb(208,42,204); }
H1.HeaderClassName
{
color: #D02ACC;
}
.AnyTagClassName
{
color: #D02ACC;
}
</style>
background-color css
<style>
a { background-color: #D02ACC; }
a { background-color: rgb(208,42,204); }
div.DivClassName
{
background-color: #D02ACC;
}
.BgClassName
{
background-color: #D02ACC;
}
</style>
border-color css
<style>
span { border-color: #D02ACC; }
span { border-color: rgb(208,42,204); }
td.TdClassName
{
border-color: #D02ACC;
}
.TagClassName
{
border-color: #D02ACC;
}
</style>