Shades of Hollywood Cerise #DE18A5
Tints of Hollywood Cerise #DE18A5
RGB
CMYK
RGB Variations
Color information
#DE18A5 (or 0xDE18A5) is known color: Hollywood Cerise. HEX triplet: DE, 18 and A5. RGB value is (222,24,165). Sum of RGB (Red+Green+Blue) = 222+24+165=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE18A5 is #21E75A. Grayscale: #626262. Windows color (decimal): -2221915 or 10819806. OLE color: 10819806.
HSL color Cylindrical-coordinate representation of color #DE18A5: hue angle of 317.27º 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 #DE18A5 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 165 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.13 |
| HSL | 317.27º | 0.8% | 0.48% | - |
| HSV(B) | 317.27º | 0.89% | 0.87% | - |
| XYZ | 37.24 | 18.9 | 37.28 | - |
| YUV | 99.28 | 165.1 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 165 | 0 | 0.89 | 0.26 | 0.13 | 317.27 | 0.8 | 0.48 |
| Hex | DE | 18 | A5 | 0 | 59 | 1A | D | 13D | 50 | 30 |
| Octal | 336 | 30 | 245 | 0 | 131 | 32 | 15 | 475 | 120 | 60 |
| Binary | 11011110 | 11000 | 10100101 | 0 | 1011001 | 11010 | 1101 | 100111101 | 1010000 | 110000 |
Color Harmonies of #DE18A5
Complementary color
Monochromatic Colors of #DE18A5
Black with #DE18A5
Text Example
Text Example
White with #DE18A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE18A5; }
p { color: rgb(222,24,165); }
H1.HeaderClassName
{
color: #DE18A5;
}
.AnyTagClassName
{
color: #DE18A5;
}
</style>
background-color css
<style>
a { background-color: #DE18A5; }
a { background-color: rgb(222,24,165); }
div.DivClassName
{
background-color: #DE18A5;
}
.BgClassName
{
background-color: #DE18A5;
}
</style>
border-color css
<style>
span { border-color: #DE18A5; }
span { border-color: rgb(222,24,165); }
td.TdClassName
{
border-color: #DE18A5;
}
.TagClassName
{
border-color: #DE18A5;
}
</style>