Shades of Hollywood Cerise #DA08A6
Tints of Hollywood Cerise #DA08A6
RGB
CMYK
RGB Variations
Color information
#DA08A6 (or 0xDA08A6) is known color: Hollywood Cerise. HEX triplet: DA, 08 and A6. RGB value is (218,8,166). Sum of RGB (Red+Green+Blue) = 218+8+166=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA08A6 is #25F759. Grayscale: #585858. Windows color (decimal): -2488154 or 10881242. OLE color: 10881242.
HSL color Cylindrical-coordinate representation of color #DA08A6: hue angle of 314.86º 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 #DA08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 166 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.15 |
| HSL | 314.86º | 0.93% | 0.44% | - |
| HSV(B) | 314.86º | 0.96% | 0.85% | - |
| XYZ | 35.88 | 17.83 | 37.63 | - |
| YUV | 88.8 | 171.57 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 166 | 0 | 0.96 | 0.24 | 0.15 | 314.86 | 0.93 | 0.44 |
| Hex | DA | 8 | A6 | 0 | 60 | 18 | F | 13B | 5D | 2C |
| Octal | 332 | 10 | 246 | 0 | 140 | 30 | 17 | 473 | 135 | 54 |
| Binary | 11011010 | 1000 | 10100110 | 0 | 1100000 | 11000 | 1111 | 100111011 | 1011101 | 101100 |
Color Harmonies of #DA08A6
Complementary color
Monochromatic Colors of #DA08A6
Black with #DA08A6
Text Example
Text Example
White with #DA08A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08A6; }
p { color: rgb(218,8,166); }
H1.HeaderClassName
{
color: #DA08A6;
}
.AnyTagClassName
{
color: #DA08A6;
}
</style>
background-color css
<style>
a { background-color: #DA08A6; }
a { background-color: rgb(218,8,166); }
div.DivClassName
{
background-color: #DA08A6;
}
.BgClassName
{
background-color: #DA08A6;
}
</style>
border-color css
<style>
span { border-color: #DA08A6; }
span { border-color: rgb(218,8,166); }
td.TdClassName
{
border-color: #DA08A6;
}
.TagClassName
{
border-color: #DA08A6;
}
</style>