Shades of Deep Magenta #DE1ED5
Tints of Deep Magenta #DE1ED5
RGB
CMYK
RGB Variations
Color information
#DE1ED5 (or 0xDE1ED5) is known color: Deep Magenta. HEX triplet: DE, 1E and D5. RGB value is (222,30,213). Sum of RGB (Red+Green+Blue) = 222+30+213=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ED5 is #21E12A. Grayscale: #6B6B6B. Windows color (decimal): -2220331 or 13967070. OLE color: 13967070.
HSL color Cylindrical-coordinate representation of color #DE1ED5: hue angle of 302.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1ED5 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 213 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.13 |
| HSL | 302.81º | 0.76% | 0.49% | - |
| HSV(B) | 302.81º | 0.86% | 0.87% | - |
| XYZ | 42.6 | 21.26 | 64.81 | - |
| YUV | 108.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 213 | 0 | 0.86 | 0.04 | 0.13 | 302.81 | 0.76 | 0.49 |
| Hex | DE | 1E | D5 | 0 | 56 | 4 | D | 12F | 4C | 31 |
| Octal | 336 | 36 | 325 | 0 | 126 | 4 | 15 | 457 | 114 | 61 |
| Binary | 11011110 | 11110 | 11010101 | 0 | 1010110 | 100 | 1101 | 100101111 | 1001100 | 110001 |
Color Harmonies of #DE1ED5
Complementary color
Monochromatic Colors of #DE1ED5
Black with #DE1ED5
Text Example
Text Example
White with #DE1ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1ED5; }
p { color: rgb(222,30,213); }
H1.HeaderClassName
{
color: #DE1ED5;
}
.AnyTagClassName
{
color: #DE1ED5;
}
</style>
background-color css
<style>
a { background-color: #DE1ED5; }
a { background-color: rgb(222,30,213); }
div.DivClassName
{
background-color: #DE1ED5;
}
.BgClassName
{
background-color: #DE1ED5;
}
</style>
border-color css
<style>
span { border-color: #DE1ED5; }
span { border-color: rgb(222,30,213); }
td.TdClassName
{
border-color: #DE1ED5;
}
.TagClassName
{
border-color: #DE1ED5;
}
</style>