Shades of Hollywood Cerise #DB00AC
Tints of Hollywood Cerise #DB00AC
RGB
CMYK
RGB Variations
Color information
#DB00AC (or 0xDB00AC) is known color: Hollywood Cerise. HEX triplet: DB, 00 and AC. RGB value is (219,0,172). Sum of RGB (Red+Green+Blue) = 219+0+172=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00AC is #24FF53. Grayscale: #545454. Windows color (decimal): -2424660 or 11272411. OLE color: 11272411.
HSL color Cylindrical-coordinate representation of color #DB00AC: hue angle of 312.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00AC is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.21 | 0.14 |
| HSL | 312.88º | 1% | 0.43% | - |
| HSV(B) | 312.88º | 1% | 0.86% | - |
| XYZ | 36.66 | 18.04 | 40.58 | - |
| YUV | 85.09 | 177.05 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 172 | 0 | 1 | 0.21 | 0.14 | 312.88 | 1 | 0.43 |
| Hex | DB | 0 | AC | 0 | 64 | 15 | E | 139 | 64 | 2B |
| Octal | 333 | 0 | 254 | 0 | 144 | 25 | 16 | 471 | 144 | 53 |
| Binary | 11011011 | 0 | 10101100 | 0 | 1100100 | 10101 | 1110 | 100111001 | 1100100 | 101011 |
Color Harmonies of #DB00AC
Complementary color
Monochromatic Colors of #DB00AC
Black with #DB00AC
Text Example
Text Example
White with #DB00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00AC; }
p { color: rgb(219,0,172); }
H1.HeaderClassName
{
color: #DB00AC;
}
.AnyTagClassName
{
color: #DB00AC;
}
</style>
background-color css
<style>
a { background-color: #DB00AC; }
a { background-color: rgb(219,0,172); }
div.DivClassName
{
background-color: #DB00AC;
}
.BgClassName
{
background-color: #DB00AC;
}
</style>
border-color css
<style>
span { border-color: #DB00AC; }
span { border-color: rgb(219,0,172); }
td.TdClassName
{
border-color: #DB00AC;
}
.TagClassName
{
border-color: #DB00AC;
}
</style>