Shades of Deep Magenta #D80AC9
Tints of Deep Magenta #D80AC9
RGB
CMYK
RGB Variations
Color information
#D80AC9 (or 0xD80AC9) is known color: Deep Magenta. HEX triplet: D8, 0A and C9. RGB value is (216,10,201). Sum of RGB (Red+Green+Blue) = 216+10+201=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AC9 is #27F536. Grayscale: #5C5C5C. Windows color (decimal): -2618679 or 13175512. OLE color: 13175512.
HSL color Cylindrical-coordinate representation of color #D80AC9: hue angle of 304.37º 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 #D80AC9 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 201 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.15 |
| HSL | 304.37º | 0.91% | 0.44% | - |
| HSV(B) | 304.37º | 0.95% | 0.85% | - |
| XYZ | 38.97 | 19.03 | 56.88 | - |
| YUV | 93.37 | 188.75 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 201 | 0 | 0.95 | 0.07 | 0.15 | 304.37 | 0.91 | 0.44 |
| Hex | D8 | A | C9 | 0 | 5F | 7 | F | 130 | 5B | 2C |
| Octal | 330 | 12 | 311 | 0 | 137 | 7 | 17 | 460 | 133 | 54 |
| Binary | 11011000 | 1010 | 11001001 | 0 | 1011111 | 111 | 1111 | 100110000 | 1011011 | 101100 |
Color Harmonies of #D80AC9
Complementary color
Monochromatic Colors of #D80AC9
Black with #D80AC9
Text Example
Text Example
White with #D80AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AC9; }
p { color: rgb(216,10,201); }
H1.HeaderClassName
{
color: #D80AC9;
}
.AnyTagClassName
{
color: #D80AC9;
}
</style>
background-color css
<style>
a { background-color: #D80AC9; }
a { background-color: rgb(216,10,201); }
div.DivClassName
{
background-color: #D80AC9;
}
.BgClassName
{
background-color: #D80AC9;
}
</style>
border-color css
<style>
span { border-color: #D80AC9; }
span { border-color: rgb(216,10,201); }
td.TdClassName
{
border-color: #D80AC9;
}
.TagClassName
{
border-color: #D80AC9;
}
</style>