Shades of Hollywood Cerise #DE19A5
Tints of Hollywood Cerise #DE19A5
RGB
CMYK
RGB Variations
Color information
#DE19A5 (or 0xDE19A5) is known color: Hollywood Cerise. HEX triplet: DE, 19 and A5. RGB value is (222,25,165). Sum of RGB (Red+Green+Blue) = 222+25+165=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE19A5 is #21E65A. Grayscale: #636363. Windows color (decimal): -2221659 or 10820062. OLE color: 10820062.
HSL color Cylindrical-coordinate representation of color #DE19A5: hue angle of 317.36º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19A5 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 165 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.13 |
| HSL | 317.36º | 0.8% | 0.48% | - |
| HSV(B) | 317.36º | 0.89% | 0.87% | - |
| XYZ | 37.26 | 18.94 | 37.29 | - |
| YUV | 99.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 165 | 0 | 0.89 | 0.26 | 0.13 | 317.36 | 0.8 | 0.48 |
| Hex | DE | 19 | A5 | 0 | 59 | 1A | D | 13D | 50 | 30 |
| Octal | 336 | 31 | 245 | 0 | 131 | 32 | 15 | 475 | 120 | 60 |
| Binary | 11011110 | 11001 | 10100101 | 0 | 1011001 | 11010 | 1101 | 100111101 | 1010000 | 110000 |
Color Harmonies of #DE19A5
Complementary color
Monochromatic Colors of #DE19A5
Black with #DE19A5
Text Example
Text Example
White with #DE19A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19A5; }
p { color: rgb(222,25,165); }
H1.HeaderClassName
{
color: #DE19A5;
}
.AnyTagClassName
{
color: #DE19A5;
}
</style>
background-color css
<style>
a { background-color: #DE19A5; }
a { background-color: rgb(222,25,165); }
div.DivClassName
{
background-color: #DE19A5;
}
.BgClassName
{
background-color: #DE19A5;
}
</style>
border-color css
<style>
span { border-color: #DE19A5; }
span { border-color: rgb(222,25,165); }
td.TdClassName
{
border-color: #DE19A5;
}
.TagClassName
{
border-color: #DE19A5;
}
</style>