Shades of Deep Magenta #DB06BD
Tints of Deep Magenta #DB06BD
RGB
CMYK
RGB Variations
Color information
#DB06BD (or 0xDB06BD) is known color: Deep Magenta. HEX triplet: DB, 06 and BD. RGB value is (219,6,189). Sum of RGB (Red+Green+Blue) = 219+6+189=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06BD is #24F942. Grayscale: #5A5A5A. Windows color (decimal): -2423107 or 12388059. OLE color: 12388059.
HSL color Cylindrical-coordinate representation of color #DB06BD: hue angle of 308.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB06BD is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.14 |
| HSL | 308.45º | 0.95% | 0.44% | - |
| HSV(B) | 308.45º | 0.97% | 0.86% | - |
| XYZ | 38.46 | 18.86 | 49.76 | - |
| YUV | 90.55 | 183.57 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 189 | 0 | 0.97 | 0.14 | 0.14 | 308.45 | 0.95 | 0.44 |
| Hex | DB | 6 | BD | 0 | 61 | E | E | 134 | 5F | 2C |
| Octal | 333 | 6 | 275 | 0 | 141 | 16 | 16 | 464 | 137 | 54 |
| Binary | 11011011 | 110 | 10111101 | 0 | 1100001 | 1110 | 1110 | 100110100 | 1011111 | 101100 |
Color Harmonies of #DB06BD
Complementary color
Monochromatic Colors of #DB06BD
Black with #DB06BD
Text Example
Text Example
White with #DB06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06BD; }
p { color: rgb(219,6,189); }
H1.HeaderClassName
{
color: #DB06BD;
}
.AnyTagClassName
{
color: #DB06BD;
}
</style>
background-color css
<style>
a { background-color: #DB06BD; }
a { background-color: rgb(219,6,189); }
div.DivClassName
{
background-color: #DB06BD;
}
.BgClassName
{
background-color: #DB06BD;
}
</style>
border-color css
<style>
span { border-color: #DB06BD; }
span { border-color: rgb(219,6,189); }
td.TdClassName
{
border-color: #DB06BD;
}
.TagClassName
{
border-color: #DB06BD;
}
</style>