Shades of Hollywood Cerise #DF14AC
Tints of Hollywood Cerise #DF14AC
RGB
CMYK
RGB Variations
Color information
#DF14AC (or 0xDF14AC) is known color: Hollywood Cerise. HEX triplet: DF, 14 and AC. RGB value is (223,20,172). Sum of RGB (Red+Green+Blue) = 223+20+172=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF14AC is #20EB53. Grayscale: #616161. Windows color (decimal): -2157396 or 11277535. OLE color: 11277535.
HSL color Cylindrical-coordinate representation of color #DF14AC: hue angle of 315.07º degrees, saturation: 0.84, 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 #DF14AC is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.13 |
| HSL | 315.07º | 0.84% | 0.48% | - |
| HSV(B) | 315.07º | 0.91% | 0.87% | - |
| XYZ | 38.13 | 19.17 | 40.72 | - |
| YUV | 98.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 172 | 0 | 0.91 | 0.23 | 0.13 | 315.07 | 0.84 | 0.48 |
| Hex | DF | 14 | AC | 0 | 5B | 17 | D | 13B | 54 | 30 |
| Octal | 337 | 24 | 254 | 0 | 133 | 27 | 15 | 473 | 124 | 60 |
| Binary | 11011111 | 10100 | 10101100 | 0 | 1011011 | 10111 | 1101 | 100111011 | 1010100 | 110000 |
Color Harmonies of #DF14AC
Complementary color
Monochromatic Colors of #DF14AC
Black with #DF14AC
Text Example
Text Example
White with #DF14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14AC; }
p { color: rgb(223,20,172); }
H1.HeaderClassName
{
color: #DF14AC;
}
.AnyTagClassName
{
color: #DF14AC;
}
</style>
background-color css
<style>
a { background-color: #DF14AC; }
a { background-color: rgb(223,20,172); }
div.DivClassName
{
background-color: #DF14AC;
}
.BgClassName
{
background-color: #DF14AC;
}
</style>
border-color css
<style>
span { border-color: #DF14AC; }
span { border-color: rgb(223,20,172); }
td.TdClassName
{
border-color: #DF14AC;
}
.TagClassName
{
border-color: #DF14AC;
}
</style>