Shades of Hollywood Cerise #DE099C
Tints of Hollywood Cerise #DE099C
RGB
CMYK
RGB Variations
Color information
#DE099C (or 0xDE099C) is known color: Hollywood Cerise. HEX triplet: DE, 09 and 9C. RGB value is (222,9,156). Sum of RGB (Red+Green+Blue) = 222+9+156=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE099C is #21F663. Grayscale: #595959. Windows color (decimal): -2225764 or 10226142. OLE color: 10226142.
HSL color Cylindrical-coordinate representation of color #DE099C: hue angle of 318.59º 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 #DE099C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.13 |
| HSL | 318.59º | 0.92% | 0.45% | - |
| HSV(B) | 318.59º | 0.96% | 0.87% | - |
| XYZ | 36.22 | 18.13 | 33.04 | - |
| YUV | 89.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 156 | 0 | 0.96 | 0.30 | 0.13 | 318.59 | 0.92 | 0.45 |
| Hex | DE | 9 | 9C | 0 | 60 | 1E | D | 13F | 5C | 2D |
| Octal | 336 | 11 | 234 | 0 | 140 | 36 | 15 | 477 | 134 | 55 |
| Binary | 11011110 | 1001 | 10011100 | 0 | 1100000 | 11110 | 1101 | 100111111 | 1011100 | 101101 |
Color Harmonies of #DE099C
Complementary color
Monochromatic Colors of #DE099C
Black with #DE099C
Text Example
Text Example
White with #DE099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE099C; }
p { color: rgb(222,9,156); }
H1.HeaderClassName
{
color: #DE099C;
}
.AnyTagClassName
{
color: #DE099C;
}
</style>
background-color css
<style>
a { background-color: #DE099C; }
a { background-color: rgb(222,9,156); }
div.DivClassName
{
background-color: #DE099C;
}
.BgClassName
{
background-color: #DE099C;
}
</style>
border-color css
<style>
span { border-color: #DE099C; }
span { border-color: rgb(222,9,156); }
td.TdClassName
{
border-color: #DE099C;
}
.TagClassName
{
border-color: #DE099C;
}
</style>