Shades of Hollywood Cerise #DA04AF
Tints of Hollywood Cerise #DA04AF
RGB
CMYK
RGB Variations
Color information
#DA04AF (or 0xDA04AF) is known color: Hollywood Cerise. HEX triplet: DA, 04 and AF. RGB value is (218,4,175). Sum of RGB (Red+Green+Blue) = 218+4+175=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04AF is #25FB50. Grayscale: #575757. Windows color (decimal): -2489169 or 11470042. OLE color: 11470042.
HSL color Cylindrical-coordinate representation of color #DA04AF: hue angle of 312.06º 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 #DA04AF is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 175 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.15 |
| HSL | 312.06º | 0.96% | 0.44% | - |
| HSV(B) | 312.06º | 0.98% | 0.85% | - |
| XYZ | 36.69 | 18.09 | 42.11 | - |
| YUV | 87.48 | 177.4 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 175 | 0 | 0.98 | 0.20 | 0.15 | 312.06 | 0.96 | 0.44 |
| Hex | DA | 4 | AF | 0 | 62 | 14 | F | 138 | 60 | 2C |
| Octal | 332 | 4 | 257 | 0 | 142 | 24 | 17 | 470 | 140 | 54 |
| Binary | 11011010 | 100 | 10101111 | 0 | 1100010 | 10100 | 1111 | 100111000 | 1100000 | 101100 |
Color Harmonies of #DA04AF
Complementary color
Monochromatic Colors of #DA04AF
Black with #DA04AF
Text Example
Text Example
White with #DA04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04AF; }
p { color: rgb(218,4,175); }
H1.HeaderClassName
{
color: #DA04AF;
}
.AnyTagClassName
{
color: #DA04AF;
}
</style>
background-color css
<style>
a { background-color: #DA04AF; }
a { background-color: rgb(218,4,175); }
div.DivClassName
{
background-color: #DA04AF;
}
.BgClassName
{
background-color: #DA04AF;
}
</style>
border-color css
<style>
span { border-color: #DA04AF; }
span { border-color: rgb(218,4,175); }
td.TdClassName
{
border-color: #DA04AF;
}
.TagClassName
{
border-color: #DA04AF;
}
</style>