Shades of Deep Magenta #DE05D1
Tints of Deep Magenta #DE05D1
RGB
CMYK
RGB Variations
Color information
#DE05D1 (or 0xDE05D1) is known color: Deep Magenta. HEX triplet: DE, 05 and D1. RGB value is (222,5,209). Sum of RGB (Red+Green+Blue) = 222+5+209=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE05D1 is #21FA2E. Grayscale: #5C5C5C. Windows color (decimal): -2226735 or 13698526. OLE color: 13698526.
HSL color Cylindrical-coordinate representation of color #DE05D1: hue angle of 303.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE05D1 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 209 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.13 |
| HSL | 303.59º | 0.96% | 0.45% | - |
| HSV(B) | 303.59º | 0.98% | 0.87% | - |
| XYZ | 41.69 | 20.24 | 62.03 | - |
| YUV | 93.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 209 | 0 | 0.98 | 0.06 | 0.13 | 303.59 | 0.96 | 0.45 |
| Hex | DE | 5 | D1 | 0 | 62 | 6 | D | 130 | 60 | 2D |
| Octal | 336 | 5 | 321 | 0 | 142 | 6 | 15 | 460 | 140 | 55 |
| Binary | 11011110 | 101 | 11010001 | 0 | 1100010 | 110 | 1101 | 100110000 | 1100000 | 101101 |
Color Harmonies of #DE05D1
Complementary color
Monochromatic Colors of #DE05D1
Black with #DE05D1
Text Example
Text Example
White with #DE05D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE05D1; }
p { color: rgb(222,5,209); }
H1.HeaderClassName
{
color: #DE05D1;
}
.AnyTagClassName
{
color: #DE05D1;
}
</style>
background-color css
<style>
a { background-color: #DE05D1; }
a { background-color: rgb(222,5,209); }
div.DivClassName
{
background-color: #DE05D1;
}
.BgClassName
{
background-color: #DE05D1;
}
</style>
border-color css
<style>
span { border-color: #DE05D1; }
span { border-color: rgb(222,5,209); }
td.TdClassName
{
border-color: #DE05D1;
}
.TagClassName
{
border-color: #DE05D1;
}
</style>