Shades of Hollywood Cerise #DB149E
Tints of Hollywood Cerise #DB149E
RGB
CMYK
RGB Variations
Color information
#DB149E (or 0xDB149E) is known color: Hollywood Cerise. HEX triplet: DB, 14 and 9E. RGB value is (219,20,158). Sum of RGB (Red+Green+Blue) = 219+20+158=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB149E is #24EB61. Grayscale: #5E5E5E. Windows color (decimal): -2419554 or 10360027. OLE color: 10360027.
HSL color Cylindrical-coordinate representation of color #DB149E: hue angle of 318.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB149E is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 158 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.14 |
| HSL | 318.39º | 0.83% | 0.47% | - |
| HSV(B) | 318.39º | 0.91% | 0.86% | - |
| XYZ | 35.64 | 18.03 | 33.95 | - |
| YUV | 95.23 | 163.43 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 158 | 0 | 0.91 | 0.28 | 0.14 | 318.39 | 0.83 | 0.47 |
| Hex | DB | 14 | 9E | 0 | 5B | 1C | E | 13E | 53 | 2F |
| Octal | 333 | 24 | 236 | 0 | 133 | 34 | 16 | 476 | 123 | 57 |
| Binary | 11011011 | 10100 | 10011110 | 0 | 1011011 | 11100 | 1110 | 100111110 | 1010011 | 101111 |
Color Harmonies of #DB149E
Complementary color
Monochromatic Colors of #DB149E
Black with #DB149E
Text Example
Text Example
White with #DB149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB149E; }
p { color: rgb(219,20,158); }
H1.HeaderClassName
{
color: #DB149E;
}
.AnyTagClassName
{
color: #DB149E;
}
</style>
background-color css
<style>
a { background-color: #DB149E; }
a { background-color: rgb(219,20,158); }
div.DivClassName
{
background-color: #DB149E;
}
.BgClassName
{
background-color: #DB149E;
}
</style>
border-color css
<style>
span { border-color: #DB149E; }
span { border-color: rgb(219,20,158); }
td.TdClassName
{
border-color: #DB149E;
}
.TagClassName
{
border-color: #DB149E;
}
</style>