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