Shades of Hollywood Cerise #DF00AA
Tints of Hollywood Cerise #DF00AA
RGB
CMYK
RGB Variations
Color information
#DF00AA (or 0xDF00AA) is known color: Hollywood Cerise. HEX triplet: DF, 00 and AA. RGB value is (223,0,170). Sum of RGB (Red+Green+Blue) = 223+0+170=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00AA is #20FF55. Grayscale: #555555. Windows color (decimal): -2162518 or 11141343. OLE color: 11141343.
HSL color Cylindrical-coordinate representation of color #DF00AA: hue angle of 314.26º 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 #DF00AA is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.24 | 0.13 |
| HSL | 314.26º | 1% | 0.44% | - |
| HSV(B) | 314.26º | 1% | 0.87% | - |
| XYZ | 37.69 | 18.59 | 39.63 | - |
| YUV | 86.06 | 175.38 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 170 | 0 | 1 | 0.24 | 0.13 | 314.26 | 1 | 0.44 |
| Hex | DF | 0 | AA | 0 | 64 | 18 | D | 13A | 64 | 2C |
| Octal | 337 | 0 | 252 | 0 | 144 | 30 | 15 | 472 | 144 | 54 |
| Binary | 11011111 | 0 | 10101010 | 0 | 1100100 | 11000 | 1101 | 100111010 | 1100100 | 101100 |
Color Harmonies of #DF00AA
Complementary color
Monochromatic Colors of #DF00AA
Black with #DF00AA
Text Example
Text Example
White with #DF00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00AA; }
p { color: rgb(223,0,170); }
H1.HeaderClassName
{
color: #DF00AA;
}
.AnyTagClassName
{
color: #DF00AA;
}
</style>
background-color css
<style>
a { background-color: #DF00AA; }
a { background-color: rgb(223,0,170); }
div.DivClassName
{
background-color: #DF00AA;
}
.BgClassName
{
background-color: #DF00AA;
}
</style>
border-color css
<style>
span { border-color: #DF00AA; }
span { border-color: rgb(223,0,170); }
td.TdClassName
{
border-color: #DF00AA;
}
.TagClassName
{
border-color: #DF00AA;
}
</style>