Shades of Hollywood Cerise #DB09AC
Tints of Hollywood Cerise #DB09AC
RGB
CMYK
RGB Variations
Color information
#DB09AC (or 0xDB09AC) is known color: Hollywood Cerise. HEX triplet: DB, 09 and AC. RGB value is (219,9,172). Sum of RGB (Red+Green+Blue) = 219+9+172=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09AC is #24F653. Grayscale: #595959. Windows color (decimal): -2422356 or 11274715. OLE color: 11274715.
HSL color Cylindrical-coordinate representation of color #DB09AC: hue angle of 313.43º degrees, saturation: 0.92, 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 #DB09AC is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.14 |
| HSL | 313.43º | 0.92% | 0.45% | - |
| HSV(B) | 313.43º | 0.96% | 0.86% | - |
| XYZ | 36.76 | 18.23 | 40.61 | - |
| YUV | 90.37 | 174.07 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 172 | 0 | 0.96 | 0.21 | 0.14 | 313.43 | 0.92 | 0.45 |
| Hex | DB | 9 | AC | 0 | 60 | 15 | E | 139 | 5C | 2D |
| Octal | 333 | 11 | 254 | 0 | 140 | 25 | 16 | 471 | 134 | 55 |
| Binary | 11011011 | 1001 | 10101100 | 0 | 1100000 | 10101 | 1110 | 100111001 | 1011100 | 101101 |
Color Harmonies of #DB09AC
Complementary color
Monochromatic Colors of #DB09AC
Black with #DB09AC
Text Example
Text Example
White with #DB09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09AC; }
p { color: rgb(219,9,172); }
H1.HeaderClassName
{
color: #DB09AC;
}
.AnyTagClassName
{
color: #DB09AC;
}
</style>
background-color css
<style>
a { background-color: #DB09AC; }
a { background-color: rgb(219,9,172); }
div.DivClassName
{
background-color: #DB09AC;
}
.BgClassName
{
background-color: #DB09AC;
}
</style>
border-color css
<style>
span { border-color: #DB09AC; }
span { border-color: rgb(219,9,172); }
td.TdClassName
{
border-color: #DB09AC;
}
.TagClassName
{
border-color: #DB09AC;
}
</style>