Shades of Deep Magenta #D10ACC
Tints of Deep Magenta #D10ACC
RGB
CMYK
RGB Variations
Color information
#D10ACC (or 0xD10ACC) is known color: Deep Magenta. HEX triplet: D1, 0A and CC. RGB value is (209,10,204). Sum of RGB (Red+Green+Blue) = 209+10+204=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D10ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10ACC is #2EF533. Grayscale: #5B5B5B. Windows color (decimal): -3077428 or 13372113. OLE color: 13372113.
HSL color Cylindrical-coordinate representation of color #D10ACC: hue angle of 301.51º 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 #D10ACC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 204 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.18 |
| HSL | 301.51º | 0.91% | 0.43% | - |
| HSV(B) | 301.51º | 0.95% | 0.82% | - |
| XYZ | 37.3 | 18.13 | 58.66 | - |
| YUV | 91.62 | 191.43 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 204 | 0 | 0.95 | 0.02 | 0.18 | 301.51 | 0.91 | 0.43 |
| Hex | D1 | A | CC | 0 | 5F | 2 | 12 | 12E | 5B | 2B |
| Octal | 321 | 12 | 314 | 0 | 137 | 2 | 22 | 456 | 133 | 53 |
| Binary | 11010001 | 1010 | 11001100 | 0 | 1011111 | 10 | 10010 | 100101110 | 1011011 | 101011 |
Color Harmonies of #D10ACC
Complementary color
Monochromatic Colors of #D10ACC
Black with #D10ACC
Text Example
Text Example
White with #D10ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10ACC; }
p { color: rgb(209,10,204); }
H1.HeaderClassName
{
color: #D10ACC;
}
.AnyTagClassName
{
color: #D10ACC;
}
</style>
background-color css
<style>
a { background-color: #D10ACC; }
a { background-color: rgb(209,10,204); }
div.DivClassName
{
background-color: #D10ACC;
}
.BgClassName
{
background-color: #D10ACC;
}
</style>
border-color css
<style>
span { border-color: #D10ACC; }
span { border-color: rgb(209,10,204); }
td.TdClassName
{
border-color: #D10ACC;
}
.TagClassName
{
border-color: #D10ACC;
}
</style>