Shades of Deep Magenta #DE10D1
Tints of Deep Magenta #DE10D1
RGB
CMYK
RGB Variations
Color information
#DE10D1 (or 0xDE10D1) is known color: Deep Magenta. HEX triplet: DE, 10 and D1. RGB value is (222,16,209). Sum of RGB (Red+Green+Blue) = 222+16+209=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10D1 is #21EF2E. Grayscale: #636363. Windows color (decimal): -2223919 or 13701342. OLE color: 13701342.
HSL color Cylindrical-coordinate representation of color #DE10D1: hue angle of 303.79º 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 #DE10D1 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.13 |
| HSL | 303.79º | 0.87% | 0.47% | - |
| HSV(B) | 303.79º | 0.93% | 0.87% | - |
| XYZ | 41.82 | 20.5 | 62.08 | - |
| YUV | 99.6 | 189.75 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 209 | 0 | 0.93 | 0.06 | 0.13 | 303.79 | 0.87 | 0.47 |
| Hex | DE | 10 | D1 | 0 | 5D | 6 | D | 130 | 57 | 2F |
| Octal | 336 | 20 | 321 | 0 | 135 | 6 | 15 | 460 | 127 | 57 |
| Binary | 11011110 | 10000 | 11010001 | 0 | 1011101 | 110 | 1101 | 100110000 | 1010111 | 101111 |
Color Harmonies of #DE10D1
Complementary color
Monochromatic Colors of #DE10D1
Black with #DE10D1
Text Example
Text Example
White with #DE10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10D1; }
p { color: rgb(222,16,209); }
H1.HeaderClassName
{
color: #DE10D1;
}
.AnyTagClassName
{
color: #DE10D1;
}
</style>
background-color css
<style>
a { background-color: #DE10D1; }
a { background-color: rgb(222,16,209); }
div.DivClassName
{
background-color: #DE10D1;
}
.BgClassName
{
background-color: #DE10D1;
}
</style>
border-color css
<style>
span { border-color: #DE10D1; }
span { border-color: rgb(222,16,209); }
td.TdClassName
{
border-color: #DE10D1;
}
.TagClassName
{
border-color: #DE10D1;
}
</style>