Shades of Hollywood Cerise #DA00A1
Tints of Hollywood Cerise #DA00A1
RGB
CMYK
RGB Variations
Color information
#DA00A1 (or 0xDA00A1) is known color: Hollywood Cerise. HEX triplet: DA, 00 and A1. RGB value is (218,0,161). Sum of RGB (Red+Green+Blue) = 218+0+161=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00A1 is #25FF5E. Grayscale: #535353. Windows color (decimal): -2490207 or 10551514. OLE color: 10551514.
HSL color Cylindrical-coordinate representation of color #DA00A1: hue angle of 315.69º 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 #DA00A1 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.26 | 0.15 |
| HSL | 315.69º | 1% | 0.43% | - |
| HSV(B) | 315.69º | 1% | 0.85% | - |
| XYZ | 35.35 | 17.48 | 35.23 | - |
| YUV | 83.54 | 171.72 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 161 | 0 | 1 | 0.26 | 0.15 | 315.69 | 1 | 0.43 |
| Hex | DA | 0 | A1 | 0 | 64 | 1A | F | 13C | 64 | 2B |
| Octal | 332 | 0 | 241 | 0 | 144 | 32 | 17 | 474 | 144 | 53 |
| Binary | 11011010 | 0 | 10100001 | 0 | 1100100 | 11010 | 1111 | 100111100 | 1100100 | 101011 |
Color Harmonies of #DA00A1
Complementary color
Monochromatic Colors of #DA00A1
Black with #DA00A1
Text Example
Text Example
White with #DA00A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00A1; }
p { color: rgb(218,0,161); }
H1.HeaderClassName
{
color: #DA00A1;
}
.AnyTagClassName
{
color: #DA00A1;
}
</style>
background-color css
<style>
a { background-color: #DA00A1; }
a { background-color: rgb(218,0,161); }
div.DivClassName
{
background-color: #DA00A1;
}
.BgClassName
{
background-color: #DA00A1;
}
</style>
border-color css
<style>
span { border-color: #DA00A1; }
span { border-color: rgb(218,0,161); }
td.TdClassName
{
border-color: #DA00A1;
}
.TagClassName
{
border-color: #DA00A1;
}
</style>