Shades of Hollywood Cerise #DF06A9
Tints of Hollywood Cerise #DF06A9
RGB
CMYK
RGB Variations
Color information
#DF06A9 (or 0xDF06A9) is known color: Hollywood Cerise. HEX triplet: DF, 06 and A9. RGB value is (223,6,169). Sum of RGB (Red+Green+Blue) = 223+6+169=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF06A9 is #20F956. Grayscale: #595959. Windows color (decimal): -2160983 or 11077343. OLE color: 11077343.
HSL color Cylindrical-coordinate representation of color #DF06A9: hue angle of 314.93º degrees, saturation: 0.95, 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 #DF06A9 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 169 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.13 |
| HSL | 314.93º | 0.95% | 0.45% | - |
| HSV(B) | 314.93º | 0.97% | 0.87% | - |
| XYZ | 37.66 | 18.68 | 39.16 | - |
| YUV | 89.47 | 172.89 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 169 | 0 | 0.97 | 0.24 | 0.13 | 314.93 | 0.95 | 0.45 |
| Hex | DF | 6 | A9 | 0 | 61 | 18 | D | 13B | 5F | 2D |
| Octal | 337 | 6 | 251 | 0 | 141 | 30 | 15 | 473 | 137 | 55 |
| Binary | 11011111 | 110 | 10101001 | 0 | 1100001 | 11000 | 1101 | 100111011 | 1011111 | 101101 |
Color Harmonies of #DF06A9
Complementary color
Monochromatic Colors of #DF06A9
Black with #DF06A9
Text Example
Text Example
White with #DF06A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06A9; }
p { color: rgb(223,6,169); }
H1.HeaderClassName
{
color: #DF06A9;
}
.AnyTagClassName
{
color: #DF06A9;
}
</style>
background-color css
<style>
a { background-color: #DF06A9; }
a { background-color: rgb(223,6,169); }
div.DivClassName
{
background-color: #DF06A9;
}
.BgClassName
{
background-color: #DF06A9;
}
</style>
border-color css
<style>
span { border-color: #DF06A9; }
span { border-color: rgb(223,6,169); }
td.TdClassName
{
border-color: #DF06A9;
}
.TagClassName
{
border-color: #DF06A9;
}
</style>