Shades of Hollywood Cerise #DE169C
Tints of Hollywood Cerise #DE169C
RGB
CMYK
RGB Variations
Color information
#DE169C (or 0xDE169C) is known color: Hollywood Cerise. HEX triplet: DE, 16 and 9C. RGB value is (222,22,156). Sum of RGB (Red+Green+Blue) = 222+22+156=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE169C is #21E963. Grayscale: #606060. Windows color (decimal): -2222436 or 10229470. OLE color: 10229470.
HSL color Cylindrical-coordinate representation of color #DE169C: hue angle of 319.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE169C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 156 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.13 |
| HSL | 319.8º | 0.82% | 0.48% | - |
| HSV(B) | 319.8º | 0.9% | 0.87% | - |
| XYZ | 36.41 | 18.5 | 33.1 | - |
| YUV | 97.08 | 161.26 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 156 | 0 | 0.90 | 0.30 | 0.13 | 319.8 | 0.82 | 0.48 |
| Hex | DE | 16 | 9C | 0 | 5A | 1E | D | 140 | 52 | 30 |
| Octal | 336 | 26 | 234 | 0 | 132 | 36 | 15 | 500 | 122 | 60 |
| Binary | 11011110 | 10110 | 10011100 | 0 | 1011010 | 11110 | 1101 | 101000000 | 1010010 | 110000 |
Color Harmonies of #DE169C
Complementary color
Monochromatic Colors of #DE169C
Black with #DE169C
Text Example
Text Example
White with #DE169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE169C; }
p { color: rgb(222,22,156); }
H1.HeaderClassName
{
color: #DE169C;
}
.AnyTagClassName
{
color: #DE169C;
}
</style>
background-color css
<style>
a { background-color: #DE169C; }
a { background-color: rgb(222,22,156); }
div.DivClassName
{
background-color: #DE169C;
}
.BgClassName
{
background-color: #DE169C;
}
</style>
border-color css
<style>
span { border-color: #DE169C; }
span { border-color: rgb(222,22,156); }
td.TdClassName
{
border-color: #DE169C;
}
.TagClassName
{
border-color: #DE169C;
}
</style>