Shades of Hollywood Cerise #DA04A7
Tints of Hollywood Cerise #DA04A7
RGB
CMYK
RGB Variations
Color information
#DA04A7 (or 0xDA04A7) is known color: Hollywood Cerise. HEX triplet: DA, 04 and A7. RGB value is (218,4,167). Sum of RGB (Red+Green+Blue) = 218+4+167=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04A7 is #25FB58. Grayscale: #565656. Windows color (decimal): -2489177 or 10945754. OLE color: 10945754.
HSL color Cylindrical-coordinate representation of color #DA04A7: hue angle of 314.3º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.15 |
| HSL | 314.3º | 0.96% | 0.44% | - |
| HSV(B) | 314.3º | 0.98% | 0.85% | - |
| XYZ | 35.93 | 17.78 | 38.1 | - |
| YUV | 86.57 | 173.4 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 167 | 0 | 0.98 | 0.23 | 0.15 | 314.3 | 0.96 | 0.44 |
| Hex | DA | 4 | A7 | 0 | 62 | 17 | F | 13A | 60 | 2C |
| Octal | 332 | 4 | 247 | 0 | 142 | 27 | 17 | 472 | 140 | 54 |
| Binary | 11011010 | 100 | 10100111 | 0 | 1100010 | 10111 | 1111 | 100111010 | 1100000 | 101100 |
Color Harmonies of #DA04A7
Complementary color
Monochromatic Colors of #DA04A7
Black with #DA04A7
Text Example
Text Example
White with #DA04A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04A7; }
p { color: rgb(218,4,167); }
H1.HeaderClassName
{
color: #DA04A7;
}
.AnyTagClassName
{
color: #DA04A7;
}
</style>
background-color css
<style>
a { background-color: #DA04A7; }
a { background-color: rgb(218,4,167); }
div.DivClassName
{
background-color: #DA04A7;
}
.BgClassName
{
background-color: #DA04A7;
}
</style>
border-color css
<style>
span { border-color: #DA04A7; }
span { border-color: rgb(218,4,167); }
td.TdClassName
{
border-color: #DA04A7;
}
.TagClassName
{
border-color: #DA04A7;
}
</style>