Shades of Hollywood Cerise #DA04AD
Tints of Hollywood Cerise #DA04AD
RGB
CMYK
RGB Variations
Color information
#DA04AD (or 0xDA04AD) is known color: Hollywood Cerise. HEX triplet: DA, 04 and AD. RGB value is (218,4,173). Sum of RGB (Red+Green+Blue) = 218+4+173=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04AD is #25FB52. Grayscale: #565656. Windows color (decimal): -2489171 or 11338970. OLE color: 11338970.
HSL color Cylindrical-coordinate representation of color #DA04AD: hue angle of 312.62º 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 #DA04AD is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.15 |
| HSL | 312.62º | 0.96% | 0.44% | - |
| HSV(B) | 312.62º | 0.98% | 0.85% | - |
| XYZ | 36.5 | 18.01 | 41.09 | - |
| YUV | 87.25 | 176.4 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 173 | 0 | 0.98 | 0.21 | 0.15 | 312.62 | 0.96 | 0.44 |
| Hex | DA | 4 | AD | 0 | 62 | 15 | F | 139 | 60 | 2C |
| Octal | 332 | 4 | 255 | 0 | 142 | 25 | 17 | 471 | 140 | 54 |
| Binary | 11011010 | 100 | 10101101 | 0 | 1100010 | 10101 | 1111 | 100111001 | 1100000 | 101100 |
Color Harmonies of #DA04AD
Complementary color
Monochromatic Colors of #DA04AD
Black with #DA04AD
Text Example
Text Example
White with #DA04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04AD; }
p { color: rgb(218,4,173); }
H1.HeaderClassName
{
color: #DA04AD;
}
.AnyTagClassName
{
color: #DA04AD;
}
</style>
background-color css
<style>
a { background-color: #DA04AD; }
a { background-color: rgb(218,4,173); }
div.DivClassName
{
background-color: #DA04AD;
}
.BgClassName
{
background-color: #DA04AD;
}
</style>
border-color css
<style>
span { border-color: #DA04AD; }
span { border-color: rgb(218,4,173); }
td.TdClassName
{
border-color: #DA04AD;
}
.TagClassName
{
border-color: #DA04AD;
}
</style>