Shades of Hollywood Cerise #DF15A2
Tints of Hollywood Cerise #DF15A2
RGB
CMYK
RGB Variations
Color information
#DF15A2 (or 0xDF15A2) is known color: Hollywood Cerise. HEX triplet: DF, 15 and A2. RGB value is (223,21,162). Sum of RGB (Red+Green+Blue) = 223+21+162=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF15A2 is #20EA5D. Grayscale: #616161. Windows color (decimal): -2157150 or 10622431. OLE color: 10622431.
HSL color Cylindrical-coordinate representation of color #DF15A2: hue angle of 318.12º 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 #DF15A2 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 162 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.13 |
| HSL | 318.12º | 0.83% | 0.48% | - |
| HSV(B) | 318.12º | 0.91% | 0.87% | - |
| XYZ | 37.22 | 18.83 | 35.86 | - |
| YUV | 97.47 | 164.42 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 162 | 0 | 0.91 | 0.27 | 0.13 | 318.12 | 0.83 | 0.48 |
| Hex | DF | 15 | A2 | 0 | 5B | 1B | D | 13E | 53 | 30 |
| Octal | 337 | 25 | 242 | 0 | 133 | 33 | 15 | 476 | 123 | 60 |
| Binary | 11011111 | 10101 | 10100010 | 0 | 1011011 | 11011 | 1101 | 100111110 | 1010011 | 110000 |
Color Harmonies of #DF15A2
Complementary color
Monochromatic Colors of #DF15A2
Black with #DF15A2
Text Example
Text Example
White with #DF15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15A2; }
p { color: rgb(223,21,162); }
H1.HeaderClassName
{
color: #DF15A2;
}
.AnyTagClassName
{
color: #DF15A2;
}
</style>
background-color css
<style>
a { background-color: #DF15A2; }
a { background-color: rgb(223,21,162); }
div.DivClassName
{
background-color: #DF15A2;
}
.BgClassName
{
background-color: #DF15A2;
}
</style>
border-color css
<style>
span { border-color: #DF15A2; }
span { border-color: rgb(223,21,162); }
td.TdClassName
{
border-color: #DF15A2;
}
.TagClassName
{
border-color: #DF15A2;
}
</style>