Shades of Hollywood Cerise #DF00AC
Tints of Hollywood Cerise #DF00AC
RGB
CMYK
RGB Variations
Color information
#DF00AC (or 0xDF00AC) is known color: Hollywood Cerise. HEX triplet: DF, 00 and AC. RGB value is (223,0,172). Sum of RGB (Red+Green+Blue) = 223+0+172=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00AC is #20FF53. Grayscale: #555555. Windows color (decimal): -2162516 or 11272415. OLE color: 11272415.
HSL color Cylindrical-coordinate representation of color #DF00AC: hue angle of 313.72º 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 #DF00AC is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.23 | 0.13 |
| HSL | 313.72º | 1% | 0.44% | - |
| HSV(B) | 313.72º | 1% | 0.87% | - |
| XYZ | 37.88 | 18.67 | 40.64 | - |
| YUV | 86.29 | 176.38 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 172 | 0 | 1 | 0.23 | 0.13 | 313.72 | 1 | 0.44 |
| Hex | DF | 0 | AC | 0 | 64 | 17 | D | 13A | 64 | 2C |
| Octal | 337 | 0 | 254 | 0 | 144 | 27 | 15 | 472 | 144 | 54 |
| Binary | 11011111 | 0 | 10101100 | 0 | 1100100 | 10111 | 1101 | 100111010 | 1100100 | 101100 |
Color Harmonies of #DF00AC
Complementary color
Monochromatic Colors of #DF00AC
Black with #DF00AC
Text Example
Text Example
White with #DF00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00AC; }
p { color: rgb(223,0,172); }
H1.HeaderClassName
{
color: #DF00AC;
}
.AnyTagClassName
{
color: #DF00AC;
}
</style>
background-color css
<style>
a { background-color: #DF00AC; }
a { background-color: rgb(223,0,172); }
div.DivClassName
{
background-color: #DF00AC;
}
.BgClassName
{
background-color: #DF00AC;
}
</style>
border-color css
<style>
span { border-color: #DF00AC; }
span { border-color: rgb(223,0,172); }
td.TdClassName
{
border-color: #DF00AC;
}
.TagClassName
{
border-color: #DF00AC;
}
</style>