Shades of Deep Magenta #D80CD0
Tints of Deep Magenta #D80CD0
RGB
CMYK
RGB Variations
Color information
#D80CD0 (or 0xD80CD0) is known color: Deep Magenta. HEX triplet: D8, 0C and D0. RGB value is (216,12,208). Sum of RGB (Red+Green+Blue) = 216+12+208=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CD0 is #27F32F. Grayscale: #5E5E5E. Windows color (decimal): -2618160 or 13634776. OLE color: 13634776.
HSL color Cylindrical-coordinate representation of color #D80CD0: hue angle of 302.35º 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 #D80CD0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 208 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.15 |
| HSL | 302.35º | 0.89% | 0.45% | - |
| HSV(B) | 302.35º | 0.94% | 0.85% | - |
| XYZ | 39.84 | 19.42 | 61.32 | - |
| YUV | 95.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 208 | 0 | 0.94 | 0.04 | 0.15 | 302.35 | 0.89 | 0.45 |
| Hex | D8 | C | D0 | 0 | 5E | 4 | F | 12E | 59 | 2D |
| Octal | 330 | 14 | 320 | 0 | 136 | 4 | 17 | 456 | 131 | 55 |
| Binary | 11011000 | 1100 | 11010000 | 0 | 1011110 | 100 | 1111 | 100101110 | 1011001 | 101101 |
Color Harmonies of #D80CD0
Complementary color
Monochromatic Colors of #D80CD0
Black with #D80CD0
Text Example
Text Example
White with #D80CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CD0; }
p { color: rgb(216,12,208); }
H1.HeaderClassName
{
color: #D80CD0;
}
.AnyTagClassName
{
color: #D80CD0;
}
</style>
background-color css
<style>
a { background-color: #D80CD0; }
a { background-color: rgb(216,12,208); }
div.DivClassName
{
background-color: #D80CD0;
}
.BgClassName
{
background-color: #D80CD0;
}
</style>
border-color css
<style>
span { border-color: #D80CD0; }
span { border-color: rgb(216,12,208); }
td.TdClassName
{
border-color: #D80CD0;
}
.TagClassName
{
border-color: #D80CD0;
}
</style>