Shades of Hollywood Cerise #DE17A0
Tints of Hollywood Cerise #DE17A0
RGB
CMYK
RGB Variations
Color information
#DE17A0 (or 0xDE17A0) is known color: Hollywood Cerise. HEX triplet: DE, 17 and A0. RGB value is (222,23,160). Sum of RGB (Red+Green+Blue) = 222+23+160=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE17A0 is #21E85F. Grayscale: #616161. Windows color (decimal): -2222176 or 10491870. OLE color: 10491870.
HSL color Cylindrical-coordinate representation of color #DE17A0: hue angle of 318.69º 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 #DE17A0 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 160 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.13 |
| HSL | 318.69º | 0.81% | 0.48% | - |
| HSV(B) | 318.69º | 0.9% | 0.87% | - |
| XYZ | 36.78 | 18.68 | 34.93 | - |
| YUV | 98.12 | 162.93 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 160 | 0 | 0.90 | 0.28 | 0.13 | 318.69 | 0.81 | 0.48 |
| Hex | DE | 17 | A0 | 0 | 5A | 1C | D | 13F | 51 | 30 |
| Octal | 336 | 27 | 240 | 0 | 132 | 34 | 15 | 477 | 121 | 60 |
| Binary | 11011110 | 10111 | 10100000 | 0 | 1011010 | 11100 | 1101 | 100111111 | 1010001 | 110000 |
Color Harmonies of #DE17A0
Complementary color
Monochromatic Colors of #DE17A0
Black with #DE17A0
Text Example
Text Example
White with #DE17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17A0; }
p { color: rgb(222,23,160); }
H1.HeaderClassName
{
color: #DE17A0;
}
.AnyTagClassName
{
color: #DE17A0;
}
</style>
background-color css
<style>
a { background-color: #DE17A0; }
a { background-color: rgb(222,23,160); }
div.DivClassName
{
background-color: #DE17A0;
}
.BgClassName
{
background-color: #DE17A0;
}
</style>
border-color css
<style>
span { border-color: #DE17A0; }
span { border-color: rgb(222,23,160); }
td.TdClassName
{
border-color: #DE17A0;
}
.TagClassName
{
border-color: #DE17A0;
}
</style>