Shades of Hollywood Cerise #DF099D
Tints of Hollywood Cerise #DF099D
RGB
CMYK
RGB Variations
Color information
#DF099D (or 0xDF099D) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 9D. RGB value is (223,9,157). Sum of RGB (Red+Green+Blue) = 223+9+157=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF099D is #20F662. Grayscale: #595959. Windows color (decimal): -2160227 or 10291679. OLE color: 10291679.
HSL color Cylindrical-coordinate representation of color #DF099D: hue angle of 318.5º 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 #DF099D is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.13 |
| HSL | 318.5º | 0.92% | 0.45% | - |
| HSV(B) | 318.5º | 0.96% | 0.87% | - |
| XYZ | 36.61 | 18.32 | 33.5 | - |
| YUV | 89.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 157 | 0 | 0.96 | 0.30 | 0.13 | 318.5 | 0.92 | 0.45 |
| Hex | DF | 9 | 9D | 0 | 60 | 1E | D | 13F | 5C | 2D |
| Octal | 337 | 11 | 235 | 0 | 140 | 36 | 15 | 477 | 134 | 55 |
| Binary | 11011111 | 1001 | 10011101 | 0 | 1100000 | 11110 | 1101 | 100111111 | 1011100 | 101101 |
Color Harmonies of #DF099D
Complementary color
Monochromatic Colors of #DF099D
Black with #DF099D
Text Example
Text Example
White with #DF099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF099D; }
p { color: rgb(223,9,157); }
H1.HeaderClassName
{
color: #DF099D;
}
.AnyTagClassName
{
color: #DF099D;
}
</style>
background-color css
<style>
a { background-color: #DF099D; }
a { background-color: rgb(223,9,157); }
div.DivClassName
{
background-color: #DF099D;
}
.BgClassName
{
background-color: #DF099D;
}
</style>
border-color css
<style>
span { border-color: #DF099D; }
span { border-color: rgb(223,9,157); }
td.TdClassName
{
border-color: #DF099D;
}
.TagClassName
{
border-color: #DF099D;
}
</style>