Shades of Hollywood Cerise #DF119C
Tints of Hollywood Cerise #DF119C
RGB
CMYK
RGB Variations
Color information
#DF119C (or 0xDF119C) is known color: Hollywood Cerise. HEX triplet: DF, 11 and 9C. RGB value is (223,17,156). Sum of RGB (Red+Green+Blue) = 223+17+156=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF119C is #20EE63. Grayscale: #5E5E5E. Windows color (decimal): -2158180 or 10228191. OLE color: 10228191.
HSL color Cylindrical-coordinate representation of color #DF119C: hue angle of 319.51º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF119C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 156 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.13 |
| HSL | 319.51º | 0.86% | 0.47% | - |
| HSV(B) | 319.51º | 0.92% | 0.87% | - |
| XYZ | 36.63 | 18.49 | 33.09 | - |
| YUV | 94.44 | 162.75 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 156 | 0 | 0.92 | 0.30 | 0.13 | 319.51 | 0.86 | 0.47 |
| Hex | DF | 11 | 9C | 0 | 5C | 1E | D | 140 | 56 | 2F |
| Octal | 337 | 21 | 234 | 0 | 134 | 36 | 15 | 500 | 126 | 57 |
| Binary | 11011111 | 10001 | 10011100 | 0 | 1011100 | 11110 | 1101 | 101000000 | 1010110 | 101111 |
Color Harmonies of #DF119C
Complementary color
Monochromatic Colors of #DF119C
Black with #DF119C
Text Example
Text Example
White with #DF119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF119C; }
p { color: rgb(223,17,156); }
H1.HeaderClassName
{
color: #DF119C;
}
.AnyTagClassName
{
color: #DF119C;
}
</style>
background-color css
<style>
a { background-color: #DF119C; }
a { background-color: rgb(223,17,156); }
div.DivClassName
{
background-color: #DF119C;
}
.BgClassName
{
background-color: #DF119C;
}
</style>
border-color css
<style>
span { border-color: #DF119C; }
span { border-color: rgb(223,17,156); }
td.TdClassName
{
border-color: #DF119C;
}
.TagClassName
{
border-color: #DF119C;
}
</style>