Shades of Hollywood Cerise #DF19A4
Tints of Hollywood Cerise #DF19A4
RGB
CMYK
RGB Variations
Color information
#DF19A4 (or 0xDF19A4) is known color: Hollywood Cerise. HEX triplet: DF, 19 and A4. RGB value is (223,25,164). Sum of RGB (Red+Green+Blue) = 223+25+164=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF19A4 is #20E65B. Grayscale: #636363. Windows color (decimal): -2156124 or 10754527. OLE color: 10754527.
HSL color Cylindrical-coordinate representation of color #DF19A4: hue angle of 317.88º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19A4 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 164 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.13 |
| HSL | 317.88º | 0.8% | 0.49% | - |
| HSV(B) | 317.88º | 0.89% | 0.87% | - |
| XYZ | 37.48 | 19.06 | 36.83 | - |
| YUV | 100.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 164 | 0 | 0.89 | 0.26 | 0.13 | 317.88 | 0.8 | 0.49 |
| Hex | DF | 19 | A4 | 0 | 59 | 1A | D | 13E | 50 | 31 |
| Octal | 337 | 31 | 244 | 0 | 131 | 32 | 15 | 476 | 120 | 61 |
| Binary | 11011111 | 11001 | 10100100 | 0 | 1011001 | 11010 | 1101 | 100111110 | 1010000 | 110001 |
Color Harmonies of #DF19A4
Complementary color
Monochromatic Colors of #DF19A4
Black with #DF19A4
Text Example
Text Example
White with #DF19A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19A4; }
p { color: rgb(223,25,164); }
H1.HeaderClassName
{
color: #DF19A4;
}
.AnyTagClassName
{
color: #DF19A4;
}
</style>
background-color css
<style>
a { background-color: #DF19A4; }
a { background-color: rgb(223,25,164); }
div.DivClassName
{
background-color: #DF19A4;
}
.BgClassName
{
background-color: #DF19A4;
}
</style>
border-color css
<style>
span { border-color: #DF19A4; }
span { border-color: rgb(223,25,164); }
td.TdClassName
{
border-color: #DF19A4;
}
.TagClassName
{
border-color: #DF19A4;
}
</style>