Shades of Hollywood Cerise #DE109B
Tints of Hollywood Cerise #DE109B
RGB
CMYK
RGB Variations
Color information
#DE109B (or 0xDE109B) is known color: Hollywood Cerise. HEX triplet: DE, 10 and 9B. RGB value is (222,16,155). Sum of RGB (Red+Green+Blue) = 222+16+155=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE109B is #21EF64. Grayscale: #5D5D5D. Windows color (decimal): -2223973 or 10162398. OLE color: 10162398.
HSL color Cylindrical-coordinate representation of color #DE109B: hue angle of 319.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE109B is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 155 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.13 |
| HSL | 319.51º | 0.87% | 0.47% | - |
| HSV(B) | 319.51º | 0.93% | 0.87% | - |
| XYZ | 36.23 | 18.27 | 32.63 | - |
| YUV | 93.44 | 162.75 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 155 | 0 | 0.93 | 0.30 | 0.13 | 319.51 | 0.87 | 0.47 |
| Hex | DE | 10 | 9B | 0 | 5D | 1E | D | 140 | 57 | 2F |
| Octal | 336 | 20 | 233 | 0 | 135 | 36 | 15 | 500 | 127 | 57 |
| Binary | 11011110 | 10000 | 10011011 | 0 | 1011101 | 11110 | 1101 | 101000000 | 1010111 | 101111 |
Color Harmonies of #DE109B
Complementary color
Monochromatic Colors of #DE109B
Black with #DE109B
Text Example
Text Example
White with #DE109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE109B; }
p { color: rgb(222,16,155); }
H1.HeaderClassName
{
color: #DE109B;
}
.AnyTagClassName
{
color: #DE109B;
}
</style>
background-color css
<style>
a { background-color: #DE109B; }
a { background-color: rgb(222,16,155); }
div.DivClassName
{
background-color: #DE109B;
}
.BgClassName
{
background-color: #DE109B;
}
</style>
border-color css
<style>
span { border-color: #DE109B; }
span { border-color: rgb(222,16,155); }
td.TdClassName
{
border-color: #DE109B;
}
.TagClassName
{
border-color: #DE109B;
}
</style>