Shades of Hollywood Cerise #DF05A6
Tints of Hollywood Cerise #DF05A6
RGB
CMYK
RGB Variations
Color information
#DF05A6 (or 0xDF05A6) is known color: Hollywood Cerise. HEX triplet: DF, 05 and A6. RGB value is (223,5,166). Sum of RGB (Red+Green+Blue) = 223+5+166=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF05A6 is #20FA59. Grayscale: #585858. Windows color (decimal): -2161242 or 10880479. OLE color: 10880479.
HSL color Cylindrical-coordinate representation of color #DF05A6: hue angle of 315.69º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 166 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.13 |
| HSL | 315.69º | 0.96% | 0.45% | - |
| HSV(B) | 315.69º | 0.98% | 0.87% | - |
| XYZ | 37.37 | 18.55 | 37.69 | - |
| YUV | 88.54 | 171.72 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 166 | 0 | 0.98 | 0.26 | 0.13 | 315.69 | 0.96 | 0.45 |
| Hex | DF | 5 | A6 | 0 | 62 | 1A | D | 13C | 60 | 2D |
| Octal | 337 | 5 | 246 | 0 | 142 | 32 | 15 | 474 | 140 | 55 |
| Binary | 11011111 | 101 | 10100110 | 0 | 1100010 | 11010 | 1101 | 100111100 | 1100000 | 101101 |
Color Harmonies of #DF05A6
Complementary color
Monochromatic Colors of #DF05A6
Black with #DF05A6
Text Example
Text Example
White with #DF05A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05A6; }
p { color: rgb(223,5,166); }
H1.HeaderClassName
{
color: #DF05A6;
}
.AnyTagClassName
{
color: #DF05A6;
}
</style>
background-color css
<style>
a { background-color: #DF05A6; }
a { background-color: rgb(223,5,166); }
div.DivClassName
{
background-color: #DF05A6;
}
.BgClassName
{
background-color: #DF05A6;
}
</style>
border-color css
<style>
span { border-color: #DF05A6; }
span { border-color: rgb(223,5,166); }
td.TdClassName
{
border-color: #DF05A6;
}
.TagClassName
{
border-color: #DF05A6;
}
</style>