Shades of Hollywood Cerise #DF1095
Tints of Hollywood Cerise #DF1095
RGB
CMYK
RGB Variations
Color information
#DF1095 (or 0xDF1095) is known color: Hollywood Cerise. HEX triplet: DF, 10 and 95. RGB value is (223,16,149). Sum of RGB (Red+Green+Blue) = 223+16+149=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1095 is #20EF6A. Grayscale: #5C5C5C. Windows color (decimal): -2158443 or 9769183. OLE color: 9769183.
HSL color Cylindrical-coordinate representation of color #DF1095: hue angle of 321.45º 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 #DF1095 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.13 |
| HSL | 321.45º | 0.87% | 0.47% | - |
| HSV(B) | 321.45º | 0.93% | 0.87% | - |
| XYZ | 36.04 | 18.23 | 30.05 | - |
| YUV | 93.06 | 159.58 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 149 | 0 | 0.93 | 0.33 | 0.13 | 321.45 | 0.87 | 0.47 |
| Hex | DF | 10 | 95 | 0 | 5D | 21 | D | 141 | 57 | 2F |
| Octal | 337 | 20 | 225 | 0 | 135 | 41 | 15 | 501 | 127 | 57 |
| Binary | 11011111 | 10000 | 10010101 | 0 | 1011101 | 100001 | 1101 | 101000001 | 1010111 | 101111 |
Color Harmonies of #DF1095
Complementary color
Monochromatic Colors of #DF1095
Black with #DF1095
Text Example
Text Example
White with #DF1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1095; }
p { color: rgb(223,16,149); }
H1.HeaderClassName
{
color: #DF1095;
}
.AnyTagClassName
{
color: #DF1095;
}
</style>
background-color css
<style>
a { background-color: #DF1095; }
a { background-color: rgb(223,16,149); }
div.DivClassName
{
background-color: #DF1095;
}
.BgClassName
{
background-color: #DF1095;
}
</style>
border-color css
<style>
span { border-color: #DF1095; }
span { border-color: rgb(223,16,149); }
td.TdClassName
{
border-color: #DF1095;
}
.TagClassName
{
border-color: #DF1095;
}
</style>