Shades of Hollywood Cerise #DF01A0
Tints of Hollywood Cerise #DF01A0
RGB
CMYK
RGB Variations
Color information
#DF01A0 (or 0xDF01A0) is known color: Hollywood Cerise. HEX triplet: DF, 01 and A0. RGB value is (223,1,160). Sum of RGB (Red+Green+Blue) = 223+1+160=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01A0 is #20FE5F. Grayscale: #555555. Windows color (decimal): -2162272 or 10486239. OLE color: 10486239.
HSL color Cylindrical-coordinate representation of color #DF01A0: hue angle of 317.03º 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 #DF01A0 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 160 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.13 |
| HSL | 317.03º | 0.99% | 0.44% | - |
| HSV(B) | 317.03º | 1% | 0.87% | - |
| XYZ | 36.79 | 18.25 | 34.84 | - |
| YUV | 85.5 | 170.05 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 160 | 0 | 1.00 | 0.28 | 0.13 | 317.03 | 0.99 | 0.44 |
| Hex | DF | 1 | A0 | 0 | 64 | 1C | D | 13D | 63 | 2C |
| Octal | 337 | 1 | 240 | 0 | 144 | 34 | 15 | 475 | 143 | 54 |
| Binary | 11011111 | 1 | 10100000 | 0 | 1100100 | 11100 | 1101 | 100111101 | 1100011 | 101100 |
Color Harmonies of #DF01A0
Complementary color
Monochromatic Colors of #DF01A0
Black with #DF01A0
Text Example
Text Example
White with #DF01A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01A0; }
p { color: rgb(223,1,160); }
H1.HeaderClassName
{
color: #DF01A0;
}
.AnyTagClassName
{
color: #DF01A0;
}
</style>
background-color css
<style>
a { background-color: #DF01A0; }
a { background-color: rgb(223,1,160); }
div.DivClassName
{
background-color: #DF01A0;
}
.BgClassName
{
background-color: #DF01A0;
}
</style>
border-color css
<style>
span { border-color: #DF01A0; }
span { border-color: rgb(223,1,160); }
td.TdClassName
{
border-color: #DF01A0;
}
.TagClassName
{
border-color: #DF01A0;
}
</style>