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