Shades of Hollywood Cerise #DB0CA5
Tints of Hollywood Cerise #DB0CA5
RGB
CMYK
RGB Variations
Color information
#DB0CA5 (or 0xDB0CA5) is known color: Hollywood Cerise. HEX triplet: DB, 0C and A5. RGB value is (219,12,165). Sum of RGB (Red+Green+Blue) = 219+12+165=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0CA5 is #24F35A. Grayscale: #5A5A5A. Windows color (decimal): -2421595 or 10816731. OLE color: 10816731.
HSL color Cylindrical-coordinate representation of color #DB0CA5: hue angle of 315.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CA5 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 165 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.14 |
| HSL | 315.65º | 0.9% | 0.45% | - |
| HSV(B) | 315.65º | 0.95% | 0.86% | - |
| XYZ | 36.14 | 18.04 | 37.17 | - |
| YUV | 91.34 | 169.58 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 165 | 0 | 0.95 | 0.25 | 0.14 | 315.65 | 0.9 | 0.45 |
| Hex | DB | C | A5 | 0 | 5F | 19 | E | 13C | 5A | 2D |
| Octal | 333 | 14 | 245 | 0 | 137 | 31 | 16 | 474 | 132 | 55 |
| Binary | 11011011 | 1100 | 10100101 | 0 | 1011111 | 11001 | 1110 | 100111100 | 1011010 | 101101 |
Color Harmonies of #DB0CA5
Complementary color
Monochromatic Colors of #DB0CA5
Black with #DB0CA5
Text Example
Text Example
White with #DB0CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CA5; }
p { color: rgb(219,12,165); }
H1.HeaderClassName
{
color: #DB0CA5;
}
.AnyTagClassName
{
color: #DB0CA5;
}
</style>
background-color css
<style>
a { background-color: #DB0CA5; }
a { background-color: rgb(219,12,165); }
div.DivClassName
{
background-color: #DB0CA5;
}
.BgClassName
{
background-color: #DB0CA5;
}
</style>
border-color css
<style>
span { border-color: #DB0CA5; }
span { border-color: rgb(219,12,165); }
td.TdClassName
{
border-color: #DB0CA5;
}
.TagClassName
{
border-color: #DB0CA5;
}
</style>