Shades of Hollywood Cerise #DF14AB
Tints of Hollywood Cerise #DF14AB
RGB
CMYK
RGB Variations
Color information
#DF14AB (or 0xDF14AB) is known color: Hollywood Cerise. HEX triplet: DF, 14 and AB. RGB value is (223,20,171). Sum of RGB (Red+Green+Blue) = 223+20+171=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF14AB is #20EB54. Grayscale: #616161. Windows color (decimal): -2157397 or 11211999. OLE color: 11211999.
HSL color Cylindrical-coordinate representation of color #DF14AB: hue angle of 315.37º 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 #DF14AB is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.13 |
| HSL | 315.37º | 0.84% | 0.48% | - |
| HSV(B) | 315.37º | 0.91% | 0.87% | - |
| XYZ | 38.03 | 19.13 | 40.22 | - |
| YUV | 97.91 | 169.25 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 171 | 0 | 0.91 | 0.23 | 0.13 | 315.37 | 0.84 | 0.48 |
| Hex | DF | 14 | AB | 0 | 5B | 17 | D | 13B | 54 | 30 |
| Octal | 337 | 24 | 253 | 0 | 133 | 27 | 15 | 473 | 124 | 60 |
| Binary | 11011111 | 10100 | 10101011 | 0 | 1011011 | 10111 | 1101 | 100111011 | 1010100 | 110000 |
Color Harmonies of #DF14AB
Complementary color
Monochromatic Colors of #DF14AB
Black with #DF14AB
Text Example
Text Example
White with #DF14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14AB; }
p { color: rgb(223,20,171); }
H1.HeaderClassName
{
color: #DF14AB;
}
.AnyTagClassName
{
color: #DF14AB;
}
</style>
background-color css
<style>
a { background-color: #DF14AB; }
a { background-color: rgb(223,20,171); }
div.DivClassName
{
background-color: #DF14AB;
}
.BgClassName
{
background-color: #DF14AB;
}
</style>
border-color css
<style>
span { border-color: #DF14AB; }
span { border-color: rgb(223,20,171); }
td.TdClassName
{
border-color: #DF14AB;
}
.TagClassName
{
border-color: #DF14AB;
}
</style>