Shades of Deep Magenta #DE1FDB
Tints of Deep Magenta #DE1FDB
RGB
CMYK
RGB Variations
Color information
#DE1FDB (or 0xDE1FDB) is known color: Deep Magenta. HEX triplet: DE, 1F and DB. RGB value is (222,31,219). Sum of RGB (Red+Green+Blue) = 222+31+219=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1FDB is #21E024. Grayscale: #6C6C6C. Windows color (decimal): -2220069 or 14360542. OLE color: 14360542.
HSL color Cylindrical-coordinate representation of color #DE1FDB: hue angle of 300.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1FDB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 219 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.13 |
| HSL | 300.94º | 0.75% | 0.5% | - |
| HSV(B) | 300.94º | 0.86% | 0.87% | - |
| XYZ | 43.4 | 21.62 | 68.9 | - |
| YUV | 109.54 | 189.78 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 219 | 0 | 0.86 | 0.01 | 0.13 | 300.94 | 0.75 | 0.5 |
| Hex | DE | 1F | DB | 0 | 56 | 1 | D | 12D | 4B | 32 |
| Octal | 336 | 37 | 333 | 0 | 126 | 1 | 15 | 455 | 113 | 62 |
| Binary | 11011110 | 11111 | 11011011 | 0 | 1010110 | 1 | 1101 | 100101101 | 1001011 | 110010 |
Color Harmonies of #DE1FDB
Complementary color
Monochromatic Colors of #DE1FDB
Black with #DE1FDB
Text Example
Text Example
White with #DE1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1FDB; }
p { color: rgb(222,31,219); }
H1.HeaderClassName
{
color: #DE1FDB;
}
.AnyTagClassName
{
color: #DE1FDB;
}
</style>
background-color css
<style>
a { background-color: #DE1FDB; }
a { background-color: rgb(222,31,219); }
div.DivClassName
{
background-color: #DE1FDB;
}
.BgClassName
{
background-color: #DE1FDB;
}
</style>
border-color css
<style>
span { border-color: #DE1FDB; }
span { border-color: rgb(222,31,219); }
td.TdClassName
{
border-color: #DE1FDB;
}
.TagClassName
{
border-color: #DE1FDB;
}
</style>