Shades of Hollywood Cerise #DE09B1
Tints of Hollywood Cerise #DE09B1
RGB
CMYK
RGB Variations
Color information
#DE09B1 (or 0xDE09B1) is known color: Hollywood Cerise. HEX triplet: DE, 09 and B1. RGB value is (222,9,177). Sum of RGB (Red+Green+Blue) = 222+9+177=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE09B1 is #21F64E. Grayscale: #5B5B5B. Windows color (decimal): -2225743 or 11602398. OLE color: 11602398.
HSL color Cylindrical-coordinate representation of color #DE09B1: hue angle of 312.68º 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 #DE09B1 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 177 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.13 |
| HSL | 312.68º | 0.92% | 0.45% | - |
| HSV(B) | 312.68º | 0.96% | 0.87% | - |
| XYZ | 38.16 | 18.9 | 43.23 | - |
| YUV | 91.84 | 176.07 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 177 | 0 | 0.96 | 0.20 | 0.13 | 312.68 | 0.92 | 0.45 |
| Hex | DE | 9 | B1 | 0 | 60 | 14 | D | 139 | 5C | 2D |
| Octal | 336 | 11 | 261 | 0 | 140 | 24 | 15 | 471 | 134 | 55 |
| Binary | 11011110 | 1001 | 10110001 | 0 | 1100000 | 10100 | 1101 | 100111001 | 1011100 | 101101 |
Color Harmonies of #DE09B1
Complementary color
Monochromatic Colors of #DE09B1
Black with #DE09B1
Text Example
Text Example
White with #DE09B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE09B1; }
p { color: rgb(222,9,177); }
H1.HeaderClassName
{
color: #DE09B1;
}
.AnyTagClassName
{
color: #DE09B1;
}
</style>
background-color css
<style>
a { background-color: #DE09B1; }
a { background-color: rgb(222,9,177); }
div.DivClassName
{
background-color: #DE09B1;
}
.BgClassName
{
background-color: #DE09B1;
}
</style>
border-color css
<style>
span { border-color: #DE09B1; }
span { border-color: rgb(222,9,177); }
td.TdClassName
{
border-color: #DE09B1;
}
.TagClassName
{
border-color: #DE09B1;
}
</style>