Shades of Hollywood Cerise #DB06AC
Tints of Hollywood Cerise #DB06AC
RGB
CMYK
RGB Variations
Color information
#DB06AC (or 0xDB06AC) is known color: Hollywood Cerise. HEX triplet: DB, 06 and AC. RGB value is (219,6,172). Sum of RGB (Red+Green+Blue) = 219+6+172=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06AC is #24F953. Grayscale: #585858. Windows color (decimal): -2423124 or 11273947. OLE color: 11273947.
HSL color Cylindrical-coordinate representation of color #DB06AC: hue angle of 313.24º 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 #DB06AC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.14 |
| HSL | 313.24º | 0.95% | 0.44% | - |
| HSV(B) | 313.24º | 0.97% | 0.86% | - |
| XYZ | 36.72 | 18.17 | 40.6 | - |
| YUV | 88.61 | 175.07 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 172 | 0 | 0.97 | 0.21 | 0.14 | 313.24 | 0.95 | 0.44 |
| Hex | DB | 6 | AC | 0 | 61 | 15 | E | 139 | 5F | 2C |
| Octal | 333 | 6 | 254 | 0 | 141 | 25 | 16 | 471 | 137 | 54 |
| Binary | 11011011 | 110 | 10101100 | 0 | 1100001 | 10101 | 1110 | 100111001 | 1011111 | 101100 |
Color Harmonies of #DB06AC
Complementary color
Monochromatic Colors of #DB06AC
Black with #DB06AC
Text Example
Text Example
White with #DB06AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06AC; }
p { color: rgb(219,6,172); }
H1.HeaderClassName
{
color: #DB06AC;
}
.AnyTagClassName
{
color: #DB06AC;
}
</style>
background-color css
<style>
a { background-color: #DB06AC; }
a { background-color: rgb(219,6,172); }
div.DivClassName
{
background-color: #DB06AC;
}
.BgClassName
{
background-color: #DB06AC;
}
</style>
border-color css
<style>
span { border-color: #DB06AC; }
span { border-color: rgb(219,6,172); }
td.TdClassName
{
border-color: #DB06AC;
}
.TagClassName
{
border-color: #DB06AC;
}
</style>