Shades of Deep Magenta #D80EB6
Tints of Deep Magenta #D80EB6
RGB
CMYK
RGB Variations
Color information
#D80EB6 (or 0xD80EB6) is known color: Deep Magenta. HEX triplet: D8, 0E and B6. RGB value is (216,14,182). Sum of RGB (Red+Green+Blue) = 216+14+182=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EB6 is #27F149. Grayscale: #5D5D5D. Windows color (decimal): -2617674 or 11931352. OLE color: 11931352.
HSL color Cylindrical-coordinate representation of color #D80EB6: hue angle of 310.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EB6 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 182 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.15 |
| HSL | 310.1º | 0.88% | 0.45% | - |
| HSV(B) | 310.1º | 0.94% | 0.85% | - |
| XYZ | 36.92 | 18.29 | 45.84 | - |
| YUV | 93.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 182 | 0 | 0.94 | 0.16 | 0.15 | 310.1 | 0.88 | 0.45 |
| Hex | D8 | E | B6 | 0 | 5E | 10 | F | 136 | 58 | 2D |
| Octal | 330 | 16 | 266 | 0 | 136 | 20 | 17 | 466 | 130 | 55 |
| Binary | 11011000 | 1110 | 10110110 | 0 | 1011110 | 10000 | 1111 | 100110110 | 1011000 | 101101 |
Color Harmonies of #D80EB6
Complementary color
Monochromatic Colors of #D80EB6
Black with #D80EB6
Text Example
Text Example
White with #D80EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EB6; }
p { color: rgb(216,14,182); }
H1.HeaderClassName
{
color: #D80EB6;
}
.AnyTagClassName
{
color: #D80EB6;
}
</style>
background-color css
<style>
a { background-color: #D80EB6; }
a { background-color: rgb(216,14,182); }
div.DivClassName
{
background-color: #D80EB6;
}
.BgClassName
{
background-color: #D80EB6;
}
</style>
border-color css
<style>
span { border-color: #D80EB6; }
span { border-color: rgb(216,14,182); }
td.TdClassName
{
border-color: #D80EB6;
}
.TagClassName
{
border-color: #D80EB6;
}
</style>