Shades of Hollywood Cerise #DB06B0
Tints of Hollywood Cerise #DB06B0
RGB
CMYK
RGB Variations
Color information
#DB06B0 (or 0xDB06B0) is known color: Hollywood Cerise. HEX triplet: DB, 06 and B0. RGB value is (219,6,176). Sum of RGB (Red+Green+Blue) = 219+6+176=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06B0 is #24F94F. Grayscale: #585858. Windows color (decimal): -2423120 or 11536091. OLE color: 11536091.
HSL color Cylindrical-coordinate representation of color #DB06B0: hue angle of 312.11º 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 #DB06B0 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.14 |
| HSL | 312.11º | 0.95% | 0.44% | - |
| HSV(B) | 312.11º | 0.97% | 0.86% | - |
| XYZ | 37.12 | 18.32 | 42.66 | - |
| YUV | 89.07 | 177.07 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 176 | 0 | 0.97 | 0.20 | 0.14 | 312.11 | 0.95 | 0.44 |
| Hex | DB | 6 | B0 | 0 | 61 | 14 | E | 138 | 5F | 2C |
| Octal | 333 | 6 | 260 | 0 | 141 | 24 | 16 | 470 | 137 | 54 |
| Binary | 11011011 | 110 | 10110000 | 0 | 1100001 | 10100 | 1110 | 100111000 | 1011111 | 101100 |
Color Harmonies of #DB06B0
Complementary color
Monochromatic Colors of #DB06B0
Black with #DB06B0
Text Example
Text Example
White with #DB06B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06B0; }
p { color: rgb(219,6,176); }
H1.HeaderClassName
{
color: #DB06B0;
}
.AnyTagClassName
{
color: #DB06B0;
}
</style>
background-color css
<style>
a { background-color: #DB06B0; }
a { background-color: rgb(219,6,176); }
div.DivClassName
{
background-color: #DB06B0;
}
.BgClassName
{
background-color: #DB06B0;
}
</style>
border-color css
<style>
span { border-color: #DB06B0; }
span { border-color: rgb(219,6,176); }
td.TdClassName
{
border-color: #DB06B0;
}
.TagClassName
{
border-color: #DB06B0;
}
</style>