Shades of Hollywood Cerise #DF16AD
Tints of Hollywood Cerise #DF16AD
RGB
CMYK
RGB Variations
Color information
#DF16AD (or 0xDF16AD) is known color: Hollywood Cerise. HEX triplet: DF, 16 and AD. RGB value is (223,22,173). Sum of RGB (Red+Green+Blue) = 223+22+173=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16AD is #20E952. Grayscale: #626262. Windows color (decimal): -2156883 or 11343583. OLE color: 11343583.
HSL color Cylindrical-coordinate representation of color #DF16AD: hue angle of 314.93º 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 #DF16AD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 173 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 314.93º | 0.82% | 0.48% | - |
| HSV(B) | 314.93º | 0.9% | 0.87% | - |
| XYZ | 38.26 | 19.28 | 41.24 | - |
| YUV | 99.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 173 | 0 | 0.90 | 0.22 | 0.13 | 314.93 | 0.82 | 0.48 |
| Hex | DF | 16 | AD | 0 | 5A | 16 | D | 13B | 52 | 30 |
| Octal | 337 | 26 | 255 | 0 | 132 | 26 | 15 | 473 | 122 | 60 |
| Binary | 11011111 | 10110 | 10101101 | 0 | 1011010 | 10110 | 1101 | 100111011 | 1010010 | 110000 |
Color Harmonies of #DF16AD
Complementary color
Monochromatic Colors of #DF16AD
Black with #DF16AD
Text Example
Text Example
White with #DF16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16AD; }
p { color: rgb(223,22,173); }
H1.HeaderClassName
{
color: #DF16AD;
}
.AnyTagClassName
{
color: #DF16AD;
}
</style>
background-color css
<style>
a { background-color: #DF16AD; }
a { background-color: rgb(223,22,173); }
div.DivClassName
{
background-color: #DF16AD;
}
.BgClassName
{
background-color: #DF16AD;
}
</style>
border-color css
<style>
span { border-color: #DF16AD; }
span { border-color: rgb(223,22,173); }
td.TdClassName
{
border-color: #DF16AD;
}
.TagClassName
{
border-color: #DF16AD;
}
</style>