Shades of Hollywood Cerise #DF01AB
Tints of Hollywood Cerise #DF01AB
RGB
CMYK
RGB Variations
Color information
#DF01AB (or 0xDF01AB) is known color: Hollywood Cerise. HEX triplet: DF, 01 and AB. RGB value is (223,1,171). Sum of RGB (Red+Green+Blue) = 223+1+171=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01AB is #20FE54. Grayscale: #565656. Windows color (decimal): -2162261 or 11207135. OLE color: 11207135.
HSL color Cylindrical-coordinate representation of color #DF01AB: hue angle of 314.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF01AB is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.13 |
| HSL | 314.05º | 0.99% | 0.44% | - |
| HSV(B) | 314.05º | 1% | 0.87% | - |
| XYZ | 37.79 | 18.65 | 40.14 | - |
| YUV | 86.76 | 175.55 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 171 | 0 | 1.00 | 0.23 | 0.13 | 314.05 | 0.99 | 0.44 |
| Hex | DF | 1 | AB | 0 | 64 | 17 | D | 13A | 63 | 2C |
| Octal | 337 | 1 | 253 | 0 | 144 | 27 | 15 | 472 | 143 | 54 |
| Binary | 11011111 | 1 | 10101011 | 0 | 1100100 | 10111 | 1101 | 100111010 | 1100011 | 101100 |
Color Harmonies of #DF01AB
Complementary color
Monochromatic Colors of #DF01AB
Black with #DF01AB
Text Example
Text Example
White with #DF01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01AB; }
p { color: rgb(223,1,171); }
H1.HeaderClassName
{
color: #DF01AB;
}
.AnyTagClassName
{
color: #DF01AB;
}
</style>
background-color css
<style>
a { background-color: #DF01AB; }
a { background-color: rgb(223,1,171); }
div.DivClassName
{
background-color: #DF01AB;
}
.BgClassName
{
background-color: #DF01AB;
}
</style>
border-color css
<style>
span { border-color: #DF01AB; }
span { border-color: rgb(223,1,171); }
td.TdClassName
{
border-color: #DF01AB;
}
.TagClassName
{
border-color: #DF01AB;
}
</style>