Shades of Deep Magenta #DB06CC
Tints of Deep Magenta #DB06CC
RGB
CMYK
RGB Variations
Color information
#DB06CC (or 0xDB06CC) is known color: Deep Magenta. HEX triplet: DB, 06 and CC. RGB value is (219,6,204). Sum of RGB (Red+Green+Blue) = 219+6+204=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06CC is #24F933. Grayscale: #5B5B5B. Windows color (decimal): -2423092 or 13371099. OLE color: 13371099.
HSL color Cylindrical-coordinate representation of color #DB06CC: hue angle of 304.23º 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 #DB06CC is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 204 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.14 |
| HSL | 304.23º | 0.95% | 0.44% | - |
| HSV(B) | 304.23º | 0.97% | 0.86% | - |
| XYZ | 40.18 | 19.55 | 58.78 | - |
| YUV | 92.26 | 191.07 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 204 | 0 | 0.97 | 0.07 | 0.14 | 304.23 | 0.95 | 0.44 |
| Hex | DB | 6 | CC | 0 | 61 | 7 | E | 130 | 5F | 2C |
| Octal | 333 | 6 | 314 | 0 | 141 | 7 | 16 | 460 | 137 | 54 |
| Binary | 11011011 | 110 | 11001100 | 0 | 1100001 | 111 | 1110 | 100110000 | 1011111 | 101100 |
Color Harmonies of #DB06CC
Complementary color
Monochromatic Colors of #DB06CC
Black with #DB06CC
Text Example
Text Example
White with #DB06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06CC; }
p { color: rgb(219,6,204); }
H1.HeaderClassName
{
color: #DB06CC;
}
.AnyTagClassName
{
color: #DB06CC;
}
</style>
background-color css
<style>
a { background-color: #DB06CC; }
a { background-color: rgb(219,6,204); }
div.DivClassName
{
background-color: #DB06CC;
}
.BgClassName
{
background-color: #DB06CC;
}
</style>
border-color css
<style>
span { border-color: #DB06CC; }
span { border-color: rgb(219,6,204); }
td.TdClassName
{
border-color: #DB06CC;
}
.TagClassName
{
border-color: #DB06CC;
}
</style>