Shades of Hollywood Cerise #DF0AA7
Tints of Hollywood Cerise #DF0AA7
RGB
CMYK
RGB Variations
Color information
#DF0AA7 (or 0xDF0AA7) is known color: Hollywood Cerise. HEX triplet: DF, 0A and A7. RGB value is (223,10,167). Sum of RGB (Red+Green+Blue) = 223+10+167=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AA7 is #20F558. Grayscale: #5B5B5B. Windows color (decimal): -2159961 or 10947295. OLE color: 10947295.
HSL color Cylindrical-coordinate representation of color #DF0AA7: hue angle of 315.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0AA7 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 167 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.13 |
| HSL | 315.77º | 0.91% | 0.46% | - |
| HSV(B) | 315.77º | 0.96% | 0.87% | - |
| XYZ | 37.52 | 18.7 | 38.19 | - |
| YUV | 91.59 | 170.57 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 167 | 0 | 0.96 | 0.25 | 0.13 | 315.77 | 0.91 | 0.46 |
| Hex | DF | A | A7 | 0 | 60 | 19 | D | 13C | 5B | 2E |
| Octal | 337 | 12 | 247 | 0 | 140 | 31 | 15 | 474 | 133 | 56 |
| Binary | 11011111 | 1010 | 10100111 | 0 | 1100000 | 11001 | 1101 | 100111100 | 1011011 | 101110 |
Color Harmonies of #DF0AA7
Complementary color
Monochromatic Colors of #DF0AA7
Black with #DF0AA7
Text Example
Text Example
White with #DF0AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AA7; }
p { color: rgb(223,10,167); }
H1.HeaderClassName
{
color: #DF0AA7;
}
.AnyTagClassName
{
color: #DF0AA7;
}
</style>
background-color css
<style>
a { background-color: #DF0AA7; }
a { background-color: rgb(223,10,167); }
div.DivClassName
{
background-color: #DF0AA7;
}
.BgClassName
{
background-color: #DF0AA7;
}
</style>
border-color css
<style>
span { border-color: #DF0AA7; }
span { border-color: rgb(223,10,167); }
td.TdClassName
{
border-color: #DF0AA7;
}
.TagClassName
{
border-color: #DF0AA7;
}
</style>