Shades of Deep Magenta #DE0DCE
Tints of Deep Magenta #DE0DCE
RGB
CMYK
RGB Variations
Color information
#DE0DCE (or 0xDE0DCE) is known color: Deep Magenta. HEX triplet: DE, 0D and CE. RGB value is (222,13,206). Sum of RGB (Red+Green+Blue) = 222+13+206=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DCE is #21F231. Grayscale: #606060. Windows color (decimal): -2224690 or 13503966. OLE color: 13503966.
HSL color Cylindrical-coordinate representation of color #DE0DCE: hue angle of 304.59º 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 #DE0DCE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.13 |
| HSL | 304.59º | 0.89% | 0.46% | - |
| HSV(B) | 304.59º | 0.94% | 0.87% | - |
| XYZ | 41.41 | 20.27 | 60.12 | - |
| YUV | 97.49 | 189.24 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 206 | 0 | 0.94 | 0.07 | 0.13 | 304.59 | 0.89 | 0.46 |
| Hex | DE | D | CE | 0 | 5E | 7 | D | 131 | 59 | 2E |
| Octal | 336 | 15 | 316 | 0 | 136 | 7 | 15 | 461 | 131 | 56 |
| Binary | 11011110 | 1101 | 11001110 | 0 | 1011110 | 111 | 1101 | 100110001 | 1011001 | 101110 |
Color Harmonies of #DE0DCE
Complementary color
Monochromatic Colors of #DE0DCE
Black with #DE0DCE
Text Example
Text Example
White with #DE0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0DCE; }
p { color: rgb(222,13,206); }
H1.HeaderClassName
{
color: #DE0DCE;
}
.AnyTagClassName
{
color: #DE0DCE;
}
</style>
background-color css
<style>
a { background-color: #DE0DCE; }
a { background-color: rgb(222,13,206); }
div.DivClassName
{
background-color: #DE0DCE;
}
.BgClassName
{
background-color: #DE0DCE;
}
</style>
border-color css
<style>
span { border-color: #DE0DCE; }
span { border-color: rgb(222,13,206); }
td.TdClassName
{
border-color: #DE0DCE;
}
.TagClassName
{
border-color: #DE0DCE;
}
</style>