Shades of Deep Magenta #DE17DB
Tints of Deep Magenta #DE17DB
RGB
CMYK
RGB Variations
Color information
#DE17DB (or 0xDE17DB) is known color: Deep Magenta. HEX triplet: DE, 17 and DB. RGB value is (222,23,219). Sum of RGB (Red+Green+Blue) = 222+23+219=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17DB is #21E824. Grayscale: #686868. Windows color (decimal): -2222117 or 14358494. OLE color: 14358494.
HSL color Cylindrical-coordinate representation of color #DE17DB: hue angle of 300.9º degrees, saturation: 0.81, 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 #DE17DB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 219 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.13 |
| HSL | 300.9º | 0.81% | 0.48% | - |
| HSV(B) | 300.9º | 0.9% | 0.87% | - |
| XYZ | 43.22 | 21.26 | 68.84 | - |
| YUV | 104.85 | 192.43 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 219 | 0 | 0.90 | 0.01 | 0.13 | 300.9 | 0.81 | 0.48 |
| Hex | DE | 17 | DB | 0 | 5A | 1 | D | 12D | 51 | 30 |
| Octal | 336 | 27 | 333 | 0 | 132 | 1 | 15 | 455 | 121 | 60 |
| Binary | 11011110 | 10111 | 11011011 | 0 | 1011010 | 1 | 1101 | 100101101 | 1010001 | 110000 |
Color Harmonies of #DE17DB
Complementary color
Monochromatic Colors of #DE17DB
Black with #DE17DB
Text Example
Text Example
White with #DE17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17DB; }
p { color: rgb(222,23,219); }
H1.HeaderClassName
{
color: #DE17DB;
}
.AnyTagClassName
{
color: #DE17DB;
}
</style>
background-color css
<style>
a { background-color: #DE17DB; }
a { background-color: rgb(222,23,219); }
div.DivClassName
{
background-color: #DE17DB;
}
.BgClassName
{
background-color: #DE17DB;
}
</style>
border-color css
<style>
span { border-color: #DE17DB; }
span { border-color: rgb(222,23,219); }
td.TdClassName
{
border-color: #DE17DB;
}
.TagClassName
{
border-color: #DE17DB;
}
</style>