Shades of Deep Magenta #DB06C8
Tints of Deep Magenta #DB06C8
RGB
CMYK
RGB Variations
Color information
#DB06C8 (or 0xDB06C8) is known color: Deep Magenta. HEX triplet: DB, 06 and C8. RGB value is (219,6,200). Sum of RGB (Red+Green+Blue) = 219+6+200=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06C8 is #24F937. Grayscale: #5B5B5B. Windows color (decimal): -2423096 or 13108955. OLE color: 13108955.
HSL color Cylindrical-coordinate representation of color #DB06C8: hue angle of 305.35º 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 #DB06C8 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 200 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.14 |
| HSL | 305.35º | 0.95% | 0.44% | - |
| HSV(B) | 305.35º | 0.97% | 0.86% | - |
| XYZ | 39.7 | 19.36 | 56.29 | - |
| YUV | 91.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 200 | 0 | 0.97 | 0.09 | 0.14 | 305.35 | 0.95 | 0.44 |
| Hex | DB | 6 | C8 | 0 | 61 | 9 | E | 131 | 5F | 2C |
| Octal | 333 | 6 | 310 | 0 | 141 | 11 | 16 | 461 | 137 | 54 |
| Binary | 11011011 | 110 | 11001000 | 0 | 1100001 | 1001 | 1110 | 100110001 | 1011111 | 101100 |
Color Harmonies of #DB06C8
Complementary color
Monochromatic Colors of #DB06C8
Black with #DB06C8
Text Example
Text Example
White with #DB06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06C8; }
p { color: rgb(219,6,200); }
H1.HeaderClassName
{
color: #DB06C8;
}
.AnyTagClassName
{
color: #DB06C8;
}
</style>
background-color css
<style>
a { background-color: #DB06C8; }
a { background-color: rgb(219,6,200); }
div.DivClassName
{
background-color: #DB06C8;
}
.BgClassName
{
background-color: #DB06C8;
}
</style>
border-color css
<style>
span { border-color: #DB06C8; }
span { border-color: rgb(219,6,200); }
td.TdClassName
{
border-color: #DB06C8;
}
.TagClassName
{
border-color: #DB06C8;
}
</style>