Shades of Deep Magenta #D80AC8
Tints of Deep Magenta #D80AC8
RGB
CMYK
RGB Variations
Color information
#D80AC8 (or 0xD80AC8) is known color: Deep Magenta. HEX triplet: D8, 0A and C8. RGB value is (216,10,200). Sum of RGB (Red+Green+Blue) = 216+10+200=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AC8 is #27F537. Grayscale: #5C5C5C. Windows color (decimal): -2618680 or 13109976. OLE color: 13109976.
HSL color Cylindrical-coordinate representation of color #D80AC8: hue angle of 304.66º 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 #D80AC8 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 200 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.15 |
| HSL | 304.66º | 0.91% | 0.44% | - |
| HSV(B) | 304.66º | 0.95% | 0.85% | - |
| XYZ | 38.85 | 18.99 | 56.26 | - |
| YUV | 93.25 | 188.25 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 200 | 0 | 0.95 | 0.07 | 0.15 | 304.66 | 0.91 | 0.44 |
| Hex | D8 | A | C8 | 0 | 5F | 7 | F | 131 | 5B | 2C |
| Octal | 330 | 12 | 310 | 0 | 137 | 7 | 17 | 461 | 133 | 54 |
| Binary | 11011000 | 1010 | 11001000 | 0 | 1011111 | 111 | 1111 | 100110001 | 1011011 | 101100 |
Color Harmonies of #D80AC8
Complementary color
Monochromatic Colors of #D80AC8
Black with #D80AC8
Text Example
Text Example
White with #D80AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AC8; }
p { color: rgb(216,10,200); }
H1.HeaderClassName
{
color: #D80AC8;
}
.AnyTagClassName
{
color: #D80AC8;
}
</style>
background-color css
<style>
a { background-color: #D80AC8; }
a { background-color: rgb(216,10,200); }
div.DivClassName
{
background-color: #D80AC8;
}
.BgClassName
{
background-color: #D80AC8;
}
</style>
border-color css
<style>
span { border-color: #D80AC8; }
span { border-color: rgb(216,10,200); }
td.TdClassName
{
border-color: #D80AC8;
}
.TagClassName
{
border-color: #D80AC8;
}
</style>