Shades of Deep Magenta #DE1EDF
Tints of Deep Magenta #DE1EDF
RGB
CMYK
RGB Variations
Color information
#DE1EDF (or 0xDE1EDF) is known color: Deep Magenta. HEX triplet: DE, 1E and DF. RGB value is (222,30,223). Sum of RGB (Red+Green+Blue) = 222+30+223=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE1EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EDF is #21E120. Grayscale: #6C6C6C. Windows color (decimal): -2220321 or 14622430. OLE color: 14622430.
HSL color Cylindrical-coordinate representation of color #DE1EDF: hue angle of 299.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1EDF is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 223 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.13 |
| HSL | 299.69º | 0.76% | 0.5% | - |
| HSV(B) | 299.69º | 0.87% | 0.87% | - |
| XYZ | 43.91 | 21.79 | 71.7 | - |
| YUV | 109.41 | 192.11 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 223 | 0.00 | 0.87 | 0 | 0.13 | 299.69 | 0.76 | 0.5 |
| Hex | DE | 1E | DF | 0 | 57 | 0 | D | 12C | 4C | 32 |
| Octal | 336 | 36 | 337 | 0 | 127 | 0 | 15 | 454 | 114 | 62 |
| Binary | 11011110 | 11110 | 11011111 | 0 | 1010111 | 0 | 1101 | 100101100 | 1001100 | 110010 |
Color Harmonies of #DE1EDF
Complementary color
Monochromatic Colors of #DE1EDF
Black with #DE1EDF
Text Example
Text Example
White with #DE1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EDF; }
p { color: rgb(222,30,223); }
H1.HeaderClassName
{
color: #DE1EDF;
}
.AnyTagClassName
{
color: #DE1EDF;
}
</style>
background-color css
<style>
a { background-color: #DE1EDF; }
a { background-color: rgb(222,30,223); }
div.DivClassName
{
background-color: #DE1EDF;
}
.BgClassName
{
background-color: #DE1EDF;
}
</style>
border-color css
<style>
span { border-color: #DE1EDF; }
span { border-color: rgb(222,30,223); }
td.TdClassName
{
border-color: #DE1EDF;
}
.TagClassName
{
border-color: #DE1EDF;
}
</style>