Shades of Hollywood Cerise #DF18A2
Tints of Hollywood Cerise #DF18A2
RGB
CMYK
RGB Variations
Color information
#DF18A2 (or 0xDF18A2) is known color: Hollywood Cerise. HEX triplet: DF, 18 and A2. RGB value is (223,24,162). Sum of RGB (Red+Green+Blue) = 223+24+162=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF18A2 is #20E75D. Grayscale: #626262. Windows color (decimal): -2156382 or 10623199. OLE color: 10623199.
HSL color Cylindrical-coordinate representation of color #DF18A2: hue angle of 318.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18A2 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 162 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.13 |
| HSL | 318.39º | 0.81% | 0.48% | - |
| HSV(B) | 318.39º | 0.89% | 0.87% | - |
| XYZ | 37.28 | 18.95 | 35.88 | - |
| YUV | 99.23 | 163.43 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 162 | 0 | 0.89 | 0.27 | 0.13 | 318.39 | 0.81 | 0.48 |
| Hex | DF | 18 | A2 | 0 | 59 | 1B | D | 13E | 51 | 30 |
| Octal | 337 | 30 | 242 | 0 | 131 | 33 | 15 | 476 | 121 | 60 |
| Binary | 11011111 | 11000 | 10100010 | 0 | 1011001 | 11011 | 1101 | 100111110 | 1010001 | 110000 |
Color Harmonies of #DF18A2
Complementary color
Monochromatic Colors of #DF18A2
Black with #DF18A2
Text Example
Text Example
White with #DF18A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18A2; }
p { color: rgb(223,24,162); }
H1.HeaderClassName
{
color: #DF18A2;
}
.AnyTagClassName
{
color: #DF18A2;
}
</style>
background-color css
<style>
a { background-color: #DF18A2; }
a { background-color: rgb(223,24,162); }
div.DivClassName
{
background-color: #DF18A2;
}
.BgClassName
{
background-color: #DF18A2;
}
</style>
border-color css
<style>
span { border-color: #DF18A2; }
span { border-color: rgb(223,24,162); }
td.TdClassName
{
border-color: #DF18A2;
}
.TagClassName
{
border-color: #DF18A2;
}
</style>