Shades of Hollywood Cerise #DF049F
Tints of Hollywood Cerise #DF049F
RGB
CMYK
RGB Variations
Color information
#DF049F (or 0xDF049F) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 9F. RGB value is (223,4,159). Sum of RGB (Red+Green+Blue) = 223+4+159=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF049F is #20FB60. Grayscale: #565656. Windows color (decimal): -2161505 or 10421471. OLE color: 10421471.
HSL color Cylindrical-coordinate representation of color #DF049F: hue angle of 317.53º 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 #DF049F is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.13 |
| HSL | 317.53º | 0.96% | 0.45% | - |
| HSV(B) | 317.53º | 0.98% | 0.87% | - |
| XYZ | 36.73 | 18.28 | 34.39 | - |
| YUV | 87.15 | 168.55 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 159 | 0 | 0.98 | 0.29 | 0.13 | 317.53 | 0.96 | 0.45 |
| Hex | DF | 4 | 9F | 0 | 62 | 1D | D | 13E | 60 | 2D |
| Octal | 337 | 4 | 237 | 0 | 142 | 35 | 15 | 476 | 140 | 55 |
| Binary | 11011111 | 100 | 10011111 | 0 | 1100010 | 11101 | 1101 | 100111110 | 1100000 | 101101 |
Color Harmonies of #DF049F
Complementary color
Monochromatic Colors of #DF049F
Black with #DF049F
Text Example
Text Example
White with #DF049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF049F; }
p { color: rgb(223,4,159); }
H1.HeaderClassName
{
color: #DF049F;
}
.AnyTagClassName
{
color: #DF049F;
}
</style>
background-color css
<style>
a { background-color: #DF049F; }
a { background-color: rgb(223,4,159); }
div.DivClassName
{
background-color: #DF049F;
}
.BgClassName
{
background-color: #DF049F;
}
</style>
border-color css
<style>
span { border-color: #DF049F; }
span { border-color: rgb(223,4,159); }
td.TdClassName
{
border-color: #DF049F;
}
.TagClassName
{
border-color: #DF049F;
}
</style>