Shades of Hollywood Cerise #DF089B
Tints of Hollywood Cerise #DF089B
RGB
CMYK
RGB Variations
Color information
#DF089B (or 0xDF089B) is known color: Hollywood Cerise. HEX triplet: DF, 08 and 9B. RGB value is (223,8,155). Sum of RGB (Red+Green+Blue) = 223+8+155=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF089B is #20F764. Grayscale: #585858. Windows color (decimal): -2160485 or 10160351. OLE color: 10160351.
HSL color Cylindrical-coordinate representation of color #DF089B: hue angle of 318.98º degrees, saturation: 0.93, 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 #DF089B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.13 |
| HSL | 318.98º | 0.93% | 0.45% | - |
| HSV(B) | 318.98º | 0.96% | 0.87% | - |
| XYZ | 36.43 | 18.23 | 32.61 | - |
| YUV | 89.04 | 165.23 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 155 | 0 | 0.96 | 0.30 | 0.13 | 318.98 | 0.93 | 0.45 |
| Hex | DF | 8 | 9B | 0 | 60 | 1E | D | 13F | 5D | 2D |
| Octal | 337 | 10 | 233 | 0 | 140 | 36 | 15 | 477 | 135 | 55 |
| Binary | 11011111 | 1000 | 10011011 | 0 | 1100000 | 11110 | 1101 | 100111111 | 1011101 | 101101 |
Color Harmonies of #DF089B
Complementary color
Monochromatic Colors of #DF089B
Black with #DF089B
Text Example
Text Example
White with #DF089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF089B; }
p { color: rgb(223,8,155); }
H1.HeaderClassName
{
color: #DF089B;
}
.AnyTagClassName
{
color: #DF089B;
}
</style>
background-color css
<style>
a { background-color: #DF089B; }
a { background-color: rgb(223,8,155); }
div.DivClassName
{
background-color: #DF089B;
}
.BgClassName
{
background-color: #DF089B;
}
</style>
border-color css
<style>
span { border-color: #DF089B; }
span { border-color: rgb(223,8,155); }
td.TdClassName
{
border-color: #DF089B;
}
.TagClassName
{
border-color: #DF089B;
}
</style>