Shades of Deep Magenta #DE10DD
Tints of Deep Magenta #DE10DD
RGB
CMYK
RGB Variations
Color information
#DE10DD (or 0xDE10DD) is known color: Deep Magenta. HEX triplet: DE, 10 and DD. RGB value is (222,16,221). Sum of RGB (Red+Green+Blue) = 222+16+221=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10DD is #21EF22. Grayscale: #646464. Windows color (decimal): -2223907 or 14487774. OLE color: 14487774.
HSL color Cylindrical-coordinate representation of color #DE10DD: hue angle of 300.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE10DD is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 221 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.13 |
| HSL | 300.29º | 0.87% | 0.47% | - |
| HSV(B) | 300.29º | 0.93% | 0.87% | - |
| XYZ | 43.36 | 21.12 | 70.2 | - |
| YUV | 100.96 | 195.75 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 221 | 0 | 0.93 | 0.00 | 0.13 | 300.29 | 0.87 | 0.47 |
| Hex | DE | 10 | DD | 0 | 5D | 0 | D | 12C | 57 | 2F |
| Octal | 336 | 20 | 335 | 0 | 135 | 0 | 15 | 454 | 127 | 57 |
| Binary | 11011110 | 10000 | 11011101 | 0 | 1011101 | 0 | 1101 | 100101100 | 1010111 | 101111 |
Color Harmonies of #DE10DD
Complementary color
Monochromatic Colors of #DE10DD
Black with #DE10DD
Text Example
Text Example
White with #DE10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10DD; }
p { color: rgb(222,16,221); }
H1.HeaderClassName
{
color: #DE10DD;
}
.AnyTagClassName
{
color: #DE10DD;
}
</style>
background-color css
<style>
a { background-color: #DE10DD; }
a { background-color: rgb(222,16,221); }
div.DivClassName
{
background-color: #DE10DD;
}
.BgClassName
{
background-color: #DE10DD;
}
</style>
border-color css
<style>
span { border-color: #DE10DD; }
span { border-color: rgb(222,16,221); }
td.TdClassName
{
border-color: #DE10DD;
}
.TagClassName
{
border-color: #DE10DD;
}
</style>