Shades of Hollywood Cerise #DA08A4
Tints of Hollywood Cerise #DA08A4
RGB
CMYK
RGB Variations
Color information
#DA08A4 (or 0xDA08A4) is known color: Hollywood Cerise. HEX triplet: DA, 08 and A4. RGB value is (218,8,164). Sum of RGB (Red+Green+Blue) = 218+8+164=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA08A4 is #25F75B. Grayscale: #585858. Windows color (decimal): -2488156 or 10750170. OLE color: 10750170.
HSL color Cylindrical-coordinate representation of color #DA08A4: hue angle of 315.43º 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 #DA08A4 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 164 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.15 |
| HSL | 315.43º | 0.93% | 0.44% | - |
| HSV(B) | 315.43º | 0.96% | 0.85% | - |
| XYZ | 35.7 | 17.76 | 36.67 | - |
| YUV | 88.57 | 170.57 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 164 | 0 | 0.96 | 0.25 | 0.15 | 315.43 | 0.93 | 0.44 |
| Hex | DA | 8 | A4 | 0 | 60 | 19 | F | 13B | 5D | 2C |
| Octal | 332 | 10 | 244 | 0 | 140 | 31 | 17 | 473 | 135 | 54 |
| Binary | 11011010 | 1000 | 10100100 | 0 | 1100000 | 11001 | 1111 | 100111011 | 1011101 | 101100 |
Color Harmonies of #DA08A4
Complementary color
Monochromatic Colors of #DA08A4
Black with #DA08A4
Text Example
Text Example
White with #DA08A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08A4; }
p { color: rgb(218,8,164); }
H1.HeaderClassName
{
color: #DA08A4;
}
.AnyTagClassName
{
color: #DA08A4;
}
</style>
background-color css
<style>
a { background-color: #DA08A4; }
a { background-color: rgb(218,8,164); }
div.DivClassName
{
background-color: #DA08A4;
}
.BgClassName
{
background-color: #DA08A4;
}
</style>
border-color css
<style>
span { border-color: #DA08A4; }
span { border-color: rgb(218,8,164); }
td.TdClassName
{
border-color: #DA08A4;
}
.TagClassName
{
border-color: #DA08A4;
}
</style>