Shades of Deep Magenta #D80EC6
Tints of Deep Magenta #D80EC6
RGB
CMYK
RGB Variations
Color information
#D80EC6 (or 0xD80EC6) is known color: Deep Magenta. HEX triplet: D8, 0E and C6. RGB value is (216,14,198). Sum of RGB (Red+Green+Blue) = 216+14+198=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EC6 is #27F139. Grayscale: #5E5E5E. Windows color (decimal): -2617658 or 12979928. OLE color: 12979928.
HSL color Cylindrical-coordinate representation of color #D80EC6: hue angle of 305.35º 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 #D80EC6 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 198 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.15 |
| HSL | 305.35º | 0.88% | 0.45% | - |
| HSV(B) | 305.35º | 0.94% | 0.85% | - |
| XYZ | 38.67 | 18.99 | 55.05 | - |
| YUV | 95.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 198 | 0 | 0.94 | 0.08 | 0.15 | 305.35 | 0.88 | 0.45 |
| Hex | D8 | E | C6 | 0 | 5E | 8 | F | 131 | 58 | 2D |
| Octal | 330 | 16 | 306 | 0 | 136 | 10 | 17 | 461 | 130 | 55 |
| Binary | 11011000 | 1110 | 11000110 | 0 | 1011110 | 1000 | 1111 | 100110001 | 1011000 | 101101 |
Color Harmonies of #D80EC6
Complementary color
Monochromatic Colors of #D80EC6
Black with #D80EC6
Text Example
Text Example
White with #D80EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EC6; }
p { color: rgb(216,14,198); }
H1.HeaderClassName
{
color: #D80EC6;
}
.AnyTagClassName
{
color: #D80EC6;
}
</style>
background-color css
<style>
a { background-color: #D80EC6; }
a { background-color: rgb(216,14,198); }
div.DivClassName
{
background-color: #D80EC6;
}
.BgClassName
{
background-color: #D80EC6;
}
</style>
border-color css
<style>
span { border-color: #D80EC6; }
span { border-color: rgb(216,14,198); }
td.TdClassName
{
border-color: #D80EC6;
}
.TagClassName
{
border-color: #D80EC6;
}
</style>