Shades of Hollywood Cerise #DF08AA
Tints of Hollywood Cerise #DF08AA
RGB
CMYK
RGB Variations
Color information
#DF08AA (or 0xDF08AA) is known color: Hollywood Cerise. HEX triplet: DF, 08 and AA. RGB value is (223,8,170). Sum of RGB (Red+Green+Blue) = 223+8+170=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF08AA is #20F755. Grayscale: #5A5A5A. Windows color (decimal): -2160470 or 11143391. OLE color: 11143391.
HSL color Cylindrical-coordinate representation of color #DF08AA: hue angle of 314.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08AA is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.13 |
| HSL | 314.79º | 0.93% | 0.45% | - |
| HSV(B) | 314.79º | 0.96% | 0.87% | - |
| XYZ | 37.77 | 18.76 | 39.66 | - |
| YUV | 90.75 | 172.73 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 170 | 0 | 0.96 | 0.24 | 0.13 | 314.79 | 0.93 | 0.45 |
| Hex | DF | 8 | AA | 0 | 60 | 18 | D | 13B | 5D | 2D |
| Octal | 337 | 10 | 252 | 0 | 140 | 30 | 15 | 473 | 135 | 55 |
| Binary | 11011111 | 1000 | 10101010 | 0 | 1100000 | 11000 | 1101 | 100111011 | 1011101 | 101101 |
Color Harmonies of #DF08AA
Complementary color
Monochromatic Colors of #DF08AA
Black with #DF08AA
Text Example
Text Example
White with #DF08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08AA; }
p { color: rgb(223,8,170); }
H1.HeaderClassName
{
color: #DF08AA;
}
.AnyTagClassName
{
color: #DF08AA;
}
</style>
background-color css
<style>
a { background-color: #DF08AA; }
a { background-color: rgb(223,8,170); }
div.DivClassName
{
background-color: #DF08AA;
}
.BgClassName
{
background-color: #DF08AA;
}
</style>
border-color css
<style>
span { border-color: #DF08AA; }
span { border-color: rgb(223,8,170); }
td.TdClassName
{
border-color: #DF08AA;
}
.TagClassName
{
border-color: #DF08AA;
}
</style>