Shades of Deep Magenta #D80FC8
Tints of Deep Magenta #D80FC8
RGB
CMYK
RGB Variations
Color information
#D80FC8 (or 0xD80FC8) is known color: Deep Magenta. HEX triplet: D8, 0F and C8. RGB value is (216,15,200). Sum of RGB (Red+Green+Blue) = 216+15+200=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FC8 is #27F037. Grayscale: #5F5F5F. Windows color (decimal): -2617400 or 13111256. OLE color: 13111256.
HSL color Cylindrical-coordinate representation of color #D80FC8: hue angle of 304.78º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FC8 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 200 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.15 |
| HSL | 304.78º | 0.87% | 0.45% | - |
| HSV(B) | 304.78º | 0.93% | 0.85% | - |
| XYZ | 38.92 | 19.11 | 56.28 | - |
| YUV | 96.19 | 186.59 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 200 | 0 | 0.93 | 0.07 | 0.15 | 304.78 | 0.87 | 0.45 |
| Hex | D8 | F | C8 | 0 | 5D | 7 | F | 131 | 57 | 2D |
| Octal | 330 | 17 | 310 | 0 | 135 | 7 | 17 | 461 | 127 | 55 |
| Binary | 11011000 | 1111 | 11001000 | 0 | 1011101 | 111 | 1111 | 100110001 | 1010111 | 101101 |
Color Harmonies of #D80FC8
Complementary color
Monochromatic Colors of #D80FC8
Black with #D80FC8
Text Example
Text Example
White with #D80FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FC8; }
p { color: rgb(216,15,200); }
H1.HeaderClassName
{
color: #D80FC8;
}
.AnyTagClassName
{
color: #D80FC8;
}
</style>
background-color css
<style>
a { background-color: #D80FC8; }
a { background-color: rgb(216,15,200); }
div.DivClassName
{
background-color: #D80FC8;
}
.BgClassName
{
background-color: #D80FC8;
}
</style>
border-color css
<style>
span { border-color: #D80FC8; }
span { border-color: rgb(216,15,200); }
td.TdClassName
{
border-color: #D80FC8;
}
.TagClassName
{
border-color: #D80FC8;
}
</style>