Shades of Hollywood Cerise #DF049A
Tints of Hollywood Cerise #DF049A
RGB
CMYK
RGB Variations
Color information
#DF049A (or 0xDF049A) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 9A. RGB value is (223,4,154). Sum of RGB (Red+Green+Blue) = 223+4+154=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF049A is #20FB65. Grayscale: #565656. Windows color (decimal): -2161510 or 10093791. OLE color: 10093791.
HSL color Cylindrical-coordinate representation of color #DF049A: hue angle of 318.9º 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 #DF049A is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.13 |
| HSL | 318.9º | 0.96% | 0.45% | - |
| HSV(B) | 318.9º | 0.98% | 0.87% | - |
| XYZ | 36.31 | 18.11 | 32.15 | - |
| YUV | 86.58 | 166.05 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 154 | 0 | 0.98 | 0.31 | 0.13 | 318.9 | 0.96 | 0.45 |
| Hex | DF | 4 | 9A | 0 | 62 | 1F | D | 13F | 60 | 2D |
| Octal | 337 | 4 | 232 | 0 | 142 | 37 | 15 | 477 | 140 | 55 |
| Binary | 11011111 | 100 | 10011010 | 0 | 1100010 | 11111 | 1101 | 100111111 | 1100000 | 101101 |
Color Harmonies of #DF049A
Complementary color
Monochromatic Colors of #DF049A
Black with #DF049A
Text Example
Text Example
White with #DF049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF049A; }
p { color: rgb(223,4,154); }
H1.HeaderClassName
{
color: #DF049A;
}
.AnyTagClassName
{
color: #DF049A;
}
</style>
background-color css
<style>
a { background-color: #DF049A; }
a { background-color: rgb(223,4,154); }
div.DivClassName
{
background-color: #DF049A;
}
.BgClassName
{
background-color: #DF049A;
}
</style>
border-color css
<style>
span { border-color: #DF049A; }
span { border-color: rgb(223,4,154); }
td.TdClassName
{
border-color: #DF049A;
}
.TagClassName
{
border-color: #DF049A;
}
</style>