Shades of Hollywood Cerise #DF0498
Tints of Hollywood Cerise #DF0498
RGB
CMYK
RGB Variations
Color information
#DF0498 (or 0xDF0498) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 98. RGB value is (223,4,152). Sum of RGB (Red+Green+Blue) = 223+4+152=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0498 is #20FB67. Grayscale: #555555. Windows color (decimal): -2161512 or 9962719. OLE color: 9962719.
HSL color Cylindrical-coordinate representation of color #DF0498: hue angle of 319.45º 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 #DF0498 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.13 |
| HSL | 319.45º | 0.96% | 0.45% | - |
| HSV(B) | 319.45º | 0.98% | 0.87% | - |
| XYZ | 36.14 | 18.04 | 31.28 | - |
| YUV | 86.35 | 165.05 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 152 | 0 | 0.98 | 0.32 | 0.13 | 319.45 | 0.96 | 0.45 |
| Hex | DF | 4 | 98 | 0 | 62 | 20 | D | 13F | 60 | 2D |
| Octal | 337 | 4 | 230 | 0 | 142 | 40 | 15 | 477 | 140 | 55 |
| Binary | 11011111 | 100 | 10011000 | 0 | 1100010 | 100000 | 1101 | 100111111 | 1100000 | 101101 |
Color Harmonies of #DF0498
Complementary color
Monochromatic Colors of #DF0498
Black with #DF0498
Text Example
Text Example
White with #DF0498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0498; }
p { color: rgb(223,4,152); }
H1.HeaderClassName
{
color: #DF0498;
}
.AnyTagClassName
{
color: #DF0498;
}
</style>
background-color css
<style>
a { background-color: #DF0498; }
a { background-color: rgb(223,4,152); }
div.DivClassName
{
background-color: #DF0498;
}
.BgClassName
{
background-color: #DF0498;
}
</style>
border-color css
<style>
span { border-color: #DF0498; }
span { border-color: rgb(223,4,152); }
td.TdClassName
{
border-color: #DF0498;
}
.TagClassName
{
border-color: #DF0498;
}
</style>