Shades of Hollywood Cerise #DF0991
Tints of Hollywood Cerise #DF0991
RGB
CMYK
RGB Variations
Color information
#DF0991 (or 0xDF0991) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 91. RGB value is (223,9,145). Sum of RGB (Red+Green+Blue) = 223+9+145=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0991 is #20F66E. Grayscale: #585858. Windows color (decimal): -2160239 or 9505247. OLE color: 9505247.
HSL color Cylindrical-coordinate representation of color #DF0991: hue angle of 321.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0991 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 145 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.13 |
| HSL | 321.87º | 0.92% | 0.45% | - |
| HSV(B) | 321.87º | 0.96% | 0.87% | - |
| XYZ | 35.64 | 17.93 | 28.37 | - |
| YUV | 88.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 145 | 0 | 0.96 | 0.35 | 0.13 | 321.87 | 0.92 | 0.45 |
| Hex | DF | 9 | 91 | 0 | 60 | 23 | D | 142 | 5C | 2D |
| Octal | 337 | 11 | 221 | 0 | 140 | 43 | 15 | 502 | 134 | 55 |
| Binary | 11011111 | 1001 | 10010001 | 0 | 1100000 | 100011 | 1101 | 101000010 | 1011100 | 101101 |
Color Harmonies of #DF0991
Complementary color
Monochromatic Colors of #DF0991
Black with #DF0991
Text Example
Text Example
White with #DF0991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0991; }
p { color: rgb(223,9,145); }
H1.HeaderClassName
{
color: #DF0991;
}
.AnyTagClassName
{
color: #DF0991;
}
</style>
background-color css
<style>
a { background-color: #DF0991; }
a { background-color: rgb(223,9,145); }
div.DivClassName
{
background-color: #DF0991;
}
.BgClassName
{
background-color: #DF0991;
}
</style>
border-color css
<style>
span { border-color: #DF0991; }
span { border-color: rgb(223,9,145); }
td.TdClassName
{
border-color: #DF0991;
}
.TagClassName
{
border-color: #DF0991;
}
</style>