Shades of Hollywood Cerise #DF09A6
Tints of Hollywood Cerise #DF09A6
RGB
CMYK
RGB Variations
Color information
#DF09A6 (or 0xDF09A6) is known color: Hollywood Cerise. HEX triplet: DF, 09 and A6. RGB value is (223,9,166). Sum of RGB (Red+Green+Blue) = 223+9+166=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF09A6 is #20F659. Grayscale: #5A5A5A. Windows color (decimal): -2160218 or 10881503. OLE color: 10881503.
HSL color Cylindrical-coordinate representation of color #DF09A6: hue angle of 315.98º 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 #DF09A6 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 166 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.13 |
| HSL | 315.98º | 0.92% | 0.45% | - |
| HSV(B) | 315.98º | 0.96% | 0.87% | - |
| XYZ | 37.41 | 18.64 | 37.7 | - |
| YUV | 90.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 166 | 0 | 0.96 | 0.26 | 0.13 | 315.98 | 0.92 | 0.45 |
| Hex | DF | 9 | A6 | 0 | 60 | 1A | D | 13C | 5C | 2D |
| Octal | 337 | 11 | 246 | 0 | 140 | 32 | 15 | 474 | 134 | 55 |
| Binary | 11011111 | 1001 | 10100110 | 0 | 1100000 | 11010 | 1101 | 100111100 | 1011100 | 101101 |
Color Harmonies of #DF09A6
Complementary color
Monochromatic Colors of #DF09A6
Black with #DF09A6
Text Example
Text Example
White with #DF09A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09A6; }
p { color: rgb(223,9,166); }
H1.HeaderClassName
{
color: #DF09A6;
}
.AnyTagClassName
{
color: #DF09A6;
}
</style>
background-color css
<style>
a { background-color: #DF09A6; }
a { background-color: rgb(223,9,166); }
div.DivClassName
{
background-color: #DF09A6;
}
.BgClassName
{
background-color: #DF09A6;
}
</style>
border-color css
<style>
span { border-color: #DF09A6; }
span { border-color: rgb(223,9,166); }
td.TdClassName
{
border-color: #DF09A6;
}
.TagClassName
{
border-color: #DF09A6;
}
</style>