Shades of Deep Magenta #DE00DD
Tints of Deep Magenta #DE00DD
RGB
CMYK
RGB Variations
Color information
#DE00DD (or 0xDE00DD) is known color: Deep Magenta. HEX triplet: DE, 00 and DD. RGB value is (222,0,221). Sum of RGB (Red+Green+Blue) = 222+0+221=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00DD is #21FF22. Grayscale: #5A5A5A. Windows color (decimal): -2228003 or 14483678. OLE color: 14483678.
HSL color Cylindrical-coordinate representation of color #DE00DD: hue angle of 300.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00DD is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.00 | 0.13 |
| HSL | 300.27º | 1% | 0.44% | - |
| HSV(B) | 300.27º | 1% | 0.87% | - |
| XYZ | 43.18 | 20.75 | 70.14 | - |
| YUV | 91.57 | 201.05 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 221 | 0 | 1 | 0.00 | 0.13 | 300.27 | 1 | 0.44 |
| Hex | DE | 0 | DD | 0 | 64 | 0 | D | 12C | 64 | 2C |
| Octal | 336 | 0 | 335 | 0 | 144 | 0 | 15 | 454 | 144 | 54 |
| Binary | 11011110 | 0 | 11011101 | 0 | 1100100 | 0 | 1101 | 100101100 | 1100100 | 101100 |
Color Harmonies of #DE00DD
Complementary color
Monochromatic Colors of #DE00DD
Black with #DE00DD
Text Example
Text Example
White with #DE00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00DD; }
p { color: rgb(222,0,221); }
H1.HeaderClassName
{
color: #DE00DD;
}
.AnyTagClassName
{
color: #DE00DD;
}
</style>
background-color css
<style>
a { background-color: #DE00DD; }
a { background-color: rgb(222,0,221); }
div.DivClassName
{
background-color: #DE00DD;
}
.BgClassName
{
background-color: #DE00DD;
}
</style>
border-color css
<style>
span { border-color: #DE00DD; }
span { border-color: rgb(222,0,221); }
td.TdClassName
{
border-color: #DE00DD;
}
.TagClassName
{
border-color: #DE00DD;
}
</style>