Shades of Hollywood Cerise #DB14AA
Tints of Hollywood Cerise #DB14AA
RGB
CMYK
RGB Variations
Color information
#DB14AA (or 0xDB14AA) is known color: Hollywood Cerise. HEX triplet: DB, 14 and AA. RGB value is (219,20,170). Sum of RGB (Red+Green+Blue) = 219+20+170=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14AA is #24EB55. Grayscale: #606060. Windows color (decimal): -2419542 or 11146459. OLE color: 11146459.
HSL color Cylindrical-coordinate representation of color #DB14AA: hue angle of 314.77º 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 #DB14AA is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 170 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.14 |
| HSL | 314.77º | 0.83% | 0.47% | - |
| HSV(B) | 314.77º | 0.91% | 0.86% | - |
| XYZ | 36.72 | 18.46 | 39.66 | - |
| YUV | 96.6 | 169.43 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 170 | 0 | 0.91 | 0.22 | 0.14 | 314.77 | 0.83 | 0.47 |
| Hex | DB | 14 | AA | 0 | 5B | 16 | E | 13B | 53 | 2F |
| Octal | 333 | 24 | 252 | 0 | 133 | 26 | 16 | 473 | 123 | 57 |
| Binary | 11011011 | 10100 | 10101010 | 0 | 1011011 | 10110 | 1110 | 100111011 | 1010011 | 101111 |
Color Harmonies of #DB14AA
Complementary color
Monochromatic Colors of #DB14AA
Black with #DB14AA
Text Example
Text Example
White with #DB14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14AA; }
p { color: rgb(219,20,170); }
H1.HeaderClassName
{
color: #DB14AA;
}
.AnyTagClassName
{
color: #DB14AA;
}
</style>
background-color css
<style>
a { background-color: #DB14AA; }
a { background-color: rgb(219,20,170); }
div.DivClassName
{
background-color: #DB14AA;
}
.BgClassName
{
background-color: #DB14AA;
}
</style>
border-color css
<style>
span { border-color: #DB14AA; }
span { border-color: rgb(219,20,170); }
td.TdClassName
{
border-color: #DB14AA;
}
.TagClassName
{
border-color: #DB14AA;
}
</style>