Shades of Deep Magenta #DE16DB
Tints of Deep Magenta #DE16DB
RGB
CMYK
RGB Variations
Color information
#DE16DB (or 0xDE16DB) is known color: Deep Magenta. HEX triplet: DE, 16 and DB. RGB value is (222,22,219). Sum of RGB (Red+Green+Blue) = 222+22+219=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16DB is #21E924. Grayscale: #676767. Windows color (decimal): -2222373 or 14358238. OLE color: 14358238.
HSL color Cylindrical-coordinate representation of color #DE16DB: hue angle of 300.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE16DB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 219 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.13 |
| HSL | 300.9º | 0.82% | 0.48% | - |
| HSV(B) | 300.9º | 0.9% | 0.87% | - |
| XYZ | 43.2 | 21.22 | 68.84 | - |
| YUV | 104.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 219 | 0 | 0.90 | 0.01 | 0.13 | 300.9 | 0.82 | 0.48 |
| Hex | DE | 16 | DB | 0 | 5A | 1 | D | 12D | 52 | 30 |
| Octal | 336 | 26 | 333 | 0 | 132 | 1 | 15 | 455 | 122 | 60 |
| Binary | 11011110 | 10110 | 11011011 | 0 | 1011010 | 1 | 1101 | 100101101 | 1010010 | 110000 |
Color Harmonies of #DE16DB
Complementary color
Monochromatic Colors of #DE16DB
Black with #DE16DB
Text Example
Text Example
White with #DE16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16DB; }
p { color: rgb(222,22,219); }
H1.HeaderClassName
{
color: #DE16DB;
}
.AnyTagClassName
{
color: #DE16DB;
}
</style>
background-color css
<style>
a { background-color: #DE16DB; }
a { background-color: rgb(222,22,219); }
div.DivClassName
{
background-color: #DE16DB;
}
.BgClassName
{
background-color: #DE16DB;
}
</style>
border-color css
<style>
span { border-color: #DE16DB; }
span { border-color: rgb(222,22,219); }
td.TdClassName
{
border-color: #DE16DB;
}
.TagClassName
{
border-color: #DE16DB;
}
</style>