Shades of Hollywood Cerise #DF00A9
Tints of Hollywood Cerise #DF00A9
RGB
CMYK
RGB Variations
Color information
#DF00A9 (or 0xDF00A9) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A9. RGB value is (223,0,169). Sum of RGB (Red+Green+Blue) = 223+0+169=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A9 is #20FF56. Grayscale: #555555. Windows color (decimal): -2162519 or 11075807. OLE color: 11075807.
HSL color Cylindrical-coordinate representation of color #DF00A9: hue angle of 314.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00A9 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.24 | 0.13 |
| HSL | 314.53º | 1% | 0.44% | - |
| HSV(B) | 314.53º | 1% | 0.87% | - |
| XYZ | 37.59 | 18.55 | 39.14 | - |
| YUV | 85.94 | 174.88 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 169 | 0 | 1 | 0.24 | 0.13 | 314.53 | 1 | 0.44 |
| Hex | DF | 0 | A9 | 0 | 64 | 18 | D | 13B | 64 | 2C |
| Octal | 337 | 0 | 251 | 0 | 144 | 30 | 15 | 473 | 144 | 54 |
| Binary | 11011111 | 0 | 10101001 | 0 | 1100100 | 11000 | 1101 | 100111011 | 1100100 | 101100 |
Color Harmonies of #DF00A9
Complementary color
Monochromatic Colors of #DF00A9
Black with #DF00A9
Text Example
Text Example
White with #DF00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00A9; }
p { color: rgb(223,0,169); }
H1.HeaderClassName
{
color: #DF00A9;
}
.AnyTagClassName
{
color: #DF00A9;
}
</style>
background-color css
<style>
a { background-color: #DF00A9; }
a { background-color: rgb(223,0,169); }
div.DivClassName
{
background-color: #DF00A9;
}
.BgClassName
{
background-color: #DF00A9;
}
</style>
border-color css
<style>
span { border-color: #DF00A9; }
span { border-color: rgb(223,0,169); }
td.TdClassName
{
border-color: #DF00A9;
}
.TagClassName
{
border-color: #DF00A9;
}
</style>