Shades of Deep Magenta #D80EB5
Tints of Deep Magenta #D80EB5
RGB
CMYK
RGB Variations
Color information
#D80EB5 (or 0xD80EB5) is known color: Deep Magenta. HEX triplet: D8, 0E and B5. RGB value is (216,14,181). Sum of RGB (Red+Green+Blue) = 216+14+181=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EB5 is #27F14A. Grayscale: #5C5C5C. Windows color (decimal): -2617675 or 11865816. OLE color: 11865816.
HSL color Cylindrical-coordinate representation of color #D80EB5: hue angle of 310.4º 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 #D80EB5 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 181 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.15 |
| HSL | 310.4º | 0.88% | 0.45% | - |
| HSV(B) | 310.4º | 0.94% | 0.85% | - |
| XYZ | 36.82 | 18.25 | 45.3 | - |
| YUV | 93.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 181 | 0 | 0.94 | 0.16 | 0.15 | 310.4 | 0.88 | 0.45 |
| Hex | D8 | E | B5 | 0 | 5E | 10 | F | 136 | 58 | 2D |
| Octal | 330 | 16 | 265 | 0 | 136 | 20 | 17 | 466 | 130 | 55 |
| Binary | 11011000 | 1110 | 10110101 | 0 | 1011110 | 10000 | 1111 | 100110110 | 1011000 | 101101 |
Color Harmonies of #D80EB5
Complementary color
Monochromatic Colors of #D80EB5
Black with #D80EB5
Text Example
Text Example
White with #D80EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EB5; }
p { color: rgb(216,14,181); }
H1.HeaderClassName
{
color: #D80EB5;
}
.AnyTagClassName
{
color: #D80EB5;
}
</style>
background-color css
<style>
a { background-color: #D80EB5; }
a { background-color: rgb(216,14,181); }
div.DivClassName
{
background-color: #D80EB5;
}
.BgClassName
{
background-color: #D80EB5;
}
</style>
border-color css
<style>
span { border-color: #D80EB5; }
span { border-color: rgb(216,14,181); }
td.TdClassName
{
border-color: #D80EB5;
}
.TagClassName
{
border-color: #D80EB5;
}
</style>