Shades of Hollywood Cerise #DF09A7
Tints of Hollywood Cerise #DF09A7
RGB
CMYK
RGB Variations
Color information
#DF09A7 (or 0xDF09A7) is known color: Hollywood Cerise. HEX triplet: DF, 09 and A7. RGB value is (223,9,167). Sum of RGB (Red+Green+Blue) = 223+9+167=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF09A7 is #20F658. Grayscale: #5A5A5A. Windows color (decimal): -2160217 or 10947039. OLE color: 10947039.
HSL color Cylindrical-coordinate representation of color #DF09A7: hue angle of 315.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09A7 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 167 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.13 |
| HSL | 315.7º | 0.92% | 0.45% | - |
| HSV(B) | 315.7º | 0.96% | 0.87% | - |
| XYZ | 37.5 | 18.67 | 38.19 | - |
| YUV | 91 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 167 | 0 | 0.96 | 0.25 | 0.13 | 315.7 | 0.92 | 0.45 |
| Hex | DF | 9 | A7 | 0 | 60 | 19 | D | 13C | 5C | 2D |
| Octal | 337 | 11 | 247 | 0 | 140 | 31 | 15 | 474 | 134 | 55 |
| Binary | 11011111 | 1001 | 10100111 | 0 | 1100000 | 11001 | 1101 | 100111100 | 1011100 | 101101 |
Color Harmonies of #DF09A7
Complementary color
Monochromatic Colors of #DF09A7
Black with #DF09A7
Text Example
Text Example
White with #DF09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09A7; }
p { color: rgb(223,9,167); }
H1.HeaderClassName
{
color: #DF09A7;
}
.AnyTagClassName
{
color: #DF09A7;
}
</style>
background-color css
<style>
a { background-color: #DF09A7; }
a { background-color: rgb(223,9,167); }
div.DivClassName
{
background-color: #DF09A7;
}
.BgClassName
{
background-color: #DF09A7;
}
</style>
border-color css
<style>
span { border-color: #DF09A7; }
span { border-color: rgb(223,9,167); }
td.TdClassName
{
border-color: #DF09A7;
}
.TagClassName
{
border-color: #DF09A7;
}
</style>