Shades of Hollywood Cerise #DF04A0
Tints of Hollywood Cerise #DF04A0
RGB
CMYK
RGB Variations
Color information
#DF04A0 (or 0xDF04A0) is known color: Hollywood Cerise. HEX triplet: DF, 04 and A0. RGB value is (223,4,160). Sum of RGB (Red+Green+Blue) = 223+4+160=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04A0 is #20FB5F. Grayscale: #565656. Windows color (decimal): -2161504 or 10487007. OLE color: 10487007.
HSL color Cylindrical-coordinate representation of color #DF04A0: hue angle of 317.26º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.13 |
| HSL | 317.26º | 0.96% | 0.45% | - |
| HSV(B) | 317.26º | 0.98% | 0.87% | - |
| XYZ | 36.82 | 18.31 | 34.85 | - |
| YUV | 87.27 | 169.05 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 160 | 0 | 0.98 | 0.28 | 0.13 | 317.26 | 0.96 | 0.45 |
| Hex | DF | 4 | A0 | 0 | 62 | 1C | D | 13D | 60 | 2D |
| Octal | 337 | 4 | 240 | 0 | 142 | 34 | 15 | 475 | 140 | 55 |
| Binary | 11011111 | 100 | 10100000 | 0 | 1100010 | 11100 | 1101 | 100111101 | 1100000 | 101101 |
Color Harmonies of #DF04A0
Complementary color
Monochromatic Colors of #DF04A0
Black with #DF04A0
Text Example
Text Example
White with #DF04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04A0; }
p { color: rgb(223,4,160); }
H1.HeaderClassName
{
color: #DF04A0;
}
.AnyTagClassName
{
color: #DF04A0;
}
</style>
background-color css
<style>
a { background-color: #DF04A0; }
a { background-color: rgb(223,4,160); }
div.DivClassName
{
background-color: #DF04A0;
}
.BgClassName
{
background-color: #DF04A0;
}
</style>
border-color css
<style>
span { border-color: #DF04A0; }
span { border-color: rgb(223,4,160); }
td.TdClassName
{
border-color: #DF04A0;
}
.TagClassName
{
border-color: #DF04A0;
}
</style>