Shades of Hollywood Cerise #DB09AD
Tints of Hollywood Cerise #DB09AD
RGB
CMYK
RGB Variations
Color information
#DB09AD (or 0xDB09AD) is known color: Hollywood Cerise. HEX triplet: DB, 09 and AD. RGB value is (219,9,173). Sum of RGB (Red+Green+Blue) = 219+9+173=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09AD is #24F652. Grayscale: #5A5A5A. Windows color (decimal): -2422355 or 11340251. OLE color: 11340251.
HSL color Cylindrical-coordinate representation of color #DB09AD: hue angle of 313.14º 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 #DB09AD is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 173 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.14 |
| HSL | 313.14º | 0.92% | 0.45% | - |
| HSV(B) | 313.14º | 0.96% | 0.86% | - |
| XYZ | 36.85 | 18.27 | 41.12 | - |
| YUV | 90.49 | 174.57 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 173 | 0 | 0.96 | 0.21 | 0.14 | 313.14 | 0.92 | 0.45 |
| Hex | DB | 9 | AD | 0 | 60 | 15 | E | 139 | 5C | 2D |
| Octal | 333 | 11 | 255 | 0 | 140 | 25 | 16 | 471 | 134 | 55 |
| Binary | 11011011 | 1001 | 10101101 | 0 | 1100000 | 10101 | 1110 | 100111001 | 1011100 | 101101 |
Color Harmonies of #DB09AD
Complementary color
Monochromatic Colors of #DB09AD
Black with #DB09AD
Text Example
Text Example
White with #DB09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09AD; }
p { color: rgb(219,9,173); }
H1.HeaderClassName
{
color: #DB09AD;
}
.AnyTagClassName
{
color: #DB09AD;
}
</style>
background-color css
<style>
a { background-color: #DB09AD; }
a { background-color: rgb(219,9,173); }
div.DivClassName
{
background-color: #DB09AD;
}
.BgClassName
{
background-color: #DB09AD;
}
</style>
border-color css
<style>
span { border-color: #DB09AD; }
span { border-color: rgb(219,9,173); }
td.TdClassName
{
border-color: #DB09AD;
}
.TagClassName
{
border-color: #DB09AD;
}
</style>