Shades of Hollywood Cerise #DF049D
Tints of Hollywood Cerise #DF049D
RGB
CMYK
RGB Variations
Color information
#DF049D (or 0xDF049D) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 9D. RGB value is (223,4,157). Sum of RGB (Red+Green+Blue) = 223+4+157=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF049D is #20FB62. Grayscale: #565656. Windows color (decimal): -2161507 or 10290399. OLE color: 10290399.
HSL color Cylindrical-coordinate representation of color #DF049D: hue angle of 318.08º 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 #DF049D is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.13 |
| HSL | 318.08º | 0.96% | 0.45% | - |
| HSV(B) | 318.08º | 0.98% | 0.87% | - |
| XYZ | 36.56 | 18.21 | 33.49 | - |
| YUV | 86.92 | 167.55 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 157 | 0 | 0.98 | 0.30 | 0.13 | 318.08 | 0.96 | 0.45 |
| Hex | DF | 4 | 9D | 0 | 62 | 1E | D | 13E | 60 | 2D |
| Octal | 337 | 4 | 235 | 0 | 142 | 36 | 15 | 476 | 140 | 55 |
| Binary | 11011111 | 100 | 10011101 | 0 | 1100010 | 11110 | 1101 | 100111110 | 1100000 | 101101 |
Color Harmonies of #DF049D
Complementary color
Monochromatic Colors of #DF049D
Black with #DF049D
Text Example
Text Example
White with #DF049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF049D; }
p { color: rgb(223,4,157); }
H1.HeaderClassName
{
color: #DF049D;
}
.AnyTagClassName
{
color: #DF049D;
}
</style>
background-color css
<style>
a { background-color: #DF049D; }
a { background-color: rgb(223,4,157); }
div.DivClassName
{
background-color: #DF049D;
}
.BgClassName
{
background-color: #DF049D;
}
</style>
border-color css
<style>
span { border-color: #DF049D; }
span { border-color: rgb(223,4,157); }
td.TdClassName
{
border-color: #DF049D;
}
.TagClassName
{
border-color: #DF049D;
}
</style>