Shades of Hollywood Cerise #DA00A8
Tints of Hollywood Cerise #DA00A8
RGB
CMYK
RGB Variations
Color information
#DA00A8 (or 0xDA00A8) is known color: Hollywood Cerise. HEX triplet: DA, 00 and A8. RGB value is (218,0,168). Sum of RGB (Red+Green+Blue) = 218+0+168=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00A8 is #25FF57. Grayscale: #535353. Windows color (decimal): -2490200 or 11010266. OLE color: 11010266.
HSL color Cylindrical-coordinate representation of color #DA00A8: hue angle of 313.76º 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 #DA00A8 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.23 | 0.15 |
| HSL | 313.76º | 1% | 0.43% | - |
| HSV(B) | 313.76º | 1% | 0.85% | - |
| XYZ | 35.98 | 17.73 | 38.57 | - |
| YUV | 84.33 | 175.22 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 168 | 0 | 1 | 0.23 | 0.15 | 313.76 | 1 | 0.43 |
| Hex | DA | 0 | A8 | 0 | 64 | 17 | F | 13A | 64 | 2B |
| Octal | 332 | 0 | 250 | 0 | 144 | 27 | 17 | 472 | 144 | 53 |
| Binary | 11011010 | 0 | 10101000 | 0 | 1100100 | 10111 | 1111 | 100111010 | 1100100 | 101011 |
Color Harmonies of #DA00A8
Complementary color
Monochromatic Colors of #DA00A8
Black with #DA00A8
Text Example
Text Example
White with #DA00A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00A8; }
p { color: rgb(218,0,168); }
H1.HeaderClassName
{
color: #DA00A8;
}
.AnyTagClassName
{
color: #DA00A8;
}
</style>
background-color css
<style>
a { background-color: #DA00A8; }
a { background-color: rgb(218,0,168); }
div.DivClassName
{
background-color: #DA00A8;
}
.BgClassName
{
background-color: #DA00A8;
}
</style>
border-color css
<style>
span { border-color: #DA00A8; }
span { border-color: rgb(218,0,168); }
td.TdClassName
{
border-color: #DA00A8;
}
.TagClassName
{
border-color: #DA00A8;
}
</style>