Shades of Hollywood Cerise #DF1099
Tints of Hollywood Cerise #DF1099
RGB
CMYK
RGB Variations
Color information
#DF1099 (or 0xDF1099) is known color: Hollywood Cerise. HEX triplet: DF, 10 and 99. RGB value is (223,16,153). Sum of RGB (Red+Green+Blue) = 223+16+153=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1099 is #20EF66. Grayscale: #5D5D5D. Windows color (decimal): -2158439 or 10031327. OLE color: 10031327.
HSL color Cylindrical-coordinate representation of color #DF1099: hue angle of 320.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1099 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.13 |
| HSL | 320.29º | 0.87% | 0.47% | - |
| HSV(B) | 320.29º | 0.93% | 0.87% | - |
| XYZ | 36.37 | 18.36 | 31.76 | - |
| YUV | 93.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 153 | 0 | 0.93 | 0.31 | 0.13 | 320.29 | 0.87 | 0.47 |
| Hex | DF | 10 | 99 | 0 | 5D | 1F | D | 140 | 57 | 2F |
| Octal | 337 | 20 | 231 | 0 | 135 | 37 | 15 | 500 | 127 | 57 |
| Binary | 11011111 | 10000 | 10011001 | 0 | 1011101 | 11111 | 1101 | 101000000 | 1010111 | 101111 |
Color Harmonies of #DF1099
Complementary color
Monochromatic Colors of #DF1099
Black with #DF1099
Text Example
Text Example
White with #DF1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1099; }
p { color: rgb(223,16,153); }
H1.HeaderClassName
{
color: #DF1099;
}
.AnyTagClassName
{
color: #DF1099;
}
</style>
background-color css
<style>
a { background-color: #DF1099; }
a { background-color: rgb(223,16,153); }
div.DivClassName
{
background-color: #DF1099;
}
.BgClassName
{
background-color: #DF1099;
}
</style>
border-color css
<style>
span { border-color: #DF1099; }
span { border-color: rgb(223,16,153); }
td.TdClassName
{
border-color: #DF1099;
}
.TagClassName
{
border-color: #DF1099;
}
</style>