Shades of Hollywood Cerise #DB14A6
Tints of Hollywood Cerise #DB14A6
RGB
CMYK
RGB Variations
Color information
#DB14A6 (or 0xDB14A6) is known color: Hollywood Cerise. HEX triplet: DB, 14 and A6. RGB value is (219,20,166). Sum of RGB (Red+Green+Blue) = 219+20+166=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14A6 is #24EB59. Grayscale: #5F5F5F. Windows color (decimal): -2419546 or 10884315. OLE color: 10884315.
HSL color Cylindrical-coordinate representation of color #DB14A6: hue angle of 315.98º 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 #DB14A6 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 166 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.14 |
| HSL | 315.98º | 0.83% | 0.47% | - |
| HSV(B) | 315.98º | 0.91% | 0.86% | - |
| XYZ | 36.35 | 18.31 | 37.7 | - |
| YUV | 96.15 | 167.43 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 166 | 0 | 0.91 | 0.24 | 0.14 | 315.98 | 0.83 | 0.47 |
| Hex | DB | 14 | A6 | 0 | 5B | 18 | E | 13C | 53 | 2F |
| Octal | 333 | 24 | 246 | 0 | 133 | 30 | 16 | 474 | 123 | 57 |
| Binary | 11011011 | 10100 | 10100110 | 0 | 1011011 | 11000 | 1110 | 100111100 | 1010011 | 101111 |
Color Harmonies of #DB14A6
Complementary color
Monochromatic Colors of #DB14A6
Black with #DB14A6
Text Example
Text Example
White with #DB14A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14A6; }
p { color: rgb(219,20,166); }
H1.HeaderClassName
{
color: #DB14A6;
}
.AnyTagClassName
{
color: #DB14A6;
}
</style>
background-color css
<style>
a { background-color: #DB14A6; }
a { background-color: rgb(219,20,166); }
div.DivClassName
{
background-color: #DB14A6;
}
.BgClassName
{
background-color: #DB14A6;
}
</style>
border-color css
<style>
span { border-color: #DB14A6; }
span { border-color: rgb(219,20,166); }
td.TdClassName
{
border-color: #DB14A6;
}
.TagClassName
{
border-color: #DB14A6;
}
</style>