Shades of Hollywood Cerise #DE18A3
Tints of Hollywood Cerise #DE18A3
RGB
CMYK
RGB Variations
Color information
#DE18A3 (or 0xDE18A3) is known color: Hollywood Cerise. HEX triplet: DE, 18 and A3. RGB value is (222,24,163). Sum of RGB (Red+Green+Blue) = 222+24+163=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE18A3 is #21E75C. Grayscale: #626262. Windows color (decimal): -2221917 or 10688734. OLE color: 10688734.
HSL color Cylindrical-coordinate representation of color #DE18A3: hue angle of 317.88º 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 #DE18A3 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 163 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.13 |
| HSL | 317.88º | 0.8% | 0.48% | - |
| HSV(B) | 317.88º | 0.89% | 0.87% | - |
| XYZ | 37.06 | 18.83 | 36.33 | - |
| YUV | 99.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 163 | 0 | 0.89 | 0.27 | 0.13 | 317.88 | 0.8 | 0.48 |
| Hex | DE | 18 | A3 | 0 | 59 | 1B | D | 13E | 50 | 30 |
| Octal | 336 | 30 | 243 | 0 | 131 | 33 | 15 | 476 | 120 | 60 |
| Binary | 11011110 | 11000 | 10100011 | 0 | 1011001 | 11011 | 1101 | 100111110 | 1010000 | 110000 |
Color Harmonies of #DE18A3
Complementary color
Monochromatic Colors of #DE18A3
Black with #DE18A3
Text Example
Text Example
White with #DE18A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE18A3; }
p { color: rgb(222,24,163); }
H1.HeaderClassName
{
color: #DE18A3;
}
.AnyTagClassName
{
color: #DE18A3;
}
</style>
background-color css
<style>
a { background-color: #DE18A3; }
a { background-color: rgb(222,24,163); }
div.DivClassName
{
background-color: #DE18A3;
}
.BgClassName
{
background-color: #DE18A3;
}
</style>
border-color css
<style>
span { border-color: #DE18A3; }
span { border-color: rgb(222,24,163); }
td.TdClassName
{
border-color: #DE18A3;
}
.TagClassName
{
border-color: #DE18A3;
}
</style>