Shades of Hollywood Cerise #DF099C
Tints of Hollywood Cerise #DF099C
RGB
CMYK
RGB Variations
Color information
#DF099C (or 0xDF099C) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 9C. RGB value is (223,9,156). Sum of RGB (Red+Green+Blue) = 223+9+156=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF099C is #20F663. Grayscale: #595959. Windows color (decimal): -2160228 or 10226143. OLE color: 10226143.
HSL color Cylindrical-coordinate representation of color #DF099C: hue angle of 318.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF099C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.13 |
| HSL | 318.79º | 0.92% | 0.45% | - |
| HSV(B) | 318.79º | 0.96% | 0.87% | - |
| XYZ | 36.53 | 18.28 | 33.06 | - |
| YUV | 89.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 156 | 0 | 0.96 | 0.30 | 0.13 | 318.79 | 0.92 | 0.45 |
| Hex | DF | 9 | 9C | 0 | 60 | 1E | D | 13F | 5C | 2D |
| Octal | 337 | 11 | 234 | 0 | 140 | 36 | 15 | 477 | 134 | 55 |
| Binary | 11011111 | 1001 | 10011100 | 0 | 1100000 | 11110 | 1101 | 100111111 | 1011100 | 101101 |
Color Harmonies of #DF099C
Complementary color
Monochromatic Colors of #DF099C
Black with #DF099C
Text Example
Text Example
White with #DF099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF099C; }
p { color: rgb(223,9,156); }
H1.HeaderClassName
{
color: #DF099C;
}
.AnyTagClassName
{
color: #DF099C;
}
</style>
background-color css
<style>
a { background-color: #DF099C; }
a { background-color: rgb(223,9,156); }
div.DivClassName
{
background-color: #DF099C;
}
.BgClassName
{
background-color: #DF099C;
}
</style>
border-color css
<style>
span { border-color: #DF099C; }
span { border-color: rgb(223,9,156); }
td.TdClassName
{
border-color: #DF099C;
}
.TagClassName
{
border-color: #DF099C;
}
</style>