Shades of Hollywood Cerise #DF15A1
Tints of Hollywood Cerise #DF15A1
RGB
CMYK
RGB Variations
Color information
#DF15A1 (or 0xDF15A1) is known color: Hollywood Cerise. HEX triplet: DF, 15 and A1. RGB value is (223,21,161). Sum of RGB (Red+Green+Blue) = 223+21+161=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF15A1 is #20EA5E. Grayscale: #616161. Windows color (decimal): -2157151 or 10556895. OLE color: 10556895.
HSL color Cylindrical-coordinate representation of color #DF15A1: hue angle of 318.42º 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 #DF15A1 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 161 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.13 |
| HSL | 318.42º | 0.83% | 0.48% | - |
| HSV(B) | 318.42º | 0.91% | 0.87% | - |
| XYZ | 37.13 | 18.8 | 35.39 | - |
| YUV | 97.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 161 | 0 | 0.91 | 0.28 | 0.13 | 318.42 | 0.83 | 0.48 |
| Hex | DF | 15 | A1 | 0 | 5B | 1C | D | 13E | 53 | 30 |
| Octal | 337 | 25 | 241 | 0 | 133 | 34 | 15 | 476 | 123 | 60 |
| Binary | 11011111 | 10101 | 10100001 | 0 | 1011011 | 11100 | 1101 | 100111110 | 1010011 | 110000 |
Color Harmonies of #DF15A1
Complementary color
Monochromatic Colors of #DF15A1
Black with #DF15A1
Text Example
Text Example
White with #DF15A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15A1; }
p { color: rgb(223,21,161); }
H1.HeaderClassName
{
color: #DF15A1;
}
.AnyTagClassName
{
color: #DF15A1;
}
</style>
background-color css
<style>
a { background-color: #DF15A1; }
a { background-color: rgb(223,21,161); }
div.DivClassName
{
background-color: #DF15A1;
}
.BgClassName
{
background-color: #DF15A1;
}
</style>
border-color css
<style>
span { border-color: #DF15A1; }
span { border-color: rgb(223,21,161); }
td.TdClassName
{
border-color: #DF15A1;
}
.TagClassName
{
border-color: #DF15A1;
}
</style>