Shades of Hollywood Cerise #DF05A4
Tints of Hollywood Cerise #DF05A4
RGB
CMYK
RGB Variations
Color information
#DF05A4 (or 0xDF05A4) is known color: Hollywood Cerise. HEX triplet: DF, 05 and A4. RGB value is (223,5,164). Sum of RGB (Red+Green+Blue) = 223+5+164=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF05A4 is #20FA5B. Grayscale: #575757. Windows color (decimal): -2161244 or 10749407. OLE color: 10749407.
HSL color Cylindrical-coordinate representation of color #DF05A4: hue angle of 316.24º 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 #DF05A4 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 164 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.13 |
| HSL | 316.24º | 0.96% | 0.45% | - |
| HSV(B) | 316.24º | 0.98% | 0.87% | - |
| XYZ | 37.19 | 18.48 | 36.73 | - |
| YUV | 88.31 | 170.72 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 164 | 0 | 0.98 | 0.26 | 0.13 | 316.24 | 0.96 | 0.45 |
| Hex | DF | 5 | A4 | 0 | 62 | 1A | D | 13C | 60 | 2D |
| Octal | 337 | 5 | 244 | 0 | 142 | 32 | 15 | 474 | 140 | 55 |
| Binary | 11011111 | 101 | 10100100 | 0 | 1100010 | 11010 | 1101 | 100111100 | 1100000 | 101101 |
Color Harmonies of #DF05A4
Complementary color
Monochromatic Colors of #DF05A4
Black with #DF05A4
Text Example
Text Example
White with #DF05A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05A4; }
p { color: rgb(223,5,164); }
H1.HeaderClassName
{
color: #DF05A4;
}
.AnyTagClassName
{
color: #DF05A4;
}
</style>
background-color css
<style>
a { background-color: #DF05A4; }
a { background-color: rgb(223,5,164); }
div.DivClassName
{
background-color: #DF05A4;
}
.BgClassName
{
background-color: #DF05A4;
}
</style>
border-color css
<style>
span { border-color: #DF05A4; }
span { border-color: rgb(223,5,164); }
td.TdClassName
{
border-color: #DF05A4;
}
.TagClassName
{
border-color: #DF05A4;
}
</style>