Shades of Hollywood Cerise #DF07A7
Tints of Hollywood Cerise #DF07A7
RGB
CMYK
RGB Variations
Color information
#DF07A7 (or 0xDF07A7) is known color: Hollywood Cerise. HEX triplet: DF, 07 and A7. RGB value is (223,7,167). Sum of RGB (Red+Green+Blue) = 223+7+167=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF07A7 is #20F858. Grayscale: #595959. Windows color (decimal): -2160729 or 10946527. OLE color: 10946527.
HSL color Cylindrical-coordinate representation of color #DF07A7: hue angle of 315.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07A7 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 167 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.13 |
| HSL | 315.56º | 0.94% | 0.45% | - |
| HSV(B) | 315.56º | 0.97% | 0.87% | - |
| XYZ | 37.48 | 18.63 | 38.18 | - |
| YUV | 89.82 | 171.56 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 167 | 0 | 0.97 | 0.25 | 0.13 | 315.56 | 0.94 | 0.45 |
| Hex | DF | 7 | A7 | 0 | 61 | 19 | D | 13C | 5E | 2D |
| Octal | 337 | 7 | 247 | 0 | 141 | 31 | 15 | 474 | 136 | 55 |
| Binary | 11011111 | 111 | 10100111 | 0 | 1100001 | 11001 | 1101 | 100111100 | 1011110 | 101101 |
Color Harmonies of #DF07A7
Complementary color
Monochromatic Colors of #DF07A7
Black with #DF07A7
Text Example
Text Example
White with #DF07A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07A7; }
p { color: rgb(223,7,167); }
H1.HeaderClassName
{
color: #DF07A7;
}
.AnyTagClassName
{
color: #DF07A7;
}
</style>
background-color css
<style>
a { background-color: #DF07A7; }
a { background-color: rgb(223,7,167); }
div.DivClassName
{
background-color: #DF07A7;
}
.BgClassName
{
background-color: #DF07A7;
}
</style>
border-color css
<style>
span { border-color: #DF07A7; }
span { border-color: rgb(223,7,167); }
td.TdClassName
{
border-color: #DF07A7;
}
.TagClassName
{
border-color: #DF07A7;
}
</style>