Shades of Hollywood Cerise #DE099D
Tints of Hollywood Cerise #DE099D
RGB
CMYK
RGB Variations
Color information
#DE099D (or 0xDE099D) is known color: Hollywood Cerise. HEX triplet: DE, 09 and 9D. RGB value is (222,9,157). Sum of RGB (Red+Green+Blue) = 222+9+157=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE099D is #21F662. Grayscale: #595959. Windows color (decimal): -2225763 or 10291678. OLE color: 10291678.
HSL color Cylindrical-coordinate representation of color #DE099D: hue angle of 318.31º 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 #DE099D is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.13 |
| HSL | 318.31º | 0.92% | 0.45% | - |
| HSV(B) | 318.31º | 0.96% | 0.87% | - |
| XYZ | 36.31 | 18.16 | 33.49 | - |
| YUV | 89.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 157 | 0 | 0.96 | 0.29 | 0.13 | 318.31 | 0.92 | 0.45 |
| Hex | DE | 9 | 9D | 0 | 60 | 1D | D | 13E | 5C | 2D |
| Octal | 336 | 11 | 235 | 0 | 140 | 35 | 15 | 476 | 134 | 55 |
| Binary | 11011110 | 1001 | 10011101 | 0 | 1100000 | 11101 | 1101 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DE099D
Complementary color
Monochromatic Colors of #DE099D
Black with #DE099D
Text Example
Text Example
White with #DE099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE099D; }
p { color: rgb(222,9,157); }
H1.HeaderClassName
{
color: #DE099D;
}
.AnyTagClassName
{
color: #DE099D;
}
</style>
background-color css
<style>
a { background-color: #DE099D; }
a { background-color: rgb(222,9,157); }
div.DivClassName
{
background-color: #DE099D;
}
.BgClassName
{
background-color: #DE099D;
}
</style>
border-color css
<style>
span { border-color: #DE099D; }
span { border-color: rgb(222,9,157); }
td.TdClassName
{
border-color: #DE099D;
}
.TagClassName
{
border-color: #DE099D;
}
</style>