Shades of Deep Magenta #DE0DD0
Tints of Deep Magenta #DE0DD0
RGB
CMYK
RGB Variations
Color information
#DE0DD0 (or 0xDE0DD0) is known color: Deep Magenta. HEX triplet: DE, 0D and D0. RGB value is (222,13,208). Sum of RGB (Red+Green+Blue) = 222+13+208=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DD0 is #21F22F. Grayscale: #616161. Windows color (decimal): -2224688 or 13635038. OLE color: 13635038.
HSL color Cylindrical-coordinate representation of color #DE0DD0: hue angle of 304.02º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0DD0 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 208 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.13 |
| HSL | 304.02º | 0.89% | 0.46% | - |
| HSV(B) | 304.02º | 0.94% | 0.87% | - |
| XYZ | 41.65 | 20.37 | 61.41 | - |
| YUV | 97.72 | 190.24 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 208 | 0 | 0.94 | 0.06 | 0.13 | 304.02 | 0.89 | 0.46 |
| Hex | DE | D | D0 | 0 | 5E | 6 | D | 130 | 59 | 2E |
| Octal | 336 | 15 | 320 | 0 | 136 | 6 | 15 | 460 | 131 | 56 |
| Binary | 11011110 | 1101 | 11010000 | 0 | 1011110 | 110 | 1101 | 100110000 | 1011001 | 101110 |
Color Harmonies of #DE0DD0
Complementary color
Monochromatic Colors of #DE0DD0
Black with #DE0DD0
Text Example
Text Example
White with #DE0DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0DD0; }
p { color: rgb(222,13,208); }
H1.HeaderClassName
{
color: #DE0DD0;
}
.AnyTagClassName
{
color: #DE0DD0;
}
</style>
background-color css
<style>
a { background-color: #DE0DD0; }
a { background-color: rgb(222,13,208); }
div.DivClassName
{
background-color: #DE0DD0;
}
.BgClassName
{
background-color: #DE0DD0;
}
</style>
border-color css
<style>
span { border-color: #DE0DD0; }
span { border-color: rgb(222,13,208); }
td.TdClassName
{
border-color: #DE0DD0;
}
.TagClassName
{
border-color: #DE0DD0;
}
</style>