Shades of Deep Magenta #DE1AD0
Tints of Deep Magenta #DE1AD0
RGB
CMYK
RGB Variations
Color information
#DE1AD0 (or 0xDE1AD0) is known color: Deep Magenta. HEX triplet: DE, 1A and D0. RGB value is (222,26,208). Sum of RGB (Red+Green+Blue) = 222+26+208=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1AD0 is #21E52F. Grayscale: #686868. Windows color (decimal): -2221360 or 13638366. OLE color: 13638366.
HSL color Cylindrical-coordinate representation of color #DE1AD0: hue angle of 304.29º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1AD0 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 26 | 208 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.13 |
| HSL | 304.29º | 0.79% | 0.49% | - |
| HSV(B) | 304.29º | 0.88% | 0.87% | - |
| XYZ | 41.88 | 20.82 | 61.49 | - |
| YUV | 105.35 | 185.93 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 26 | 208 | 0 | 0.88 | 0.06 | 0.13 | 304.29 | 0.79 | 0.49 |
| Hex | DE | 1A | D0 | 0 | 58 | 6 | D | 130 | 4F | 31 |
| Octal | 336 | 32 | 320 | 0 | 130 | 6 | 15 | 460 | 117 | 61 |
| Binary | 11011110 | 11010 | 11010000 | 0 | 1011000 | 110 | 1101 | 100110000 | 1001111 | 110001 |
Color Harmonies of #DE1AD0
Complementary color
Monochromatic Colors of #DE1AD0
Black with #DE1AD0
Text Example
Text Example
White with #DE1AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1AD0; }
p { color: rgb(222,26,208); }
H1.HeaderClassName
{
color: #DE1AD0;
}
.AnyTagClassName
{
color: #DE1AD0;
}
</style>
background-color css
<style>
a { background-color: #DE1AD0; }
a { background-color: rgb(222,26,208); }
div.DivClassName
{
background-color: #DE1AD0;
}
.BgClassName
{
background-color: #DE1AD0;
}
</style>
border-color css
<style>
span { border-color: #DE1AD0; }
span { border-color: rgb(222,26,208); }
td.TdClassName
{
border-color: #DE1AD0;
}
.TagClassName
{
border-color: #DE1AD0;
}
</style>