Shades of Hollywood Cerise #DA04A3
Tints of Hollywood Cerise #DA04A3
RGB
CMYK
RGB Variations
Color information
#DA04A3 (or 0xDA04A3) is known color: Hollywood Cerise. HEX triplet: DA, 04 and A3. RGB value is (218,4,163). Sum of RGB (Red+Green+Blue) = 218+4+163=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04A3 is #25FB5C. Grayscale: #555555. Windows color (decimal): -2489181 or 10683610. OLE color: 10683610.
HSL color Cylindrical-coordinate representation of color #DA04A3: hue angle of 315.42º 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 #DA04A3 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 163 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.15 |
| HSL | 315.42º | 0.96% | 0.44% | - |
| HSV(B) | 315.42º | 0.98% | 0.85% | - |
| XYZ | 35.57 | 17.64 | 36.18 | - |
| YUV | 86.11 | 171.4 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 163 | 0 | 0.98 | 0.25 | 0.15 | 315.42 | 0.96 | 0.44 |
| Hex | DA | 4 | A3 | 0 | 62 | 19 | F | 13B | 60 | 2C |
| Octal | 332 | 4 | 243 | 0 | 142 | 31 | 17 | 473 | 140 | 54 |
| Binary | 11011010 | 100 | 10100011 | 0 | 1100010 | 11001 | 1111 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DA04A3
Complementary color
Monochromatic Colors of #DA04A3
Black with #DA04A3
Text Example
Text Example
White with #DA04A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04A3; }
p { color: rgb(218,4,163); }
H1.HeaderClassName
{
color: #DA04A3;
}
.AnyTagClassName
{
color: #DA04A3;
}
</style>
background-color css
<style>
a { background-color: #DA04A3; }
a { background-color: rgb(218,4,163); }
div.DivClassName
{
background-color: #DA04A3;
}
.BgClassName
{
background-color: #DA04A3;
}
</style>
border-color css
<style>
span { border-color: #DA04A3; }
span { border-color: rgb(218,4,163); }
td.TdClassName
{
border-color: #DA04A3;
}
.TagClassName
{
border-color: #DA04A3;
}
</style>