Shades of Deep Magenta #DE06DB
Tints of Deep Magenta #DE06DB
RGB
CMYK
RGB Variations
Color information
#DE06DB (or 0xDE06DB) is known color: Deep Magenta. HEX triplet: DE, 06 and DB. RGB value is (222,6,219). Sum of RGB (Red+Green+Blue) = 222+6+219=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE06DB is #21F924. Grayscale: #5E5E5E. Windows color (decimal): -2226469 or 14354142. OLE color: 14354142.
HSL color Cylindrical-coordinate representation of color #DE06DB: hue angle of 300.83º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE06DB is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.13 |
| HSL | 300.83º | 0.95% | 0.45% | - |
| HSV(B) | 300.83º | 0.97% | 0.87% | - |
| XYZ | 42.98 | 20.77 | 68.76 | - |
| YUV | 94.87 | 198.06 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 219 | 0 | 0.97 | 0.01 | 0.13 | 300.83 | 0.95 | 0.45 |
| Hex | DE | 6 | DB | 0 | 61 | 1 | D | 12D | 5F | 2D |
| Octal | 336 | 6 | 333 | 0 | 141 | 1 | 15 | 455 | 137 | 55 |
| Binary | 11011110 | 110 | 11011011 | 0 | 1100001 | 1 | 1101 | 100101101 | 1011111 | 101101 |
Color Harmonies of #DE06DB
Complementary color
Monochromatic Colors of #DE06DB
Black with #DE06DB
Text Example
Text Example
White with #DE06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE06DB; }
p { color: rgb(222,6,219); }
H1.HeaderClassName
{
color: #DE06DB;
}
.AnyTagClassName
{
color: #DE06DB;
}
</style>
background-color css
<style>
a { background-color: #DE06DB; }
a { background-color: rgb(222,6,219); }
div.DivClassName
{
background-color: #DE06DB;
}
.BgClassName
{
background-color: #DE06DB;
}
</style>
border-color css
<style>
span { border-color: #DE06DB; }
span { border-color: rgb(222,6,219); }
td.TdClassName
{
border-color: #DE06DB;
}
.TagClassName
{
border-color: #DE06DB;
}
</style>