Shades of Hollywood Cerise #DB08A1
Tints of Hollywood Cerise #DB08A1
RGB
CMYK
RGB Variations
Color information
#DB08A1 (or 0xDB08A1) is known color: Hollywood Cerise. HEX triplet: DB, 08 and A1. RGB value is (219,8,161). Sum of RGB (Red+Green+Blue) = 219+8+161=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB08A1 is #24F75E. Grayscale: #585858. Windows color (decimal): -2422623 or 10553563. OLE color: 10553563.
HSL color Cylindrical-coordinate representation of color #DB08A1: hue angle of 316.49º 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 #DB08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.14 |
| HSL | 316.49º | 0.93% | 0.45% | - |
| HSV(B) | 316.49º | 0.96% | 0.86% | - |
| XYZ | 35.73 | 17.81 | 35.27 | - |
| YUV | 88.53 | 168.9 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 161 | 0 | 0.96 | 0.26 | 0.14 | 316.49 | 0.93 | 0.45 |
| Hex | DB | 8 | A1 | 0 | 60 | 1A | E | 13C | 5D | 2D |
| Octal | 333 | 10 | 241 | 0 | 140 | 32 | 16 | 474 | 135 | 55 |
| Binary | 11011011 | 1000 | 10100001 | 0 | 1100000 | 11010 | 1110 | 100111100 | 1011101 | 101101 |
Color Harmonies of #DB08A1
Complementary color
Monochromatic Colors of #DB08A1
Black with #DB08A1
Text Example
Text Example
White with #DB08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08A1; }
p { color: rgb(219,8,161); }
H1.HeaderClassName
{
color: #DB08A1;
}
.AnyTagClassName
{
color: #DB08A1;
}
</style>
background-color css
<style>
a { background-color: #DB08A1; }
a { background-color: rgb(219,8,161); }
div.DivClassName
{
background-color: #DB08A1;
}
.BgClassName
{
background-color: #DB08A1;
}
</style>
border-color css
<style>
span { border-color: #DB08A1; }
span { border-color: rgb(219,8,161); }
td.TdClassName
{
border-color: #DB08A1;
}
.TagClassName
{
border-color: #DB08A1;
}
</style>