Shades of Hollywood Cerise #DB1AA7
Tints of Hollywood Cerise #DB1AA7
RGB
CMYK
RGB Variations
Color information
#DB1AA7 (or 0xDB1AA7) is known color: Hollywood Cerise. HEX triplet: DB, 1A and A7. RGB value is (219,26,167). Sum of RGB (Red+Green+Blue) = 219+26+167=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AA7 is #24E558. Grayscale: #636363. Windows color (decimal): -2418009 or 10951387. OLE color: 10951387.
HSL color Cylindrical-coordinate representation of color #DB1AA7: hue angle of 316.17º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AA7 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 167 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.14 |
| HSL | 316.17º | 0.79% | 0.48% | - |
| HSV(B) | 316.17º | 0.88% | 0.86% | - |
| XYZ | 36.56 | 18.59 | 38.22 | - |
| YUV | 99.78 | 165.94 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 167 | 0 | 0.88 | 0.24 | 0.14 | 316.17 | 0.79 | 0.48 |
| Hex | DB | 1A | A7 | 0 | 58 | 18 | E | 13C | 4F | 30 |
| Octal | 333 | 32 | 247 | 0 | 130 | 30 | 16 | 474 | 117 | 60 |
| Binary | 11011011 | 11010 | 10100111 | 0 | 1011000 | 11000 | 1110 | 100111100 | 1001111 | 110000 |
Color Harmonies of #DB1AA7
Complementary color
Monochromatic Colors of #DB1AA7
Black with #DB1AA7
Text Example
Text Example
White with #DB1AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AA7; }
p { color: rgb(219,26,167); }
H1.HeaderClassName
{
color: #DB1AA7;
}
.AnyTagClassName
{
color: #DB1AA7;
}
</style>
background-color css
<style>
a { background-color: #DB1AA7; }
a { background-color: rgb(219,26,167); }
div.DivClassName
{
background-color: #DB1AA7;
}
.BgClassName
{
background-color: #DB1AA7;
}
</style>
border-color css
<style>
span { border-color: #DB1AA7; }
span { border-color: rgb(219,26,167); }
td.TdClassName
{
border-color: #DB1AA7;
}
.TagClassName
{
border-color: #DB1AA7;
}
</style>