Shades of Hollywood Cerise #DF00A6
Tints of Hollywood Cerise #DF00A6
RGB
CMYK
RGB Variations
Color information
#DF00A6 (or 0xDF00A6) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A6. RGB value is (223,0,166). Sum of RGB (Red+Green+Blue) = 223+0+166=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A6 is #20FF59. Grayscale: #555555. Windows color (decimal): -2162522 or 10879199. OLE color: 10879199.
HSL color Cylindrical-coordinate representation of color #DF00A6: hue angle of 315.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00A6 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.26 | 0.13 |
| HSL | 315.34º | 1% | 0.44% | - |
| HSV(B) | 315.34º | 1% | 0.87% | - |
| XYZ | 37.31 | 18.44 | 37.67 | - |
| YUV | 85.6 | 173.38 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 166 | 0 | 1 | 0.26 | 0.13 | 315.34 | 1 | 0.44 |
| Hex | DF | 0 | A6 | 0 | 64 | 1A | D | 13B | 64 | 2C |
| Octal | 337 | 0 | 246 | 0 | 144 | 32 | 15 | 473 | 144 | 54 |
| Binary | 11011111 | 0 | 10100110 | 0 | 1100100 | 11010 | 1101 | 100111011 | 1100100 | 101100 |
Color Harmonies of #DF00A6
Complementary color
Monochromatic Colors of #DF00A6
Black with #DF00A6
Text Example
Text Example
White with #DF00A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00A6; }
p { color: rgb(223,0,166); }
H1.HeaderClassName
{
color: #DF00A6;
}
.AnyTagClassName
{
color: #DF00A6;
}
</style>
background-color css
<style>
a { background-color: #DF00A6; }
a { background-color: rgb(223,0,166); }
div.DivClassName
{
background-color: #DF00A6;
}
.BgClassName
{
background-color: #DF00A6;
}
</style>
border-color css
<style>
span { border-color: #DF00A6; }
span { border-color: rgb(223,0,166); }
td.TdClassName
{
border-color: #DF00A6;
}
.TagClassName
{
border-color: #DF00A6;
}
</style>