Shades of Hollywood Cerise #DF159D
Tints of Hollywood Cerise #DF159D
RGB
CMYK
RGB Variations
Color information
#DF159D (or 0xDF159D) is known color: Hollywood Cerise. HEX triplet: DF, 15 and 9D. RGB value is (223,21,157). Sum of RGB (Red+Green+Blue) = 223+21+157=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF159D is #20EA62. Grayscale: #606060. Windows color (decimal): -2157155 or 10294751. OLE color: 10294751.
HSL color Cylindrical-coordinate representation of color #DF159D: hue angle of 319.6º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF159D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.13 |
| HSL | 319.6º | 0.83% | 0.48% | - |
| HSV(B) | 319.6º | 0.91% | 0.87% | - |
| XYZ | 36.79 | 18.66 | 33.56 | - |
| YUV | 96.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 157 | 0 | 0.91 | 0.30 | 0.13 | 319.6 | 0.83 | 0.48 |
| Hex | DF | 15 | 9D | 0 | 5B | 1E | D | 140 | 53 | 30 |
| Octal | 337 | 25 | 235 | 0 | 133 | 36 | 15 | 500 | 123 | 60 |
| Binary | 11011111 | 10101 | 10011101 | 0 | 1011011 | 11110 | 1101 | 101000000 | 1010011 | 110000 |
Color Harmonies of #DF159D
Complementary color
Monochromatic Colors of #DF159D
Black with #DF159D
Text Example
Text Example
White with #DF159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF159D; }
p { color: rgb(223,21,157); }
H1.HeaderClassName
{
color: #DF159D;
}
.AnyTagClassName
{
color: #DF159D;
}
</style>
background-color css
<style>
a { background-color: #DF159D; }
a { background-color: rgb(223,21,157); }
div.DivClassName
{
background-color: #DF159D;
}
.BgClassName
{
background-color: #DF159D;
}
</style>
border-color css
<style>
span { border-color: #DF159D; }
span { border-color: rgb(223,21,157); }
td.TdClassName
{
border-color: #DF159D;
}
.TagClassName
{
border-color: #DF159D;
}
</style>