Shades of Hollywood Cerise #DE0B9F
Tints of Hollywood Cerise #DE0B9F
RGB
CMYK
RGB Variations
Color information
#DE0B9F (or 0xDE0B9F) is known color: Hollywood Cerise. HEX triplet: DE, 0B and 9F. RGB value is (222,11,159). Sum of RGB (Red+Green+Blue) = 222+11+159=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0B9F is #21F460. Grayscale: #5A5A5A. Windows color (decimal): -2225249 or 10423262. OLE color: 10423262.
HSL color Cylindrical-coordinate representation of color #DE0B9F: hue angle of 317.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B9F is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 159 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.13 |
| HSL | 317.91º | 0.91% | 0.46% | - |
| HSV(B) | 317.91º | 0.95% | 0.87% | - |
| XYZ | 36.5 | 18.27 | 34.4 | - |
| YUV | 90.96 | 166.4 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 159 | 0 | 0.95 | 0.28 | 0.13 | 317.91 | 0.91 | 0.46 |
| Hex | DE | B | 9F | 0 | 5F | 1C | D | 13E | 5B | 2E |
| Octal | 336 | 13 | 237 | 0 | 137 | 34 | 15 | 476 | 133 | 56 |
| Binary | 11011110 | 1011 | 10011111 | 0 | 1011111 | 11100 | 1101 | 100111110 | 1011011 | 101110 |
Color Harmonies of #DE0B9F
Complementary color
Monochromatic Colors of #DE0B9F
Black with #DE0B9F
Text Example
Text Example
White with #DE0B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B9F; }
p { color: rgb(222,11,159); }
H1.HeaderClassName
{
color: #DE0B9F;
}
.AnyTagClassName
{
color: #DE0B9F;
}
</style>
background-color css
<style>
a { background-color: #DE0B9F; }
a { background-color: rgb(222,11,159); }
div.DivClassName
{
background-color: #DE0B9F;
}
.BgClassName
{
background-color: #DE0B9F;
}
</style>
border-color css
<style>
span { border-color: #DE0B9F; }
span { border-color: rgb(222,11,159); }
td.TdClassName
{
border-color: #DE0B9F;
}
.TagClassName
{
border-color: #DE0B9F;
}
</style>