Shades of Hollywood Cerise #DF048F
Tints of Hollywood Cerise #DF048F
RGB
CMYK
RGB Variations
Color information
#DF048F (or 0xDF048F) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 8F. RGB value is (223,4,143). Sum of RGB (Red+Green+Blue) = 223+4+143=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF048F is #20FB70. Grayscale: #545454. Windows color (decimal): -2161521 or 9372895. OLE color: 9372895.
HSL color Cylindrical-coordinate representation of color #DF048F: hue angle of 321.92º 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 #DF048F is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.13 |
| HSL | 321.92º | 0.96% | 0.45% | - |
| HSV(B) | 321.92º | 0.98% | 0.87% | - |
| XYZ | 35.43 | 17.76 | 27.55 | - |
| YUV | 85.33 | 160.55 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 143 | 0 | 0.98 | 0.36 | 0.13 | 321.92 | 0.96 | 0.45 |
| Hex | DF | 4 | 8F | 0 | 62 | 24 | D | 142 | 60 | 2D |
| Octal | 337 | 4 | 217 | 0 | 142 | 44 | 15 | 502 | 140 | 55 |
| Binary | 11011111 | 100 | 10001111 | 0 | 1100010 | 100100 | 1101 | 101000010 | 1100000 | 101101 |
Color Harmonies of #DF048F
Complementary color
Monochromatic Colors of #DF048F
Black with #DF048F
Text Example
Text Example
White with #DF048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF048F; }
p { color: rgb(223,4,143); }
H1.HeaderClassName
{
color: #DF048F;
}
.AnyTagClassName
{
color: #DF048F;
}
</style>
background-color css
<style>
a { background-color: #DF048F; }
a { background-color: rgb(223,4,143); }
div.DivClassName
{
background-color: #DF048F;
}
.BgClassName
{
background-color: #DF048F;
}
</style>
border-color css
<style>
span { border-color: #DF048F; }
span { border-color: rgb(223,4,143); }
td.TdClassName
{
border-color: #DF048F;
}
.TagClassName
{
border-color: #DF048F;
}
</style>