Shades of Deep Magenta #D80DCE
Tints of Deep Magenta #D80DCE
RGB
CMYK
RGB Variations
Color information
#D80DCE (or 0xD80DCE) is known color: Deep Magenta. HEX triplet: D8, 0D and CE. RGB value is (216,13,206). Sum of RGB (Red+Green+Blue) = 216+13+206=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DCE is #27F231. Grayscale: #5F5F5F. Windows color (decimal): -2617906 or 13503960. OLE color: 13503960.
HSL color Cylindrical-coordinate representation of color #D80DCE: hue angle of 302.96º degrees, saturation: 0.89, 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 #D80DCE is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.15 |
| HSL | 302.96º | 0.89% | 0.45% | - |
| HSV(B) | 302.96º | 0.94% | 0.85% | - |
| XYZ | 39.6 | 19.34 | 60.04 | - |
| YUV | 95.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 206 | 0 | 0.94 | 0.05 | 0.15 | 302.96 | 0.89 | 0.45 |
| Hex | D8 | D | CE | 0 | 5E | 5 | F | 12F | 59 | 2D |
| Octal | 330 | 15 | 316 | 0 | 136 | 5 | 17 | 457 | 131 | 55 |
| Binary | 11011000 | 1101 | 11001110 | 0 | 1011110 | 101 | 1111 | 100101111 | 1011001 | 101101 |
Color Harmonies of #D80DCE
Complementary color
Monochromatic Colors of #D80DCE
Black with #D80DCE
Text Example
Text Example
White with #D80DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80DCE; }
p { color: rgb(216,13,206); }
H1.HeaderClassName
{
color: #D80DCE;
}
.AnyTagClassName
{
color: #D80DCE;
}
</style>
background-color css
<style>
a { background-color: #D80DCE; }
a { background-color: rgb(216,13,206); }
div.DivClassName
{
background-color: #D80DCE;
}
.BgClassName
{
background-color: #D80DCE;
}
</style>
border-color css
<style>
span { border-color: #D80DCE; }
span { border-color: rgb(216,13,206); }
td.TdClassName
{
border-color: #D80DCE;
}
.TagClassName
{
border-color: #D80DCE;
}
</style>