Shades of Deep Magenta #D805D0
Tints of Deep Magenta #D805D0
RGB
CMYK
RGB Variations
Color information
#D805D0 (or 0xD805D0) is known color: Deep Magenta. HEX triplet: D8, 05 and D0. RGB value is (216,5,208). Sum of RGB (Red+Green+Blue) = 216+5+208=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D805D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805D0 is #27FA2F. Grayscale: #5A5A5A. Windows color (decimal): -2619952 or 13632984. OLE color: 13632984.
HSL color Cylindrical-coordinate representation of color #D805D0: hue angle of 302.27º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805D0 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.15 |
| HSL | 302.27º | 0.95% | 0.43% | - |
| HSV(B) | 302.27º | 0.98% | 0.85% | - |
| XYZ | 39.76 | 19.26 | 61.3 | - |
| YUV | 91.23 | 193.9 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 208 | 0 | 0.98 | 0.04 | 0.15 | 302.27 | 0.95 | 0.43 |
| Hex | D8 | 5 | D0 | 0 | 62 | 4 | F | 12E | 5F | 2B |
| Octal | 330 | 5 | 320 | 0 | 142 | 4 | 17 | 456 | 137 | 53 |
| Binary | 11011000 | 101 | 11010000 | 0 | 1100010 | 100 | 1111 | 100101110 | 1011111 | 101011 |
Color Harmonies of #D805D0
Complementary color
Monochromatic Colors of #D805D0
Black with #D805D0
Text Example
Text Example
White with #D805D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805D0; }
p { color: rgb(216,5,208); }
H1.HeaderClassName
{
color: #D805D0;
}
.AnyTagClassName
{
color: #D805D0;
}
</style>
background-color css
<style>
a { background-color: #D805D0; }
a { background-color: rgb(216,5,208); }
div.DivClassName
{
background-color: #D805D0;
}
.BgClassName
{
background-color: #D805D0;
}
</style>
border-color css
<style>
span { border-color: #D805D0; }
span { border-color: rgb(216,5,208); }
td.TdClassName
{
border-color: #D805D0;
}
.TagClassName
{
border-color: #D805D0;
}
</style>