Shades of Hollywood Cerise #DF10A0
Tints of Hollywood Cerise #DF10A0
RGB
CMYK
RGB Variations
Color information
#DF10A0 (or 0xDF10A0) is known color: Hollywood Cerise. HEX triplet: DF, 10 and A0. RGB value is (223,16,160). Sum of RGB (Red+Green+Blue) = 223+16+160=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF10A0 is #20EF5F. Grayscale: #5D5D5D. Windows color (decimal): -2158432 or 10490079. OLE color: 10490079.
HSL color Cylindrical-coordinate representation of color #DF10A0: hue angle of 318.26º 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 #DF10A0 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 160 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.13 |
| HSL | 318.26º | 0.87% | 0.47% | - |
| HSV(B) | 318.26º | 0.93% | 0.87% | - |
| XYZ | 36.96 | 18.6 | 34.9 | - |
| YUV | 94.31 | 165.08 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 160 | 0 | 0.93 | 0.28 | 0.13 | 318.26 | 0.87 | 0.47 |
| Hex | DF | 10 | A0 | 0 | 5D | 1C | D | 13E | 57 | 2F |
| Octal | 337 | 20 | 240 | 0 | 135 | 34 | 15 | 476 | 127 | 57 |
| Binary | 11011111 | 10000 | 10100000 | 0 | 1011101 | 11100 | 1101 | 100111110 | 1010111 | 101111 |
Color Harmonies of #DF10A0
Complementary color
Monochromatic Colors of #DF10A0
Black with #DF10A0
Text Example
Text Example
White with #DF10A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10A0; }
p { color: rgb(223,16,160); }
H1.HeaderClassName
{
color: #DF10A0;
}
.AnyTagClassName
{
color: #DF10A0;
}
</style>
background-color css
<style>
a { background-color: #DF10A0; }
a { background-color: rgb(223,16,160); }
div.DivClassName
{
background-color: #DF10A0;
}
.BgClassName
{
background-color: #DF10A0;
}
</style>
border-color css
<style>
span { border-color: #DF10A0; }
span { border-color: rgb(223,16,160); }
td.TdClassName
{
border-color: #DF10A0;
}
.TagClassName
{
border-color: #DF10A0;
}
</style>