Shades of Hollywood Cerise #DF01A7
Tints of Hollywood Cerise #DF01A7
RGB
CMYK
RGB Variations
Color information
#DF01A7 (or 0xDF01A7) is known color: Hollywood Cerise. HEX triplet: DF, 01 and A7. RGB value is (223,1,167). Sum of RGB (Red+Green+Blue) = 223+1+167=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01A7 is #20FE58. Grayscale: #555555. Windows color (decimal): -2162265 or 10944991. OLE color: 10944991.
HSL color Cylindrical-coordinate representation of color #DF01A7: hue angle of 315.14º 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 #DF01A7 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 167 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.13 |
| HSL | 315.14º | 0.99% | 0.44% | - |
| HSV(B) | 315.14º | 1% | 0.87% | - |
| XYZ | 37.42 | 18.5 | 38.16 | - |
| YUV | 86.3 | 173.55 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 167 | 0 | 1.00 | 0.25 | 0.13 | 315.14 | 0.99 | 0.44 |
| Hex | DF | 1 | A7 | 0 | 64 | 19 | D | 13B | 63 | 2C |
| Octal | 337 | 1 | 247 | 0 | 144 | 31 | 15 | 473 | 143 | 54 |
| Binary | 11011111 | 1 | 10100111 | 0 | 1100100 | 11001 | 1101 | 100111011 | 1100011 | 101100 |
Color Harmonies of #DF01A7
Complementary color
Monochromatic Colors of #DF01A7
Black with #DF01A7
Text Example
Text Example
White with #DF01A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01A7; }
p { color: rgb(223,1,167); }
H1.HeaderClassName
{
color: #DF01A7;
}
.AnyTagClassName
{
color: #DF01A7;
}
</style>
background-color css
<style>
a { background-color: #DF01A7; }
a { background-color: rgb(223,1,167); }
div.DivClassName
{
background-color: #DF01A7;
}
.BgClassName
{
background-color: #DF01A7;
}
</style>
border-color css
<style>
span { border-color: #DF01A7; }
span { border-color: rgb(223,1,167); }
td.TdClassName
{
border-color: #DF01A7;
}
.TagClassName
{
border-color: #DF01A7;
}
</style>