Shades of Hollywood Cerise #DF09A8
Tints of Hollywood Cerise #DF09A8
RGB
CMYK
RGB Variations
Color information
#DF09A8 (or 0xDF09A8) is known color: Hollywood Cerise. HEX triplet: DF, 09 and A8. RGB value is (223,9,168). Sum of RGB (Red+Green+Blue) = 223+9+168=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF09A8 is #20F657. Grayscale: #5A5A5A. Windows color (decimal): -2160216 or 11012575. OLE color: 11012575.
HSL color Cylindrical-coordinate representation of color #DF09A8: hue angle of 315.42º 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 #DF09A8 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.13 |
| HSL | 315.42º | 0.92% | 0.45% | - |
| HSV(B) | 315.42º | 0.96% | 0.87% | - |
| XYZ | 37.6 | 18.71 | 38.68 | - |
| YUV | 91.11 | 171.4 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 168 | 0 | 0.96 | 0.25 | 0.13 | 315.42 | 0.92 | 0.45 |
| Hex | DF | 9 | A8 | 0 | 60 | 19 | D | 13B | 5C | 2D |
| Octal | 337 | 11 | 250 | 0 | 140 | 31 | 15 | 473 | 134 | 55 |
| Binary | 11011111 | 1001 | 10101000 | 0 | 1100000 | 11001 | 1101 | 100111011 | 1011100 | 101101 |
Color Harmonies of #DF09A8
Complementary color
Monochromatic Colors of #DF09A8
Black with #DF09A8
Text Example
Text Example
White with #DF09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09A8; }
p { color: rgb(223,9,168); }
H1.HeaderClassName
{
color: #DF09A8;
}
.AnyTagClassName
{
color: #DF09A8;
}
</style>
background-color css
<style>
a { background-color: #DF09A8; }
a { background-color: rgb(223,9,168); }
div.DivClassName
{
background-color: #DF09A8;
}
.BgClassName
{
background-color: #DF09A8;
}
</style>
border-color css
<style>
span { border-color: #DF09A8; }
span { border-color: rgb(223,9,168); }
td.TdClassName
{
border-color: #DF09A8;
}
.TagClassName
{
border-color: #DF09A8;
}
</style>