Shades of Hollywood Cerise #DF0494
Tints of Hollywood Cerise #DF0494
RGB
CMYK
RGB Variations
Color information
#DF0494 (or 0xDF0494) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 94. RGB value is (223,4,148). Sum of RGB (Red+Green+Blue) = 223+4+148=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0494 is #20FB6B. Grayscale: #555555. Windows color (decimal): -2161516 or 9700575. OLE color: 9700575.
HSL color Cylindrical-coordinate representation of color #DF0494: hue angle of 320.55º 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 #DF0494 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.13 |
| HSL | 320.55º | 0.96% | 0.45% | - |
| HSV(B) | 320.55º | 0.98% | 0.87% | - |
| XYZ | 35.82 | 17.91 | 29.59 | - |
| YUV | 85.9 | 163.05 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 148 | 0 | 0.98 | 0.34 | 0.13 | 320.55 | 0.96 | 0.45 |
| Hex | DF | 4 | 94 | 0 | 62 | 22 | D | 141 | 60 | 2D |
| Octal | 337 | 4 | 224 | 0 | 142 | 42 | 15 | 501 | 140 | 55 |
| Binary | 11011111 | 100 | 10010100 | 0 | 1100010 | 100010 | 1101 | 101000001 | 1100000 | 101101 |
Color Harmonies of #DF0494
Complementary color
Monochromatic Colors of #DF0494
Black with #DF0494
Text Example
Text Example
White with #DF0494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0494; }
p { color: rgb(223,4,148); }
H1.HeaderClassName
{
color: #DF0494;
}
.AnyTagClassName
{
color: #DF0494;
}
</style>
background-color css
<style>
a { background-color: #DF0494; }
a { background-color: rgb(223,4,148); }
div.DivClassName
{
background-color: #DF0494;
}
.BgClassName
{
background-color: #DF0494;
}
</style>
border-color css
<style>
span { border-color: #DF0494; }
span { border-color: rgb(223,4,148); }
td.TdClassName
{
border-color: #DF0494;
}
.TagClassName
{
border-color: #DF0494;
}
</style>