Shades of Hollywood Cerise #DF049E
Tints of Hollywood Cerise #DF049E
RGB
CMYK
RGB Variations
Color information
#DF049E (or 0xDF049E) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 9E. RGB value is (223,4,158). Sum of RGB (Red+Green+Blue) = 223+4+158=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF049E is #20FB61. Grayscale: #565656. Windows color (decimal): -2161506 or 10355935. OLE color: 10355935.
HSL color Cylindrical-coordinate representation of color #DF049E: hue angle of 317.81º 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 #DF049E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.13 |
| HSL | 317.81º | 0.96% | 0.45% | - |
| HSV(B) | 317.81º | 0.98% | 0.87% | - |
| XYZ | 36.65 | 18.24 | 33.94 | - |
| YUV | 87.04 | 168.05 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 158 | 0 | 0.98 | 0.29 | 0.13 | 317.81 | 0.96 | 0.45 |
| Hex | DF | 4 | 9E | 0 | 62 | 1D | D | 13E | 60 | 2D |
| Octal | 337 | 4 | 236 | 0 | 142 | 35 | 15 | 476 | 140 | 55 |
| Binary | 11011111 | 100 | 10011110 | 0 | 1100010 | 11101 | 1101 | 100111110 | 1100000 | 101101 |
Color Harmonies of #DF049E
Complementary color
Monochromatic Colors of #DF049E
Black with #DF049E
Text Example
Text Example
White with #DF049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF049E; }
p { color: rgb(223,4,158); }
H1.HeaderClassName
{
color: #DF049E;
}
.AnyTagClassName
{
color: #DF049E;
}
</style>
background-color css
<style>
a { background-color: #DF049E; }
a { background-color: rgb(223,4,158); }
div.DivClassName
{
background-color: #DF049E;
}
.BgClassName
{
background-color: #DF049E;
}
</style>
border-color css
<style>
span { border-color: #DF049E; }
span { border-color: rgb(223,4,158); }
td.TdClassName
{
border-color: #DF049E;
}
.TagClassName
{
border-color: #DF049E;
}
</style>