Shades of Hollywood Cerise #DF16AB
Tints of Hollywood Cerise #DF16AB
RGB
CMYK
RGB Variations
Color information
#DF16AB (or 0xDF16AB) is known color: Hollywood Cerise. HEX triplet: DF, 16 and AB. RGB value is (223,22,171). Sum of RGB (Red+Green+Blue) = 223+22+171=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16AB is #20E954. Grayscale: #626262. Windows color (decimal): -2156885 or 11212511. OLE color: 11212511.
HSL color Cylindrical-coordinate representation of color #DF16AB: hue angle of 315.52º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF16AB is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 171 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.13 |
| HSL | 315.52º | 0.82% | 0.48% | - |
| HSV(B) | 315.52º | 0.9% | 0.87% | - |
| XYZ | 38.07 | 19.2 | 40.23 | - |
| YUV | 99.09 | 168.59 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 171 | 0 | 0.90 | 0.23 | 0.13 | 315.52 | 0.82 | 0.48 |
| Hex | DF | 16 | AB | 0 | 5A | 17 | D | 13C | 52 | 30 |
| Octal | 337 | 26 | 253 | 0 | 132 | 27 | 15 | 474 | 122 | 60 |
| Binary | 11011111 | 10110 | 10101011 | 0 | 1011010 | 10111 | 1101 | 100111100 | 1010010 | 110000 |
Color Harmonies of #DF16AB
Complementary color
Monochromatic Colors of #DF16AB
Black with #DF16AB
Text Example
Text Example
White with #DF16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16AB; }
p { color: rgb(223,22,171); }
H1.HeaderClassName
{
color: #DF16AB;
}
.AnyTagClassName
{
color: #DF16AB;
}
</style>
background-color css
<style>
a { background-color: #DF16AB; }
a { background-color: rgb(223,22,171); }
div.DivClassName
{
background-color: #DF16AB;
}
.BgClassName
{
background-color: #DF16AB;
}
</style>
border-color css
<style>
span { border-color: #DF16AB; }
span { border-color: rgb(223,22,171); }
td.TdClassName
{
border-color: #DF16AB;
}
.TagClassName
{
border-color: #DF16AB;
}
</style>