Shades of Deep Magenta #DE19DB
Tints of Deep Magenta #DE19DB
RGB
CMYK
RGB Variations
Color information
#DE19DB (or 0xDE19DB) is known color: Deep Magenta. HEX triplet: DE, 19 and DB. RGB value is (222,25,219). Sum of RGB (Red+Green+Blue) = 222+25+219=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19DB is #21E624. Grayscale: #696969. Windows color (decimal): -2221605 or 14359006. OLE color: 14359006.
HSL color Cylindrical-coordinate representation of color #DE19DB: hue angle of 300.91º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19DB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 219 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.13 |
| HSL | 300.91º | 0.8% | 0.48% | - |
| HSV(B) | 300.91º | 0.89% | 0.87% | - |
| XYZ | 43.26 | 21.34 | 68.86 | - |
| YUV | 106.02 | 191.77 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 219 | 0 | 0.89 | 0.01 | 0.13 | 300.91 | 0.8 | 0.48 |
| Hex | DE | 19 | DB | 0 | 59 | 1 | D | 12D | 50 | 30 |
| Octal | 336 | 31 | 333 | 0 | 131 | 1 | 15 | 455 | 120 | 60 |
| Binary | 11011110 | 11001 | 11011011 | 0 | 1011001 | 1 | 1101 | 100101101 | 1010000 | 110000 |
Color Harmonies of #DE19DB
Complementary color
Monochromatic Colors of #DE19DB
Black with #DE19DB
Text Example
Text Example
White with #DE19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19DB; }
p { color: rgb(222,25,219); }
H1.HeaderClassName
{
color: #DE19DB;
}
.AnyTagClassName
{
color: #DE19DB;
}
</style>
background-color css
<style>
a { background-color: #DE19DB; }
a { background-color: rgb(222,25,219); }
div.DivClassName
{
background-color: #DE19DB;
}
.BgClassName
{
background-color: #DE19DB;
}
</style>
border-color css
<style>
span { border-color: #DE19DB; }
span { border-color: rgb(222,25,219); }
td.TdClassName
{
border-color: #DE19DB;
}
.TagClassName
{
border-color: #DE19DB;
}
</style>