Shades of Hollywood Cerise #DB08A6
Tints of Hollywood Cerise #DB08A6
RGB
CMYK
RGB Variations
Color information
#DB08A6 (or 0xDB08A6) is known color: Hollywood Cerise. HEX triplet: DB, 08 and A6. RGB value is (219,8,166). Sum of RGB (Red+Green+Blue) = 219+8+166=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB08A6 is #24F759. Grayscale: #585858. Windows color (decimal): -2422618 or 10881243. OLE color: 10881243.
HSL color Cylindrical-coordinate representation of color #DB08A6: hue angle of 315.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 166 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.14 |
| HSL | 315.07º | 0.93% | 0.45% | - |
| HSV(B) | 315.07º | 0.96% | 0.86% | - |
| XYZ | 36.18 | 17.99 | 37.64 | - |
| YUV | 89.1 | 171.4 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 166 | 0 | 0.96 | 0.24 | 0.14 | 315.07 | 0.93 | 0.45 |
| Hex | DB | 8 | A6 | 0 | 60 | 18 | E | 13B | 5D | 2D |
| Octal | 333 | 10 | 246 | 0 | 140 | 30 | 16 | 473 | 135 | 55 |
| Binary | 11011011 | 1000 | 10100110 | 0 | 1100000 | 11000 | 1110 | 100111011 | 1011101 | 101101 |
Color Harmonies of #DB08A6
Complementary color
Monochromatic Colors of #DB08A6
Black with #DB08A6
Text Example
Text Example
White with #DB08A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08A6; }
p { color: rgb(219,8,166); }
H1.HeaderClassName
{
color: #DB08A6;
}
.AnyTagClassName
{
color: #DB08A6;
}
</style>
background-color css
<style>
a { background-color: #DB08A6; }
a { background-color: rgb(219,8,166); }
div.DivClassName
{
background-color: #DB08A6;
}
.BgClassName
{
background-color: #DB08A6;
}
</style>
border-color css
<style>
span { border-color: #DB08A6; }
span { border-color: rgb(219,8,166); }
td.TdClassName
{
border-color: #DB08A6;
}
.TagClassName
{
border-color: #DB08A6;
}
</style>