Shades of Hollywood Cerise #DF048E
Tints of Hollywood Cerise #DF048E
RGB
CMYK
RGB Variations
Color information
#DF048E (or 0xDF048E) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 8E. RGB value is (223,4,142). Sum of RGB (Red+Green+Blue) = 223+4+142=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF048E is #20FB71. Grayscale: #545454. Windows color (decimal): -2161522 or 9307359. OLE color: 9307359.
HSL color Cylindrical-coordinate representation of color #DF048E: hue angle of 322.19º 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 #DF048E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.13 |
| HSL | 322.19º | 0.96% | 0.45% | - |
| HSV(B) | 322.19º | 0.98% | 0.87% | - |
| XYZ | 35.36 | 17.73 | 27.15 | - |
| YUV | 85.21 | 160.05 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 142 | 0 | 0.98 | 0.36 | 0.13 | 322.19 | 0.96 | 0.45 |
| Hex | DF | 4 | 8E | 0 | 62 | 24 | D | 142 | 60 | 2D |
| Octal | 337 | 4 | 216 | 0 | 142 | 44 | 15 | 502 | 140 | 55 |
| Binary | 11011111 | 100 | 10001110 | 0 | 1100010 | 100100 | 1101 | 101000010 | 1100000 | 101101 |
Color Harmonies of #DF048E
Complementary color
Monochromatic Colors of #DF048E
Black with #DF048E
Text Example
Text Example
White with #DF048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF048E; }
p { color: rgb(223,4,142); }
H1.HeaderClassName
{
color: #DF048E;
}
.AnyTagClassName
{
color: #DF048E;
}
</style>
background-color css
<style>
a { background-color: #DF048E; }
a { background-color: rgb(223,4,142); }
div.DivClassName
{
background-color: #DF048E;
}
.BgClassName
{
background-color: #DF048E;
}
</style>
border-color css
<style>
span { border-color: #DF048E; }
span { border-color: rgb(223,4,142); }
td.TdClassName
{
border-color: #DF048E;
}
.TagClassName
{
border-color: #DF048E;
}
</style>