Shades of Deep Magenta #D800DD
Tints of Deep Magenta #D800DD
RGB
CMYK
RGB Variations
Color information
#D800DD (or 0xD800DD) is known color: Deep Magenta. HEX triplet: D8, 00 and DD. RGB value is (216,0,221). Sum of RGB (Red+Green+Blue) = 216+0+221=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #D800DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800DD is #27FF22. Grayscale: #595959. Windows color (decimal): -2621219 or 14483672. OLE color: 14483672.
HSL color Cylindrical-coordinate representation of color #D800DD: hue angle of 298.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800DD is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 0 | 221 | - |
| CMYK | 0.02 | 1 | 0 | 0.13 |
| HSL | 298.64º | 1% | 0.43% | - |
| HSV(B) | 298.64º | 1% | 0.87% | - |
| XYZ | 41.37 | 19.82 | 70.05 | - |
| YUV | 89.78 | 202.06 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 221 | 0.02 | 1 | 0 | 0.13 | 298.64 | 1 | 0.43 |
| Hex | D8 | 0 | DD | 2 | 64 | 0 | D | 12B | 64 | 2B |
| Octal | 330 | 0 | 335 | 2 | 144 | 0 | 15 | 453 | 144 | 53 |
| Binary | 11011000 | 0 | 11011101 | 10 | 1100100 | 0 | 1101 | 100101011 | 1100100 | 101011 |
Color Harmonies of #D800DD
Complementary color
Monochromatic Colors of #D800DD
Black with #D800DD
Text Example
Text Example
White with #D800DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800DD; }
p { color: rgb(216,0,221); }
H1.HeaderClassName
{
color: #D800DD;
}
.AnyTagClassName
{
color: #D800DD;
}
</style>
background-color css
<style>
a { background-color: #D800DD; }
a { background-color: rgb(216,0,221); }
div.DivClassName
{
background-color: #D800DD;
}
.BgClassName
{
background-color: #D800DD;
}
</style>
border-color css
<style>
span { border-color: #D800DD; }
span { border-color: rgb(216,0,221); }
td.TdClassName
{
border-color: #D800DD;
}
.TagClassName
{
border-color: #D800DD;
}
</style>