Shades of Deep Magenta #D80ED3
Tints of Deep Magenta #D80ED3
RGB
CMYK
RGB Variations
Color information
#D80ED3 (or 0xD80ED3) is known color: Deep Magenta. HEX triplet: D8, 0E and D3. RGB value is (216,14,211). Sum of RGB (Red+Green+Blue) = 216+14+211=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ED3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ED3 is #27F12C. Grayscale: #606060. Windows color (decimal): -2617645 or 13831896. OLE color: 13831896.
HSL color Cylindrical-coordinate representation of color #D80ED3: hue angle of 301.49º 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 #D80ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.15 |
| HSL | 301.49º | 0.88% | 0.45% | - |
| HSV(B) | 301.49º | 0.94% | 0.85% | - |
| XYZ | 40.23 | 19.62 | 63.29 | - |
| YUV | 96.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 211 | 0 | 0.94 | 0.02 | 0.15 | 301.49 | 0.88 | 0.45 |
| Hex | D8 | E | D3 | 0 | 5E | 2 | F | 12D | 58 | 2D |
| Octal | 330 | 16 | 323 | 0 | 136 | 2 | 17 | 455 | 130 | 55 |
| Binary | 11011000 | 1110 | 11010011 | 0 | 1011110 | 10 | 1111 | 100101101 | 1011000 | 101101 |
Color Harmonies of #D80ED3
Complementary color
Monochromatic Colors of #D80ED3
Black with #D80ED3
Text Example
Text Example
White with #D80ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ED3; }
p { color: rgb(216,14,211); }
H1.HeaderClassName
{
color: #D80ED3;
}
.AnyTagClassName
{
color: #D80ED3;
}
</style>
background-color css
<style>
a { background-color: #D80ED3; }
a { background-color: rgb(216,14,211); }
div.DivClassName
{
background-color: #D80ED3;
}
.BgClassName
{
background-color: #D80ED3;
}
</style>
border-color css
<style>
span { border-color: #D80ED3; }
span { border-color: rgb(216,14,211); }
td.TdClassName
{
border-color: #D80ED3;
}
.TagClassName
{
border-color: #D80ED3;
}
</style>