Shades of Hollywood Cerise #DF0591
Tints of Hollywood Cerise #DF0591
RGB
CMYK
RGB Variations
Color information
#DF0591 (or 0xDF0591) is known color: Hollywood Cerise. HEX triplet: DF, 05 and 91. RGB value is (223,5,145). Sum of RGB (Red+Green+Blue) = 223+5+145=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0591 is #20FA6E. Grayscale: #555555. Windows color (decimal): -2161263 or 9504223. OLE color: 9504223.
HSL color Cylindrical-coordinate representation of color #DF0591: hue angle of 321.47º 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 #DF0591 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 145 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.13 |
| HSL | 321.47º | 0.96% | 0.45% | - |
| HSV(B) | 321.47º | 0.98% | 0.87% | - |
| XYZ | 35.6 | 17.84 | 28.36 | - |
| YUV | 86.14 | 161.22 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 145 | 0 | 0.98 | 0.35 | 0.13 | 321.47 | 0.96 | 0.45 |
| Hex | DF | 5 | 91 | 0 | 62 | 23 | D | 141 | 60 | 2D |
| Octal | 337 | 5 | 221 | 0 | 142 | 43 | 15 | 501 | 140 | 55 |
| Binary | 11011111 | 101 | 10010001 | 0 | 1100010 | 100011 | 1101 | 101000001 | 1100000 | 101101 |
Color Harmonies of #DF0591
Complementary color
Monochromatic Colors of #DF0591
Black with #DF0591
Text Example
Text Example
White with #DF0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0591; }
p { color: rgb(223,5,145); }
H1.HeaderClassName
{
color: #DF0591;
}
.AnyTagClassName
{
color: #DF0591;
}
</style>
background-color css
<style>
a { background-color: #DF0591; }
a { background-color: rgb(223,5,145); }
div.DivClassName
{
background-color: #DF0591;
}
.BgClassName
{
background-color: #DF0591;
}
</style>
border-color css
<style>
span { border-color: #DF0591; }
span { border-color: rgb(223,5,145); }
td.TdClassName
{
border-color: #DF0591;
}
.TagClassName
{
border-color: #DF0591;
}
</style>