Shades of Deep Magenta #D80FB6
Tints of Deep Magenta #D80FB6
RGB
CMYK
RGB Variations
Color information
#D80FB6 (or 0xD80FB6) is known color: Deep Magenta. HEX triplet: D8, 0F and B6. RGB value is (216,15,182). Sum of RGB (Red+Green+Blue) = 216+15+182=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FB6 is #27F049. Grayscale: #5D5D5D. Windows color (decimal): -2617418 or 11931608. OLE color: 11931608.
HSL color Cylindrical-coordinate representation of color #D80FB6: hue angle of 310.15º 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 #D80FB6 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 182 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.15 |
| HSL | 310.15º | 0.87% | 0.45% | - |
| HSV(B) | 310.15º | 0.93% | 0.85% | - |
| XYZ | 36.93 | 18.32 | 45.85 | - |
| YUV | 94.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 182 | 0 | 0.93 | 0.16 | 0.15 | 310.15 | 0.87 | 0.45 |
| Hex | D8 | F | B6 | 0 | 5D | 10 | F | 136 | 57 | 2D |
| Octal | 330 | 17 | 266 | 0 | 135 | 20 | 17 | 466 | 127 | 55 |
| Binary | 11011000 | 1111 | 10110110 | 0 | 1011101 | 10000 | 1111 | 100110110 | 1010111 | 101101 |
Color Harmonies of #D80FB6
Complementary color
Monochromatic Colors of #D80FB6
Black with #D80FB6
Text Example
Text Example
White with #D80FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FB6; }
p { color: rgb(216,15,182); }
H1.HeaderClassName
{
color: #D80FB6;
}
.AnyTagClassName
{
color: #D80FB6;
}
</style>
background-color css
<style>
a { background-color: #D80FB6; }
a { background-color: rgb(216,15,182); }
div.DivClassName
{
background-color: #D80FB6;
}
.BgClassName
{
background-color: #D80FB6;
}
</style>
border-color css
<style>
span { border-color: #D80FB6; }
span { border-color: rgb(216,15,182); }
td.TdClassName
{
border-color: #D80FB6;
}
.TagClassName
{
border-color: #D80FB6;
}
</style>