Shades of Hollywood Cerise #DE179D
Tints of Hollywood Cerise #DE179D
RGB
CMYK
RGB Variations
Color information
#DE179D (or 0xDE179D) is known color: Hollywood Cerise. HEX triplet: DE, 17 and 9D. RGB value is (222,23,157). Sum of RGB (Red+Green+Blue) = 222+23+157=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE179D is #21E862. Grayscale: #616161. Windows color (decimal): -2222179 or 10295262. OLE color: 10295262.
HSL color Cylindrical-coordinate representation of color #DE179D: hue angle of 319.6º degrees, saturation: 0.81, 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 #DE179D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 157 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.13 |
| HSL | 319.6º | 0.81% | 0.48% | - |
| HSV(B) | 319.6º | 0.9% | 0.87% | - |
| XYZ | 36.52 | 18.58 | 33.56 | - |
| YUV | 97.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 157 | 0 | 0.90 | 0.29 | 0.13 | 319.6 | 0.81 | 0.48 |
| Hex | DE | 17 | 9D | 0 | 5A | 1D | D | 140 | 51 | 30 |
| Octal | 336 | 27 | 235 | 0 | 132 | 35 | 15 | 500 | 121 | 60 |
| Binary | 11011110 | 10111 | 10011101 | 0 | 1011010 | 11101 | 1101 | 101000000 | 1010001 | 110000 |
Color Harmonies of #DE179D
Complementary color
Monochromatic Colors of #DE179D
Black with #DE179D
Text Example
Text Example
White with #DE179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE179D; }
p { color: rgb(222,23,157); }
H1.HeaderClassName
{
color: #DE179D;
}
.AnyTagClassName
{
color: #DE179D;
}
</style>
background-color css
<style>
a { background-color: #DE179D; }
a { background-color: rgb(222,23,157); }
div.DivClassName
{
background-color: #DE179D;
}
.BgClassName
{
background-color: #DE179D;
}
</style>
border-color css
<style>
span { border-color: #DE179D; }
span { border-color: rgb(222,23,157); }
td.TdClassName
{
border-color: #DE179D;
}
.TagClassName
{
border-color: #DE179D;
}
</style>