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