Shades of Hollywood Cerise #DA04A1
Tints of Hollywood Cerise #DA04A1
RGB
CMYK
RGB Variations
Color information
#DA04A1 (or 0xDA04A1) is known color: Hollywood Cerise. HEX triplet: DA, 04 and A1. RGB value is (218,4,161). Sum of RGB (Red+Green+Blue) = 218+4+161=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04A1 is #25FB5E. Grayscale: #555555. Windows color (decimal): -2489183 or 10552538. OLE color: 10552538.
HSL color Cylindrical-coordinate representation of color #DA04A1: hue angle of 315.98º 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 #DA04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.15 |
| HSL | 315.98º | 0.96% | 0.44% | - |
| HSV(B) | 315.98º | 0.98% | 0.85% | - |
| XYZ | 35.39 | 17.57 | 35.24 | - |
| YUV | 85.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 161 | 0 | 0.98 | 0.26 | 0.15 | 315.98 | 0.96 | 0.44 |
| Hex | DA | 4 | A1 | 0 | 62 | 1A | F | 13C | 60 | 2C |
| Octal | 332 | 4 | 241 | 0 | 142 | 32 | 17 | 474 | 140 | 54 |
| Binary | 11011010 | 100 | 10100001 | 0 | 1100010 | 11010 | 1111 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DA04A1
Complementary color
Monochromatic Colors of #DA04A1
Black with #DA04A1
Text Example
Text Example
White with #DA04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04A1; }
p { color: rgb(218,4,161); }
H1.HeaderClassName
{
color: #DA04A1;
}
.AnyTagClassName
{
color: #DA04A1;
}
</style>
background-color css
<style>
a { background-color: #DA04A1; }
a { background-color: rgb(218,4,161); }
div.DivClassName
{
background-color: #DA04A1;
}
.BgClassName
{
background-color: #DA04A1;
}
</style>
border-color css
<style>
span { border-color: #DA04A1; }
span { border-color: rgb(218,4,161); }
td.TdClassName
{
border-color: #DA04A1;
}
.TagClassName
{
border-color: #DA04A1;
}
</style>