Shades of Deep Magenta #D80FC5
Tints of Deep Magenta #D80FC5
RGB
CMYK
RGB Variations
Color information
#D80FC5 (or 0xD80FC5) is known color: Deep Magenta. HEX triplet: D8, 0F and C5. RGB value is (216,15,197). Sum of RGB (Red+Green+Blue) = 216+15+197=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FC5 is #27F03A. Grayscale: #5F5F5F. Windows color (decimal): -2617403 or 12914648. OLE color: 12914648.
HSL color Cylindrical-coordinate representation of color #D80FC5: hue angle of 305.67º 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 #D80FC5 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 197 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.15 |
| HSL | 305.67º | 0.87% | 0.45% | - |
| HSV(B) | 305.67º | 0.93% | 0.85% | - |
| XYZ | 38.57 | 18.97 | 54.45 | - |
| YUV | 95.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 197 | 0 | 0.93 | 0.09 | 0.15 | 305.67 | 0.87 | 0.45 |
| Hex | D8 | F | C5 | 0 | 5D | 9 | F | 132 | 57 | 2D |
| Octal | 330 | 17 | 305 | 0 | 135 | 11 | 17 | 462 | 127 | 55 |
| Binary | 11011000 | 1111 | 11000101 | 0 | 1011101 | 1001 | 1111 | 100110010 | 1010111 | 101101 |
Color Harmonies of #D80FC5
Complementary color
Monochromatic Colors of #D80FC5
Black with #D80FC5
Text Example
Text Example
White with #D80FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FC5; }
p { color: rgb(216,15,197); }
H1.HeaderClassName
{
color: #D80FC5;
}
.AnyTagClassName
{
color: #D80FC5;
}
</style>
background-color css
<style>
a { background-color: #D80FC5; }
a { background-color: rgb(216,15,197); }
div.DivClassName
{
background-color: #D80FC5;
}
.BgClassName
{
background-color: #D80FC5;
}
</style>
border-color css
<style>
span { border-color: #D80FC5; }
span { border-color: rgb(216,15,197); }
td.TdClassName
{
border-color: #D80FC5;
}
.TagClassName
{
border-color: #D80FC5;
}
</style>