Shades of Hollywood Cerise #DE09A0
Tints of Hollywood Cerise #DE09A0
RGB
CMYK
RGB Variations
Color information
#DE09A0 (or 0xDE09A0) is known color: Hollywood Cerise. HEX triplet: DE, 09 and A0. RGB value is (222,9,160). Sum of RGB (Red+Green+Blue) = 222+9+160=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE09A0 is #21F65F. Grayscale: #595959. Windows color (decimal): -2225760 or 10488286. OLE color: 10488286.
HSL color Cylindrical-coordinate representation of color #DE09A0: hue angle of 317.46º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.13 |
| HSL | 317.46º | 0.92% | 0.45% | - |
| HSV(B) | 317.46º | 0.96% | 0.87% | - |
| XYZ | 36.57 | 18.26 | 34.86 | - |
| YUV | 89.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 160 | 0 | 0.96 | 0.28 | 0.13 | 317.46 | 0.92 | 0.45 |
| Hex | DE | 9 | A0 | 0 | 60 | 1C | D | 13D | 5C | 2D |
| Octal | 336 | 11 | 240 | 0 | 140 | 34 | 15 | 475 | 134 | 55 |
| Binary | 11011110 | 1001 | 10100000 | 0 | 1100000 | 11100 | 1101 | 100111101 | 1011100 | 101101 |
Color Harmonies of #DE09A0
Complementary color
Monochromatic Colors of #DE09A0
Black with #DE09A0
Text Example
Text Example
White with #DE09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE09A0; }
p { color: rgb(222,9,160); }
H1.HeaderClassName
{
color: #DE09A0;
}
.AnyTagClassName
{
color: #DE09A0;
}
</style>
background-color css
<style>
a { background-color: #DE09A0; }
a { background-color: rgb(222,9,160); }
div.DivClassName
{
background-color: #DE09A0;
}
.BgClassName
{
background-color: #DE09A0;
}
</style>
border-color css
<style>
span { border-color: #DE09A0; }
span { border-color: rgb(222,9,160); }
td.TdClassName
{
border-color: #DE09A0;
}
.TagClassName
{
border-color: #DE09A0;
}
</style>