Shades of Hollywood Cerise #DB08AF
Tints of Hollywood Cerise #DB08AF
RGB
CMYK
RGB Variations
Color information
#DB08AF (or 0xDB08AF) is known color: Hollywood Cerise. HEX triplet: DB, 08 and AF. RGB value is (219,8,175). Sum of RGB (Red+Green+Blue) = 219+8+175=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB08AF is #24F750. Grayscale: #595959. Windows color (decimal): -2422609 or 11471067. OLE color: 11471067.
HSL color Cylindrical-coordinate representation of color #DB08AF: hue angle of 312.51º 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 #DB08AF is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.14 |
| HSL | 312.51º | 0.93% | 0.45% | - |
| HSV(B) | 312.51º | 0.96% | 0.86% | - |
| XYZ | 37.04 | 18.33 | 42.14 | - |
| YUV | 90.13 | 175.9 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 175 | 0 | 0.96 | 0.20 | 0.14 | 312.51 | 0.93 | 0.45 |
| Hex | DB | 8 | AF | 0 | 60 | 14 | E | 139 | 5D | 2D |
| Octal | 333 | 10 | 257 | 0 | 140 | 24 | 16 | 471 | 135 | 55 |
| Binary | 11011011 | 1000 | 10101111 | 0 | 1100000 | 10100 | 1110 | 100111001 | 1011101 | 101101 |
Color Harmonies of #DB08AF
Complementary color
Monochromatic Colors of #DB08AF
Black with #DB08AF
Text Example
Text Example
White with #DB08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08AF; }
p { color: rgb(219,8,175); }
H1.HeaderClassName
{
color: #DB08AF;
}
.AnyTagClassName
{
color: #DB08AF;
}
</style>
background-color css
<style>
a { background-color: #DB08AF; }
a { background-color: rgb(219,8,175); }
div.DivClassName
{
background-color: #DB08AF;
}
.BgClassName
{
background-color: #DB08AF;
}
</style>
border-color css
<style>
span { border-color: #DB08AF; }
span { border-color: rgb(219,8,175); }
td.TdClassName
{
border-color: #DB08AF;
}
.TagClassName
{
border-color: #DB08AF;
}
</style>