Shades of Hollywood Cerise #DB06A8
Tints of Hollywood Cerise #DB06A8
RGB
CMYK
RGB Variations
Color information
#DB06A8 (or 0xDB06A8) is known color: Hollywood Cerise. HEX triplet: DB, 06 and A8. RGB value is (219,6,168). Sum of RGB (Red+Green+Blue) = 219+6+168=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06A8 is #24F957. Grayscale: #575757. Windows color (decimal): -2423128 or 11011803. OLE color: 11011803.
HSL color Cylindrical-coordinate representation of color #DB06A8: hue angle of 314.37º 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 #DB06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.14 |
| HSL | 314.37º | 0.95% | 0.44% | - |
| HSV(B) | 314.37º | 0.97% | 0.86% | - |
| XYZ | 36.35 | 18.02 | 38.61 | - |
| YUV | 88.16 | 173.07 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 168 | 0 | 0.97 | 0.23 | 0.14 | 314.37 | 0.95 | 0.44 |
| Hex | DB | 6 | A8 | 0 | 61 | 17 | E | 13A | 5F | 2C |
| Octal | 333 | 6 | 250 | 0 | 141 | 27 | 16 | 472 | 137 | 54 |
| Binary | 11011011 | 110 | 10101000 | 0 | 1100001 | 10111 | 1110 | 100111010 | 1011111 | 101100 |
Color Harmonies of #DB06A8
Complementary color
Monochromatic Colors of #DB06A8
Black with #DB06A8
Text Example
Text Example
White with #DB06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06A8; }
p { color: rgb(219,6,168); }
H1.HeaderClassName
{
color: #DB06A8;
}
.AnyTagClassName
{
color: #DB06A8;
}
</style>
background-color css
<style>
a { background-color: #DB06A8; }
a { background-color: rgb(219,6,168); }
div.DivClassName
{
background-color: #DB06A8;
}
.BgClassName
{
background-color: #DB06A8;
}
</style>
border-color css
<style>
span { border-color: #DB06A8; }
span { border-color: rgb(219,6,168); }
td.TdClassName
{
border-color: #DB06A8;
}
.TagClassName
{
border-color: #DB06A8;
}
</style>