Shades of Hollywood Cerise #DA00A0
Tints of Hollywood Cerise #DA00A0
RGB
CMYK
RGB Variations
Color information
#DA00A0 (or 0xDA00A0) is known color: Hollywood Cerise. HEX triplet: DA, 00 and A0. RGB value is (218,0,160). Sum of RGB (Red+Green+Blue) = 218+0+160=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00A0 is #25FF5F. Grayscale: #535353. Windows color (decimal): -2490208 or 10485978. OLE color: 10485978.
HSL color Cylindrical-coordinate representation of color #DA00A0: hue angle of 315.96º 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 #DA00A0 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.27 | 0.15 |
| HSL | 315.96º | 1% | 0.43% | - |
| HSV(B) | 315.96º | 1% | 0.85% | - |
| XYZ | 35.26 | 17.44 | 34.77 | - |
| YUV | 83.42 | 171.22 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 160 | 0 | 1 | 0.27 | 0.15 | 315.96 | 1 | 0.43 |
| Hex | DA | 0 | A0 | 0 | 64 | 1B | F | 13C | 64 | 2B |
| Octal | 332 | 0 | 240 | 0 | 144 | 33 | 17 | 474 | 144 | 53 |
| Binary | 11011010 | 0 | 10100000 | 0 | 1100100 | 11011 | 1111 | 100111100 | 1100100 | 101011 |
Color Harmonies of #DA00A0
Complementary color
Monochromatic Colors of #DA00A0
Black with #DA00A0
Text Example
Text Example
White with #DA00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00A0; }
p { color: rgb(218,0,160); }
H1.HeaderClassName
{
color: #DA00A0;
}
.AnyTagClassName
{
color: #DA00A0;
}
</style>
background-color css
<style>
a { background-color: #DA00A0; }
a { background-color: rgb(218,0,160); }
div.DivClassName
{
background-color: #DA00A0;
}
.BgClassName
{
background-color: #DA00A0;
}
</style>
border-color css
<style>
span { border-color: #DA00A0; }
span { border-color: rgb(218,0,160); }
td.TdClassName
{
border-color: #DA00A0;
}
.TagClassName
{
border-color: #DA00A0;
}
</style>