Shades of Hollywood Cerise #DF149C
Tints of Hollywood Cerise #DF149C
RGB
CMYK
RGB Variations
Color information
#DF149C (or 0xDF149C) is known color: Hollywood Cerise. HEX triplet: DF, 14 and 9C. RGB value is (223,20,156). Sum of RGB (Red+Green+Blue) = 223+20+156=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF149C is #20EB63. Grayscale: #5F5F5F. Windows color (decimal): -2157412 or 10228959. OLE color: 10228959.
HSL color Cylindrical-coordinate representation of color #DF149C: hue angle of 319.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF149C is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 156 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.13 |
| HSL | 319.8º | 0.84% | 0.48% | - |
| HSV(B) | 319.8º | 0.91% | 0.87% | - |
| XYZ | 36.68 | 18.59 | 33.11 | - |
| YUV | 96.2 | 161.75 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 156 | 0 | 0.91 | 0.30 | 0.13 | 319.8 | 0.84 | 0.48 |
| Hex | DF | 14 | 9C | 0 | 5B | 1E | D | 140 | 54 | 30 |
| Octal | 337 | 24 | 234 | 0 | 133 | 36 | 15 | 500 | 124 | 60 |
| Binary | 11011111 | 10100 | 10011100 | 0 | 1011011 | 11110 | 1101 | 101000000 | 1010100 | 110000 |
Color Harmonies of #DF149C
Complementary color
Monochromatic Colors of #DF149C
Black with #DF149C
Text Example
Text Example
White with #DF149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF149C; }
p { color: rgb(223,20,156); }
H1.HeaderClassName
{
color: #DF149C;
}
.AnyTagClassName
{
color: #DF149C;
}
</style>
background-color css
<style>
a { background-color: #DF149C; }
a { background-color: rgb(223,20,156); }
div.DivClassName
{
background-color: #DF149C;
}
.BgClassName
{
background-color: #DF149C;
}
</style>
border-color css
<style>
span { border-color: #DF149C; }
span { border-color: rgb(223,20,156); }
td.TdClassName
{
border-color: #DF149C;
}
.TagClassName
{
border-color: #DF149C;
}
</style>