Shades of Hollywood Cerise #DF05AA
Tints of Hollywood Cerise #DF05AA
RGB
CMYK
RGB Variations
Color information
#DF05AA (or 0xDF05AA) is known color: Hollywood Cerise. HEX triplet: DF, 05 and AA. RGB value is (223,5,170). Sum of RGB (Red+Green+Blue) = 223+5+170=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF05AA is #20FA55. Grayscale: #585858. Windows color (decimal): -2161238 or 11142623. OLE color: 11142623.
HSL color Cylindrical-coordinate representation of color #DF05AA: hue angle of 314.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05AA is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.13 |
| HSL | 314.59º | 0.96% | 0.45% | - |
| HSV(B) | 314.59º | 0.98% | 0.87% | - |
| XYZ | 37.74 | 18.7 | 39.65 | - |
| YUV | 88.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 170 | 0 | 0.98 | 0.24 | 0.13 | 314.59 | 0.96 | 0.45 |
| Hex | DF | 5 | AA | 0 | 62 | 18 | D | 13B | 60 | 2D |
| Octal | 337 | 5 | 252 | 0 | 142 | 30 | 15 | 473 | 140 | 55 |
| Binary | 11011111 | 101 | 10101010 | 0 | 1100010 | 11000 | 1101 | 100111011 | 1100000 | 101101 |
Color Harmonies of #DF05AA
Complementary color
Monochromatic Colors of #DF05AA
Black with #DF05AA
Text Example
Text Example
White with #DF05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05AA; }
p { color: rgb(223,5,170); }
H1.HeaderClassName
{
color: #DF05AA;
}
.AnyTagClassName
{
color: #DF05AA;
}
</style>
background-color css
<style>
a { background-color: #DF05AA; }
a { background-color: rgb(223,5,170); }
div.DivClassName
{
background-color: #DF05AA;
}
.BgClassName
{
background-color: #DF05AA;
}
</style>
border-color css
<style>
span { border-color: #DF05AA; }
span { border-color: rgb(223,5,170); }
td.TdClassName
{
border-color: #DF05AA;
}
.TagClassName
{
border-color: #DF05AA;
}
</style>