Shades of Hollywood Cerise #DF06AC
Tints of Hollywood Cerise #DF06AC
RGB
CMYK
RGB Variations
Color information
#DF06AC (or 0xDF06AC) is known color: Hollywood Cerise. HEX triplet: DF, 06 and AC. RGB value is (223,6,172). Sum of RGB (Red+Green+Blue) = 223+6+172=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF06AC is #20F953. Grayscale: #595959. Windows color (decimal): -2160980 or 11273951. OLE color: 11273951.
HSL color Cylindrical-coordinate representation of color #DF06AC: hue angle of 314.1º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06AC is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.13 |
| HSL | 314.1º | 0.95% | 0.45% | - |
| HSV(B) | 314.1º | 0.97% | 0.87% | - |
| XYZ | 37.94 | 18.8 | 40.66 | - |
| YUV | 89.81 | 174.39 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 172 | 0 | 0.97 | 0.23 | 0.13 | 314.1 | 0.95 | 0.45 |
| Hex | DF | 6 | AC | 0 | 61 | 17 | D | 13A | 5F | 2D |
| Octal | 337 | 6 | 254 | 0 | 141 | 27 | 15 | 472 | 137 | 55 |
| Binary | 11011111 | 110 | 10101100 | 0 | 1100001 | 10111 | 1101 | 100111010 | 1011111 | 101101 |
Color Harmonies of #DF06AC
Complementary color
Monochromatic Colors of #DF06AC
Black with #DF06AC
Text Example
Text Example
White with #DF06AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06AC; }
p { color: rgb(223,6,172); }
H1.HeaderClassName
{
color: #DF06AC;
}
.AnyTagClassName
{
color: #DF06AC;
}
</style>
background-color css
<style>
a { background-color: #DF06AC; }
a { background-color: rgb(223,6,172); }
div.DivClassName
{
background-color: #DF06AC;
}
.BgClassName
{
background-color: #DF06AC;
}
</style>
border-color css
<style>
span { border-color: #DF06AC; }
span { border-color: rgb(223,6,172); }
td.TdClassName
{
border-color: #DF06AC;
}
.TagClassName
{
border-color: #DF06AC;
}
</style>