Shades of Hollywood Cerise #DA08A0
Tints of Hollywood Cerise #DA08A0
RGB
CMYK
RGB Variations
Color information
#DA08A0 (or 0xDA08A0) is known color: Hollywood Cerise. HEX triplet: DA, 08 and A0. RGB value is (218,8,160). Sum of RGB (Red+Green+Blue) = 218+8+160=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA08A0 is #25F75F. Grayscale: #575757. Windows color (decimal): -2488160 or 10488026. OLE color: 10488026.
HSL color Cylindrical-coordinate representation of color #DA08A0: hue angle of 316.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA08A0 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.15 |
| HSL | 316.57º | 0.93% | 0.44% | - |
| HSV(B) | 316.57º | 0.96% | 0.85% | - |
| XYZ | 35.35 | 17.62 | 34.8 | - |
| YUV | 88.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 160 | 0 | 0.96 | 0.27 | 0.15 | 316.57 | 0.93 | 0.44 |
| Hex | DA | 8 | A0 | 0 | 60 | 1B | F | 13D | 5D | 2C |
| Octal | 332 | 10 | 240 | 0 | 140 | 33 | 17 | 475 | 135 | 54 |
| Binary | 11011010 | 1000 | 10100000 | 0 | 1100000 | 11011 | 1111 | 100111101 | 1011101 | 101100 |
Color Harmonies of #DA08A0
Complementary color
Monochromatic Colors of #DA08A0
Black with #DA08A0
Text Example
Text Example
White with #DA08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08A0; }
p { color: rgb(218,8,160); }
H1.HeaderClassName
{
color: #DA08A0;
}
.AnyTagClassName
{
color: #DA08A0;
}
</style>
background-color css
<style>
a { background-color: #DA08A0; }
a { background-color: rgb(218,8,160); }
div.DivClassName
{
background-color: #DA08A0;
}
.BgClassName
{
background-color: #DA08A0;
}
</style>
border-color css
<style>
span { border-color: #DA08A0; }
span { border-color: rgb(218,8,160); }
td.TdClassName
{
border-color: #DA08A0;
}
.TagClassName
{
border-color: #DA08A0;
}
</style>