Shades of Hollywood Cerise #DF00A3
Tints of Hollywood Cerise #DF00A3
RGB
CMYK
RGB Variations
Color information
#DF00A3 (or 0xDF00A3) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A3. RGB value is (223,0,163). Sum of RGB (Red+Green+Blue) = 223+0+163=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A3 is #20FF5C. Grayscale: #545454. Windows color (decimal): -2162525 or 10682591. OLE color: 10682591.
HSL color Cylindrical-coordinate representation of color #DF00A3: hue angle of 316.14º 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 #DF00A3 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.27 | 0.13 |
| HSL | 316.14º | 1% | 0.44% | - |
| HSV(B) | 316.14º | 1% | 0.87% | - |
| XYZ | 37.04 | 18.33 | 36.24 | - |
| YUV | 85.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 163 | 0 | 1 | 0.27 | 0.13 | 316.14 | 1 | 0.44 |
| Hex | DF | 0 | A3 | 0 | 64 | 1B | D | 13C | 64 | 2C |
| Octal | 337 | 0 | 243 | 0 | 144 | 33 | 15 | 474 | 144 | 54 |
| Binary | 11011111 | 0 | 10100011 | 0 | 1100100 | 11011 | 1101 | 100111100 | 1100100 | 101100 |
Color Harmonies of #DF00A3
Complementary color
Monochromatic Colors of #DF00A3
Black with #DF00A3
Text Example
Text Example
White with #DF00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00A3; }
p { color: rgb(223,0,163); }
H1.HeaderClassName
{
color: #DF00A3;
}
.AnyTagClassName
{
color: #DF00A3;
}
</style>
background-color css
<style>
a { background-color: #DF00A3; }
a { background-color: rgb(223,0,163); }
div.DivClassName
{
background-color: #DF00A3;
}
.BgClassName
{
background-color: #DF00A3;
}
</style>
border-color css
<style>
span { border-color: #DF00A3; }
span { border-color: rgb(223,0,163); }
td.TdClassName
{
border-color: #DF00A3;
}
.TagClassName
{
border-color: #DF00A3;
}
</style>