Shades of Deep Magenta #DE14DB
Tints of Deep Magenta #DE14DB
RGB
CMYK
RGB Variations
Color information
#DE14DB (or 0xDE14DB) is known color: Deep Magenta. HEX triplet: DE, 14 and DB. RGB value is (222,20,219). Sum of RGB (Red+Green+Blue) = 222+20+219=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE14DB is #21EB24. Grayscale: #666666. Windows color (decimal): -2222885 or 14357726. OLE color: 14357726.
HSL color Cylindrical-coordinate representation of color #DE14DB: hue angle of 300.89º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE14DB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 219 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.13 |
| HSL | 300.89º | 0.83% | 0.47% | - |
| HSV(B) | 300.89º | 0.91% | 0.87% | - |
| XYZ | 43.16 | 21.14 | 68.82 | - |
| YUV | 103.08 | 193.42 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 219 | 0 | 0.91 | 0.01 | 0.13 | 300.89 | 0.83 | 0.47 |
| Hex | DE | 14 | DB | 0 | 5B | 1 | D | 12D | 53 | 2F |
| Octal | 336 | 24 | 333 | 0 | 133 | 1 | 15 | 455 | 123 | 57 |
| Binary | 11011110 | 10100 | 11011011 | 0 | 1011011 | 1 | 1101 | 100101101 | 1010011 | 101111 |
Color Harmonies of #DE14DB
Complementary color
Monochromatic Colors of #DE14DB
Black with #DE14DB
Text Example
Text Example
White with #DE14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE14DB; }
p { color: rgb(222,20,219); }
H1.HeaderClassName
{
color: #DE14DB;
}
.AnyTagClassName
{
color: #DE14DB;
}
</style>
background-color css
<style>
a { background-color: #DE14DB; }
a { background-color: rgb(222,20,219); }
div.DivClassName
{
background-color: #DE14DB;
}
.BgClassName
{
background-color: #DE14DB;
}
</style>
border-color css
<style>
span { border-color: #DE14DB; }
span { border-color: rgb(222,20,219); }
td.TdClassName
{
border-color: #DE14DB;
}
.TagClassName
{
border-color: #DE14DB;
}
</style>