Shades of Hollywood Cerise #DF01A6
Tints of Hollywood Cerise #DF01A6
RGB
CMYK
RGB Variations
Color information
#DF01A6 (or 0xDF01A6) is known color: Hollywood Cerise. HEX triplet: DF, 01 and A6. RGB value is (223,1,166). Sum of RGB (Red+Green+Blue) = 223+1+166=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01A6 is #20FE59. Grayscale: #555555. Windows color (decimal): -2162266 or 10879455. OLE color: 10879455.
HSL color Cylindrical-coordinate representation of color #DF01A6: hue angle of 315.41º 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 #DF01A6 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.13 |
| HSL | 315.41º | 0.99% | 0.44% | - |
| HSV(B) | 315.41º | 1% | 0.87% | - |
| XYZ | 37.33 | 18.46 | 37.67 | - |
| YUV | 86.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 166 | 0 | 1.00 | 0.26 | 0.13 | 315.41 | 0.99 | 0.44 |
| Hex | DF | 1 | A6 | 0 | 64 | 1A | D | 13B | 63 | 2C |
| Octal | 337 | 1 | 246 | 0 | 144 | 32 | 15 | 473 | 143 | 54 |
| Binary | 11011111 | 1 | 10100110 | 0 | 1100100 | 11010 | 1101 | 100111011 | 1100011 | 101100 |
Color Harmonies of #DF01A6
Complementary color
Monochromatic Colors of #DF01A6
Black with #DF01A6
Text Example
Text Example
White with #DF01A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01A6; }
p { color: rgb(223,1,166); }
H1.HeaderClassName
{
color: #DF01A6;
}
.AnyTagClassName
{
color: #DF01A6;
}
</style>
background-color css
<style>
a { background-color: #DF01A6; }
a { background-color: rgb(223,1,166); }
div.DivClassName
{
background-color: #DF01A6;
}
.BgClassName
{
background-color: #DF01A6;
}
</style>
border-color css
<style>
span { border-color: #DF01A6; }
span { border-color: rgb(223,1,166); }
td.TdClassName
{
border-color: #DF01A6;
}
.TagClassName
{
border-color: #DF01A6;
}
</style>