Shades of Hollywood Cerise #DF10A7
Tints of Hollywood Cerise #DF10A7
RGB
CMYK
RGB Variations
Color information
#DF10A7 (or 0xDF10A7) is known color: Hollywood Cerise. HEX triplet: DF, 10 and A7. RGB value is (223,16,167). Sum of RGB (Red+Green+Blue) = 223+16+167=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF10A7 is #20EF58. Grayscale: #5E5E5E. Windows color (decimal): -2158425 or 10948831. OLE color: 10948831.
HSL color Cylindrical-coordinate representation of color #DF10A7: hue angle of 316.23º 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 #DF10A7 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 167 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.13 |
| HSL | 316.23º | 0.87% | 0.47% | - |
| HSV(B) | 316.23º | 0.93% | 0.87% | - |
| XYZ | 37.59 | 18.85 | 38.22 | - |
| YUV | 95.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 167 | 0 | 0.93 | 0.25 | 0.13 | 316.23 | 0.87 | 0.47 |
| Hex | DF | 10 | A7 | 0 | 5D | 19 | D | 13C | 57 | 2F |
| Octal | 337 | 20 | 247 | 0 | 135 | 31 | 15 | 474 | 127 | 57 |
| Binary | 11011111 | 10000 | 10100111 | 0 | 1011101 | 11001 | 1101 | 100111100 | 1010111 | 101111 |
Color Harmonies of #DF10A7
Complementary color
Monochromatic Colors of #DF10A7
Black with #DF10A7
Text Example
Text Example
White with #DF10A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10A7; }
p { color: rgb(223,16,167); }
H1.HeaderClassName
{
color: #DF10A7;
}
.AnyTagClassName
{
color: #DF10A7;
}
</style>
background-color css
<style>
a { background-color: #DF10A7; }
a { background-color: rgb(223,16,167); }
div.DivClassName
{
background-color: #DF10A7;
}
.BgClassName
{
background-color: #DF10A7;
}
</style>
border-color css
<style>
span { border-color: #DF10A7; }
span { border-color: rgb(223,16,167); }
td.TdClassName
{
border-color: #DF10A7;
}
.TagClassName
{
border-color: #DF10A7;
}
</style>