Shades of Hollywood Cerise #DB14AC
Tints of Hollywood Cerise #DB14AC
RGB
CMYK
RGB Variations
Color information
#DB14AC (or 0xDB14AC) is known color: Hollywood Cerise. HEX triplet: DB, 14 and AC. RGB value is (219,20,172). Sum of RGB (Red+Green+Blue) = 219+20+172=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14AC is #24EB53. Grayscale: #606060. Windows color (decimal): -2419540 or 11277531. OLE color: 11277531.
HSL color Cylindrical-coordinate representation of color #DB14AC: hue angle of 314.17º 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 #DB14AC is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.14 |
| HSL | 314.17º | 0.83% | 0.47% | - |
| HSV(B) | 314.17º | 0.91% | 0.86% | - |
| XYZ | 36.91 | 18.54 | 40.66 | - |
| YUV | 96.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 172 | 0 | 0.91 | 0.21 | 0.14 | 314.17 | 0.83 | 0.47 |
| Hex | DB | 14 | AC | 0 | 5B | 15 | E | 13A | 53 | 2F |
| Octal | 333 | 24 | 254 | 0 | 133 | 25 | 16 | 472 | 123 | 57 |
| Binary | 11011011 | 10100 | 10101100 | 0 | 1011011 | 10101 | 1110 | 100111010 | 1010011 | 101111 |
Color Harmonies of #DB14AC
Complementary color
Monochromatic Colors of #DB14AC
Black with #DB14AC
Text Example
Text Example
White with #DB14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14AC; }
p { color: rgb(219,20,172); }
H1.HeaderClassName
{
color: #DB14AC;
}
.AnyTagClassName
{
color: #DB14AC;
}
</style>
background-color css
<style>
a { background-color: #DB14AC; }
a { background-color: rgb(219,20,172); }
div.DivClassName
{
background-color: #DB14AC;
}
.BgClassName
{
background-color: #DB14AC;
}
</style>
border-color css
<style>
span { border-color: #DB14AC; }
span { border-color: rgb(219,20,172); }
td.TdClassName
{
border-color: #DB14AC;
}
.TagClassName
{
border-color: #DB14AC;
}
</style>