Shades of Hollywood Cerise #DA00A4
Tints of Hollywood Cerise #DA00A4
RGB
CMYK
RGB Variations
Color information
#DA00A4 (or 0xDA00A4) is known color: Hollywood Cerise. HEX triplet: DA, 00 and A4. RGB value is (218,0,164). Sum of RGB (Red+Green+Blue) = 218+0+164=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00A4 is #25FF5B. Grayscale: #535353. Windows color (decimal): -2490204 or 10748122. OLE color: 10748122.
HSL color Cylindrical-coordinate representation of color #DA00A4: hue angle of 314.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00A4 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 164 | - |
| CMYK | 0 | 1 | 0.25 | 0.15 |
| HSL | 314.86º | 1% | 0.43% | - |
| HSV(B) | 314.86º | 1% | 0.85% | - |
| XYZ | 35.61 | 17.59 | 36.64 | - |
| YUV | 83.88 | 173.22 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 164 | 0 | 1 | 0.25 | 0.15 | 314.86 | 1 | 0.43 |
| Hex | DA | 0 | A4 | 0 | 64 | 19 | F | 13B | 64 | 2B |
| Octal | 332 | 0 | 244 | 0 | 144 | 31 | 17 | 473 | 144 | 53 |
| Binary | 11011010 | 0 | 10100100 | 0 | 1100100 | 11001 | 1111 | 100111011 | 1100100 | 101011 |
Color Harmonies of #DA00A4
Complementary color
Monochromatic Colors of #DA00A4
Black with #DA00A4
Text Example
Text Example
White with #DA00A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00A4; }
p { color: rgb(218,0,164); }
H1.HeaderClassName
{
color: #DA00A4;
}
.AnyTagClassName
{
color: #DA00A4;
}
</style>
background-color css
<style>
a { background-color: #DA00A4; }
a { background-color: rgb(218,0,164); }
div.DivClassName
{
background-color: #DA00A4;
}
.BgClassName
{
background-color: #DA00A4;
}
</style>
border-color css
<style>
span { border-color: #DA00A4; }
span { border-color: rgb(218,0,164); }
td.TdClassName
{
border-color: #DA00A4;
}
.TagClassName
{
border-color: #DA00A4;
}
</style>