Shades of Deep Magenta #D800D0
Tints of Deep Magenta #D800D0
RGB
CMYK
RGB Variations
Color information
#D800D0 (or 0xD800D0) is known color: Deep Magenta. HEX triplet: D8, 00 and D0. RGB value is (216,0,208). Sum of RGB (Red+Green+Blue) = 216+0+208=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D800D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800D0 is #27FF2F. Grayscale: #575757. Windows color (decimal): -2621232 or 13631704. OLE color: 13631704.
HSL color Cylindrical-coordinate representation of color #D800D0: hue angle of 302.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800D0 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.04 | 0.15 |
| HSL | 302.22º | 1% | 0.42% | - |
| HSV(B) | 302.22º | 1% | 0.85% | - |
| XYZ | 39.7 | 19.15 | 61.28 | - |
| YUV | 88.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 208 | 0 | 1 | 0.04 | 0.15 | 302.22 | 1 | 0.42 |
| Hex | D8 | 0 | D0 | 0 | 64 | 4 | F | 12E | 64 | 2A |
| Octal | 330 | 0 | 320 | 0 | 144 | 4 | 17 | 456 | 144 | 52 |
| Binary | 11011000 | 0 | 11010000 | 0 | 1100100 | 100 | 1111 | 100101110 | 1100100 | 101010 |
Color Harmonies of #D800D0
Complementary color
Monochromatic Colors of #D800D0
Black with #D800D0
Text Example
Text Example
White with #D800D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800D0; }
p { color: rgb(216,0,208); }
H1.HeaderClassName
{
color: #D800D0;
}
.AnyTagClassName
{
color: #D800D0;
}
</style>
background-color css
<style>
a { background-color: #D800D0; }
a { background-color: rgb(216,0,208); }
div.DivClassName
{
background-color: #D800D0;
}
.BgClassName
{
background-color: #D800D0;
}
</style>
border-color css
<style>
span { border-color: #D800D0; }
span { border-color: rgb(216,0,208); }
td.TdClassName
{
border-color: #D800D0;
}
.TagClassName
{
border-color: #D800D0;
}
</style>