Shades of Deep Magenta #D20ACC
Tints of Deep Magenta #D20ACC
RGB
CMYK
RGB Variations
Color information
#D20ACC (or 0xD20ACC) is known color: Deep Magenta. HEX triplet: D2, 0A and CC. RGB value is (210,10,204). Sum of RGB (Red+Green+Blue) = 210+10+204=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ACC is #2DF533. Grayscale: #5B5B5B. Windows color (decimal): -3011892 or 13372114. OLE color: 13372114.
HSL color Cylindrical-coordinate representation of color #D20ACC: hue angle of 301.8º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20ACC is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 204 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.18 |
| HSL | 301.8º | 0.91% | 0.43% | - |
| HSV(B) | 301.8º | 0.95% | 0.82% | - |
| XYZ | 37.59 | 18.28 | 58.67 | - |
| YUV | 91.92 | 191.26 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 204 | 0 | 0.95 | 0.03 | 0.18 | 301.8 | 0.91 | 0.43 |
| Hex | D2 | A | CC | 0 | 5F | 3 | 12 | 12E | 5B | 2B |
| Octal | 322 | 12 | 314 | 0 | 137 | 3 | 22 | 456 | 133 | 53 |
| Binary | 11010010 | 1010 | 11001100 | 0 | 1011111 | 11 | 10010 | 100101110 | 1011011 | 101011 |
Color Harmonies of #D20ACC
Complementary color
Monochromatic Colors of #D20ACC
Black with #D20ACC
Text Example
Text Example
White with #D20ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ACC; }
p { color: rgb(210,10,204); }
H1.HeaderClassName
{
color: #D20ACC;
}
.AnyTagClassName
{
color: #D20ACC;
}
</style>
background-color css
<style>
a { background-color: #D20ACC; }
a { background-color: rgb(210,10,204); }
div.DivClassName
{
background-color: #D20ACC;
}
.BgClassName
{
background-color: #D20ACC;
}
</style>
border-color css
<style>
span { border-color: #D20ACC; }
span { border-color: rgb(210,10,204); }
td.TdClassName
{
border-color: #D20ACC;
}
.TagClassName
{
border-color: #D20ACC;
}
</style>