Shades of Hollywood Cerise #DE139C
Tints of Hollywood Cerise #DE139C
RGB
CMYK
RGB Variations
Color information
#DE139C (or 0xDE139C) is known color: Hollywood Cerise. HEX triplet: DE, 13 and 9C. RGB value is (222,19,156). Sum of RGB (Red+Green+Blue) = 222+19+156=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE139C is #21EC63. Grayscale: #5E5E5E. Windows color (decimal): -2223204 or 10228702. OLE color: 10228702.
HSL color Cylindrical-coordinate representation of color #DE139C: hue angle of 319.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE139C is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 156 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.13 |
| HSL | 319.51º | 0.84% | 0.47% | - |
| HSV(B) | 319.51º | 0.91% | 0.87% | - |
| XYZ | 36.36 | 18.4 | 33.09 | - |
| YUV | 95.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 156 | 0 | 0.91 | 0.30 | 0.13 | 319.51 | 0.84 | 0.47 |
| Hex | DE | 13 | 9C | 0 | 5B | 1E | D | 140 | 54 | 2F |
| Octal | 336 | 23 | 234 | 0 | 133 | 36 | 15 | 500 | 124 | 57 |
| Binary | 11011110 | 10011 | 10011100 | 0 | 1011011 | 11110 | 1101 | 101000000 | 1010100 | 101111 |
Color Harmonies of #DE139C
Complementary color
Monochromatic Colors of #DE139C
Black with #DE139C
Text Example
Text Example
White with #DE139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE139C; }
p { color: rgb(222,19,156); }
H1.HeaderClassName
{
color: #DE139C;
}
.AnyTagClassName
{
color: #DE139C;
}
</style>
background-color css
<style>
a { background-color: #DE139C; }
a { background-color: rgb(222,19,156); }
div.DivClassName
{
background-color: #DE139C;
}
.BgClassName
{
background-color: #DE139C;
}
</style>
border-color css
<style>
span { border-color: #DE139C; }
span { border-color: rgb(222,19,156); }
td.TdClassName
{
border-color: #DE139C;
}
.TagClassName
{
border-color: #DE139C;
}
</style>