Shades of Deep Magenta #DE15E1
Tints of Deep Magenta #DE15E1
RGB
CMYK
RGB Variations
Color information
#DE15E1 (or 0xDE15E1) is known color: Deep Magenta. HEX triplet: DE, 15 and E1. RGB value is (222,21,225). Sum of RGB (Red+Green+Blue) = 222+21+225=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE15E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15E1 is #21EA1E. Grayscale: #676767. Windows color (decimal): -2222623 or 14751198. OLE color: 14751198.
HSL color Cylindrical-coordinate representation of color #DE15E1: hue angle of 299.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15E1 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 21 | 225 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.12 |
| HSL | 299.12º | 0.83% | 0.48% | - |
| HSV(B) | 299.12º | 0.91% | 0.88% | - |
| XYZ | 43.98 | 21.5 | 73.07 | - |
| YUV | 104.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 225 | 0.01 | 0.91 | 0 | 0.12 | 299.12 | 0.83 | 0.48 |
| Hex | DE | 15 | E1 | 1 | 5B | 0 | C | 12B | 53 | 30 |
| Octal | 336 | 25 | 341 | 1 | 133 | 0 | 14 | 453 | 123 | 60 |
| Binary | 11011110 | 10101 | 11100001 | 1 | 1011011 | 0 | 1100 | 100101011 | 1010011 | 110000 |
Color Harmonies of #DE15E1
Complementary color
Monochromatic Colors of #DE15E1
Black with #DE15E1
Text Example
Text Example
White with #DE15E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE15E1; }
p { color: rgb(222,21,225); }
H1.HeaderClassName
{
color: #DE15E1;
}
.AnyTagClassName
{
color: #DE15E1;
}
</style>
background-color css
<style>
a { background-color: #DE15E1; }
a { background-color: rgb(222,21,225); }
div.DivClassName
{
background-color: #DE15E1;
}
.BgClassName
{
background-color: #DE15E1;
}
</style>
border-color css
<style>
span { border-color: #DE15E1; }
span { border-color: rgb(222,21,225); }
td.TdClassName
{
border-color: #DE15E1;
}
.TagClassName
{
border-color: #DE15E1;
}
</style>