Shades of Hollywood Cerise #DB06AB
Tints of Hollywood Cerise #DB06AB
RGB
CMYK
RGB Variations
Color information
#DB06AB (or 0xDB06AB) is known color: Hollywood Cerise. HEX triplet: DB, 06 and AB. RGB value is (219,6,171). Sum of RGB (Red+Green+Blue) = 219+6+171=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06AB is #24F954. Grayscale: #585858. Windows color (decimal): -2423125 or 11208411. OLE color: 11208411.
HSL color Cylindrical-coordinate representation of color #DB06AB: hue angle of 313.52º 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 #DB06AB is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.14 |
| HSL | 313.52º | 0.95% | 0.44% | - |
| HSV(B) | 313.52º | 0.97% | 0.86% | - |
| XYZ | 36.63 | 18.13 | 40.1 | - |
| YUV | 88.5 | 174.57 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 171 | 0 | 0.97 | 0.22 | 0.14 | 313.52 | 0.95 | 0.44 |
| Hex | DB | 6 | AB | 0 | 61 | 16 | E | 13A | 5F | 2C |
| Octal | 333 | 6 | 253 | 0 | 141 | 26 | 16 | 472 | 137 | 54 |
| Binary | 11011011 | 110 | 10101011 | 0 | 1100001 | 10110 | 1110 | 100111010 | 1011111 | 101100 |
Color Harmonies of #DB06AB
Complementary color
Monochromatic Colors of #DB06AB
Black with #DB06AB
Text Example
Text Example
White with #DB06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06AB; }
p { color: rgb(219,6,171); }
H1.HeaderClassName
{
color: #DB06AB;
}
.AnyTagClassName
{
color: #DB06AB;
}
</style>
background-color css
<style>
a { background-color: #DB06AB; }
a { background-color: rgb(219,6,171); }
div.DivClassName
{
background-color: #DB06AB;
}
.BgClassName
{
background-color: #DB06AB;
}
</style>
border-color css
<style>
span { border-color: #DB06AB; }
span { border-color: rgb(219,6,171); }
td.TdClassName
{
border-color: #DB06AB;
}
.TagClassName
{
border-color: #DB06AB;
}
</style>