Shades of Hollywood Cerise #DB069A
Tints of Hollywood Cerise #DB069A
RGB
CMYK
RGB Variations
Color information
#DB069A (or 0xDB069A) is known color: Hollywood Cerise. HEX triplet: DB, 06 and 9A. RGB value is (219,6,154). Sum of RGB (Red+Green+Blue) = 219+6+154=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB069A is #24F965. Grayscale: #565656. Windows color (decimal): -2423142 or 10094299. OLE color: 10094299.
HSL color Cylindrical-coordinate representation of color #DB069A: hue angle of 318.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB069A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.14 |
| HSL | 318.31º | 0.95% | 0.44% | - |
| HSV(B) | 318.31º | 0.97% | 0.86% | - |
| XYZ | 35.11 | 17.52 | 32.1 | - |
| YUV | 86.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 154 | 0 | 0.97 | 0.30 | 0.14 | 318.31 | 0.95 | 0.44 |
| Hex | DB | 6 | 9A | 0 | 61 | 1E | E | 13E | 5F | 2C |
| Octal | 333 | 6 | 232 | 0 | 141 | 36 | 16 | 476 | 137 | 54 |
| Binary | 11011011 | 110 | 10011010 | 0 | 1100001 | 11110 | 1110 | 100111110 | 1011111 | 101100 |
Color Harmonies of #DB069A
Complementary color
Monochromatic Colors of #DB069A
Black with #DB069A
Text Example
Text Example
White with #DB069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB069A; }
p { color: rgb(219,6,154); }
H1.HeaderClassName
{
color: #DB069A;
}
.AnyTagClassName
{
color: #DB069A;
}
</style>
background-color css
<style>
a { background-color: #DB069A; }
a { background-color: rgb(219,6,154); }
div.DivClassName
{
background-color: #DB069A;
}
.BgClassName
{
background-color: #DB069A;
}
</style>
border-color css
<style>
span { border-color: #DB069A; }
span { border-color: rgb(219,6,154); }
td.TdClassName
{
border-color: #DB069A;
}
.TagClassName
{
border-color: #DB069A;
}
</style>