Shades of Hollywood Cerise #DF01AF
Tints of Hollywood Cerise #DF01AF
RGB
CMYK
RGB Variations
Color information
#DF01AF (or 0xDF01AF) is known color: Hollywood Cerise. HEX triplet: DF, 01 and AF. RGB value is (223,1,175). Sum of RGB (Red+Green+Blue) = 223+1+175=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01AF is #20FE50. Grayscale: #565656. Windows color (decimal): -2162257 or 11469279. OLE color: 11469279.
HSL color Cylindrical-coordinate representation of color #DF01AF: hue angle of 312.97º 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 #DF01AF is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.13 |
| HSL | 312.97º | 0.99% | 0.44% | - |
| HSV(B) | 312.97º | 1% | 0.87% | - |
| XYZ | 38.18 | 18.8 | 42.17 | - |
| YUV | 87.21 | 177.55 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 175 | 0 | 1.00 | 0.22 | 0.13 | 312.97 | 0.99 | 0.44 |
| Hex | DF | 1 | AF | 0 | 64 | 16 | D | 139 | 63 | 2C |
| Octal | 337 | 1 | 257 | 0 | 144 | 26 | 15 | 471 | 143 | 54 |
| Binary | 11011111 | 1 | 10101111 | 0 | 1100100 | 10110 | 1101 | 100111001 | 1100011 | 101100 |
Color Harmonies of #DF01AF
Complementary color
Monochromatic Colors of #DF01AF
Black with #DF01AF
Text Example
Text Example
White with #DF01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01AF; }
p { color: rgb(223,1,175); }
H1.HeaderClassName
{
color: #DF01AF;
}
.AnyTagClassName
{
color: #DF01AF;
}
</style>
background-color css
<style>
a { background-color: #DF01AF; }
a { background-color: rgb(223,1,175); }
div.DivClassName
{
background-color: #DF01AF;
}
.BgClassName
{
background-color: #DF01AF;
}
</style>
border-color css
<style>
span { border-color: #DF01AF; }
span { border-color: rgb(223,1,175); }
td.TdClassName
{
border-color: #DF01AF;
}
.TagClassName
{
border-color: #DF01AF;
}
</style>