Shades of Deep Magenta #DE10D0
Tints of Deep Magenta #DE10D0
RGB
CMYK
RGB Variations
Color information
#DE10D0 (or 0xDE10D0) is known color: Deep Magenta. HEX triplet: DE, 10 and D0. RGB value is (222,16,208). Sum of RGB (Red+Green+Blue) = 222+16+208=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10D0 is #21EF2F. Grayscale: #626262. Windows color (decimal): -2223920 or 13635806. OLE color: 13635806.
HSL color Cylindrical-coordinate representation of color #DE10D0: hue angle of 304.08º 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 #DE10D0 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 208 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.13 |
| HSL | 304.08º | 0.87% | 0.47% | - |
| HSV(B) | 304.08º | 0.93% | 0.87% | - |
| XYZ | 41.69 | 20.45 | 61.43 | - |
| YUV | 99.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 208 | 0 | 0.93 | 0.06 | 0.13 | 304.08 | 0.87 | 0.47 |
| Hex | DE | 10 | D0 | 0 | 5D | 6 | D | 130 | 57 | 2F |
| Octal | 336 | 20 | 320 | 0 | 135 | 6 | 15 | 460 | 127 | 57 |
| Binary | 11011110 | 10000 | 11010000 | 0 | 1011101 | 110 | 1101 | 100110000 | 1010111 | 101111 |
Color Harmonies of #DE10D0
Complementary color
Monochromatic Colors of #DE10D0
Black with #DE10D0
Text Example
Text Example
White with #DE10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10D0; }
p { color: rgb(222,16,208); }
H1.HeaderClassName
{
color: #DE10D0;
}
.AnyTagClassName
{
color: #DE10D0;
}
</style>
background-color css
<style>
a { background-color: #DE10D0; }
a { background-color: rgb(222,16,208); }
div.DivClassName
{
background-color: #DE10D0;
}
.BgClassName
{
background-color: #DE10D0;
}
</style>
border-color css
<style>
span { border-color: #DE10D0; }
span { border-color: rgb(222,16,208); }
td.TdClassName
{
border-color: #DE10D0;
}
.TagClassName
{
border-color: #DE10D0;
}
</style>