Shades of Deep Magenta #D80DD0
Tints of Deep Magenta #D80DD0
RGB
CMYK
RGB Variations
Color information
#D80DD0 (or 0xD80DD0) is known color: Deep Magenta. HEX triplet: D8, 0D and D0. RGB value is (216,13,208). Sum of RGB (Red+Green+Blue) = 216+13+208=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DD0 is #27F22F. Grayscale: #5F5F5F. Windows color (decimal): -2617904 or 13635032. OLE color: 13635032.
HSL color Cylindrical-coordinate representation of color #D80DD0: hue angle of 302.36º 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 #D80DD0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 208 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.15 |
| HSL | 302.36º | 0.89% | 0.45% | - |
| HSV(B) | 302.36º | 0.94% | 0.85% | - |
| XYZ | 39.85 | 19.44 | 61.33 | - |
| YUV | 95.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 208 | 0 | 0.94 | 0.04 | 0.15 | 302.36 | 0.89 | 0.45 |
| Hex | D8 | D | D0 | 0 | 5E | 4 | F | 12E | 59 | 2D |
| Octal | 330 | 15 | 320 | 0 | 136 | 4 | 17 | 456 | 131 | 55 |
| Binary | 11011000 | 1101 | 11010000 | 0 | 1011110 | 100 | 1111 | 100101110 | 1011001 | 101101 |
Color Harmonies of #D80DD0
Complementary color
Monochromatic Colors of #D80DD0
Black with #D80DD0
Text Example
Text Example
White with #D80DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80DD0; }
p { color: rgb(216,13,208); }
H1.HeaderClassName
{
color: #D80DD0;
}
.AnyTagClassName
{
color: #D80DD0;
}
</style>
background-color css
<style>
a { background-color: #D80DD0; }
a { background-color: rgb(216,13,208); }
div.DivClassName
{
background-color: #D80DD0;
}
.BgClassName
{
background-color: #D80DD0;
}
</style>
border-color css
<style>
span { border-color: #D80DD0; }
span { border-color: rgb(216,13,208); }
td.TdClassName
{
border-color: #D80DD0;
}
.TagClassName
{
border-color: #D80DD0;
}
</style>