Shades of Deep Magenta #DE15DB
Tints of Deep Magenta #DE15DB
RGB
CMYK
RGB Variations
Color information
#DE15DB (or 0xDE15DB) is known color: Deep Magenta. HEX triplet: DE, 15 and DB. RGB value is (222,21,219). Sum of RGB (Red+Green+Blue) = 222+21+219=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15DB is #21EA24. Grayscale: #676767. Windows color (decimal): -2222629 or 14357982. OLE color: 14357982.
HSL color Cylindrical-coordinate representation of color #DE15DB: hue angle of 300.9º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15DB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.13 |
| HSL | 300.9º | 0.83% | 0.48% | - |
| HSV(B) | 300.9º | 0.91% | 0.87% | - |
| XYZ | 43.18 | 21.18 | 68.83 | - |
| YUV | 103.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 219 | 0 | 0.91 | 0.01 | 0.13 | 300.9 | 0.83 | 0.48 |
| Hex | DE | 15 | DB | 0 | 5B | 1 | D | 12D | 53 | 30 |
| Octal | 336 | 25 | 333 | 0 | 133 | 1 | 15 | 455 | 123 | 60 |
| Binary | 11011110 | 10101 | 11011011 | 0 | 1011011 | 1 | 1101 | 100101101 | 1010011 | 110000 |
Color Harmonies of #DE15DB
Complementary color
Monochromatic Colors of #DE15DB
Black with #DE15DB
Text Example
Text Example
White with #DE15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE15DB; }
p { color: rgb(222,21,219); }
H1.HeaderClassName
{
color: #DE15DB;
}
.AnyTagClassName
{
color: #DE15DB;
}
</style>
background-color css
<style>
a { background-color: #DE15DB; }
a { background-color: rgb(222,21,219); }
div.DivClassName
{
background-color: #DE15DB;
}
.BgClassName
{
background-color: #DE15DB;
}
</style>
border-color css
<style>
span { border-color: #DE15DB; }
span { border-color: rgb(222,21,219); }
td.TdClassName
{
border-color: #DE15DB;
}
.TagClassName
{
border-color: #DE15DB;
}
</style>