Shades of Deep Magenta #D80ACC
Tints of Deep Magenta #D80ACC
RGB
CMYK
RGB Variations
Color information
#D80ACC (or 0xD80ACC) is known color: Deep Magenta. HEX triplet: D8, 0A and CC. RGB value is (216,10,204). Sum of RGB (Red+Green+Blue) = 216+10+204=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ACC is #27F533. Grayscale: #5D5D5D. Windows color (decimal): -2618676 or 13372120. OLE color: 13372120.
HSL color Cylindrical-coordinate representation of color #D80ACC: hue angle of 303.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80ACC is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 204 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.15 |
| HSL | 303.5º | 0.91% | 0.44% | - |
| HSV(B) | 303.5º | 0.95% | 0.85% | - |
| XYZ | 39.33 | 19.18 | 58.76 | - |
| YUV | 93.71 | 190.25 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 204 | 0 | 0.95 | 0.06 | 0.15 | 303.5 | 0.91 | 0.44 |
| Hex | D8 | A | CC | 0 | 5F | 6 | F | 12F | 5B | 2C |
| Octal | 330 | 12 | 314 | 0 | 137 | 6 | 17 | 457 | 133 | 54 |
| Binary | 11011000 | 1010 | 11001100 | 0 | 1011111 | 110 | 1111 | 100101111 | 1011011 | 101100 |
Color Harmonies of #D80ACC
Complementary color
Monochromatic Colors of #D80ACC
Black with #D80ACC
Text Example
Text Example
White with #D80ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ACC; }
p { color: rgb(216,10,204); }
H1.HeaderClassName
{
color: #D80ACC;
}
.AnyTagClassName
{
color: #D80ACC;
}
</style>
background-color css
<style>
a { background-color: #D80ACC; }
a { background-color: rgb(216,10,204); }
div.DivClassName
{
background-color: #D80ACC;
}
.BgClassName
{
background-color: #D80ACC;
}
</style>
border-color css
<style>
span { border-color: #D80ACC; }
span { border-color: rgb(216,10,204); }
td.TdClassName
{
border-color: #D80ACC;
}
.TagClassName
{
border-color: #D80ACC;
}
</style>