Shades of Hollywood Cerise #DA00A9
Tints of Hollywood Cerise #DA00A9
RGB
CMYK
RGB Variations
Color information
#DA00A9 (or 0xDA00A9) is known color: Hollywood Cerise. HEX triplet: DA, 00 and A9. RGB value is (218,0,169). Sum of RGB (Red+Green+Blue) = 218+0+169=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00A9 is #25FF56. Grayscale: #535353. Windows color (decimal): -2490199 or 11075802. OLE color: 11075802.
HSL color Cylindrical-coordinate representation of color #DA00A9: hue angle of 313.49º 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 #DA00A9 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.22 | 0.15 |
| HSL | 313.49º | 1% | 0.43% | - |
| HSV(B) | 313.49º | 1% | 0.85% | - |
| XYZ | 36.07 | 17.77 | 39.06 | - |
| YUV | 84.45 | 175.72 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 169 | 0 | 1 | 0.22 | 0.15 | 313.49 | 1 | 0.43 |
| Hex | DA | 0 | A9 | 0 | 64 | 16 | F | 139 | 64 | 2B |
| Octal | 332 | 0 | 251 | 0 | 144 | 26 | 17 | 471 | 144 | 53 |
| Binary | 11011010 | 0 | 10101001 | 0 | 1100100 | 10110 | 1111 | 100111001 | 1100100 | 101011 |
Color Harmonies of #DA00A9
Complementary color
Monochromatic Colors of #DA00A9
Black with #DA00A9
Text Example
Text Example
White with #DA00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00A9; }
p { color: rgb(218,0,169); }
H1.HeaderClassName
{
color: #DA00A9;
}
.AnyTagClassName
{
color: #DA00A9;
}
</style>
background-color css
<style>
a { background-color: #DA00A9; }
a { background-color: rgb(218,0,169); }
div.DivClassName
{
background-color: #DA00A9;
}
.BgClassName
{
background-color: #DA00A9;
}
</style>
border-color css
<style>
span { border-color: #DA00A9; }
span { border-color: rgb(218,0,169); }
td.TdClassName
{
border-color: #DA00A9;
}
.TagClassName
{
border-color: #DA00A9;
}
</style>