Shades of Hollywood Cerise #DF15A9
Tints of Hollywood Cerise #DF15A9
RGB
CMYK
RGB Variations
Color information
#DF15A9 (or 0xDF15A9) is known color: Hollywood Cerise. HEX triplet: DF, 15 and A9. RGB value is (223,21,169). Sum of RGB (Red+Green+Blue) = 223+21+169=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF15A9 is #20EA56. Grayscale: #616161. Windows color (decimal): -2157143 or 11081183. OLE color: 11081183.
HSL color Cylindrical-coordinate representation of color #DF15A9: hue angle of 316.04º 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 #DF15A9 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 169 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.13 |
| HSL | 316.04º | 0.83% | 0.48% | - |
| HSV(B) | 316.04º | 0.91% | 0.87% | - |
| XYZ | 37.86 | 19.09 | 39.23 | - |
| YUV | 98.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 169 | 0 | 0.91 | 0.24 | 0.13 | 316.04 | 0.83 | 0.48 |
| Hex | DF | 15 | A9 | 0 | 5B | 18 | D | 13C | 53 | 30 |
| Octal | 337 | 25 | 251 | 0 | 133 | 30 | 15 | 474 | 123 | 60 |
| Binary | 11011111 | 10101 | 10101001 | 0 | 1011011 | 11000 | 1101 | 100111100 | 1010011 | 110000 |
Color Harmonies of #DF15A9
Complementary color
Monochromatic Colors of #DF15A9
Black with #DF15A9
Text Example
Text Example
White with #DF15A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15A9; }
p { color: rgb(223,21,169); }
H1.HeaderClassName
{
color: #DF15A9;
}
.AnyTagClassName
{
color: #DF15A9;
}
</style>
background-color css
<style>
a { background-color: #DF15A9; }
a { background-color: rgb(223,21,169); }
div.DivClassName
{
background-color: #DF15A9;
}
.BgClassName
{
background-color: #DF15A9;
}
</style>
border-color css
<style>
span { border-color: #DF15A9; }
span { border-color: rgb(223,21,169); }
td.TdClassName
{
border-color: #DF15A9;
}
.TagClassName
{
border-color: #DF15A9;
}
</style>