Shades of Hollywood Cerise #DF17AB
Tints of Hollywood Cerise #DF17AB
RGB
CMYK
RGB Variations
Color information
#DF17AB (or 0xDF17AB) is known color: Hollywood Cerise. HEX triplet: DF, 17 and AB. RGB value is (223,23,171). Sum of RGB (Red+Green+Blue) = 223+23+171=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF17AB is #20E854. Grayscale: #636363. Windows color (decimal): -2156629 or 11212767. OLE color: 11212767.
HSL color Cylindrical-coordinate representation of color #DF17AB: hue angle of 315.6º degrees, saturation: 0.81, 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 #DF17AB is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.13 |
| HSL | 315.6º | 0.81% | 0.48% | - |
| HSV(B) | 315.6º | 0.9% | 0.87% | - |
| XYZ | 38.09 | 19.24 | 40.23 | - |
| YUV | 99.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 171 | 0 | 0.90 | 0.23 | 0.13 | 315.6 | 0.81 | 0.48 |
| Hex | DF | 17 | AB | 0 | 5A | 17 | D | 13C | 51 | 30 |
| Octal | 337 | 27 | 253 | 0 | 132 | 27 | 15 | 474 | 121 | 60 |
| Binary | 11011111 | 10111 | 10101011 | 0 | 1011010 | 10111 | 1101 | 100111100 | 1010001 | 110000 |
Color Harmonies of #DF17AB
Complementary color
Monochromatic Colors of #DF17AB
Black with #DF17AB
Text Example
Text Example
White with #DF17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17AB; }
p { color: rgb(223,23,171); }
H1.HeaderClassName
{
color: #DF17AB;
}
.AnyTagClassName
{
color: #DF17AB;
}
</style>
background-color css
<style>
a { background-color: #DF17AB; }
a { background-color: rgb(223,23,171); }
div.DivClassName
{
background-color: #DF17AB;
}
.BgClassName
{
background-color: #DF17AB;
}
</style>
border-color css
<style>
span { border-color: #DF17AB; }
span { border-color: rgb(223,23,171); }
td.TdClassName
{
border-color: #DF17AB;
}
.TagClassName
{
border-color: #DF17AB;
}
</style>