Shades of Deep Magenta #DB06DE
Tints of Deep Magenta #DB06DE
RGB
CMYK
RGB Variations
Color information
#DB06DE (or 0xDB06DE) is known color: Deep Magenta. HEX triplet: DB, 06 and DE. RGB value is (219,6,222). Sum of RGB (Red+Green+Blue) = 219+6+222=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB06DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06DE is #24F921. Grayscale: #5D5D5D. Windows color (decimal): -2423074 or 14550747. OLE color: 14550747.
HSL color Cylindrical-coordinate representation of color #DB06DE: hue angle of 299.17º 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 #DB06DE is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 6 | 222 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.13 |
| HSL | 299.17º | 0.95% | 0.45% | - |
| HSV(B) | 299.17º | 0.97% | 0.87% | - |
| XYZ | 42.46 | 20.46 | 70.82 | - |
| YUV | 94.31 | 200.07 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 222 | 0.01 | 0.97 | 0 | 0.13 | 299.17 | 0.95 | 0.45 |
| Hex | DB | 6 | DE | 1 | 61 | 0 | D | 12B | 5F | 2D |
| Octal | 333 | 6 | 336 | 1 | 141 | 0 | 15 | 453 | 137 | 55 |
| Binary | 11011011 | 110 | 11011110 | 1 | 1100001 | 0 | 1101 | 100101011 | 1011111 | 101101 |
Color Harmonies of #DB06DE
Complementary color
Monochromatic Colors of #DB06DE
Black with #DB06DE
Text Example
Text Example
White with #DB06DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06DE; }
p { color: rgb(219,6,222); }
H1.HeaderClassName
{
color: #DB06DE;
}
.AnyTagClassName
{
color: #DB06DE;
}
</style>
background-color css
<style>
a { background-color: #DB06DE; }
a { background-color: rgb(219,6,222); }
div.DivClassName
{
background-color: #DB06DE;
}
.BgClassName
{
background-color: #DB06DE;
}
</style>
border-color css
<style>
span { border-color: #DB06DE; }
span { border-color: rgb(219,6,222); }
td.TdClassName
{
border-color: #DB06DE;
}
.TagClassName
{
border-color: #DB06DE;
}
</style>