Shades of Hollywood Cerise #DA08A1
Tints of Hollywood Cerise #DA08A1
RGB
CMYK
RGB Variations
Color information
#DA08A1 (or 0xDA08A1) is known color: Hollywood Cerise. HEX triplet: DA, 08 and A1. RGB value is (218,8,161). Sum of RGB (Red+Green+Blue) = 218+8+161=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA08A1 is #25F75E. Grayscale: #575757. Windows color (decimal): -2488159 or 10553562. OLE color: 10553562.
HSL color Cylindrical-coordinate representation of color #DA08A1: hue angle of 316.29º 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 #DA08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.15 |
| HSL | 316.29º | 0.93% | 0.44% | - |
| HSV(B) | 316.29º | 0.96% | 0.85% | - |
| XYZ | 35.43 | 17.65 | 35.26 | - |
| YUV | 88.23 | 169.07 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 161 | 0 | 0.96 | 0.26 | 0.15 | 316.29 | 0.93 | 0.44 |
| Hex | DA | 8 | A1 | 0 | 60 | 1A | F | 13C | 5D | 2C |
| Octal | 332 | 10 | 241 | 0 | 140 | 32 | 17 | 474 | 135 | 54 |
| Binary | 11011010 | 1000 | 10100001 | 0 | 1100000 | 11010 | 1111 | 100111100 | 1011101 | 101100 |
Color Harmonies of #DA08A1
Complementary color
Monochromatic Colors of #DA08A1
Black with #DA08A1
Text Example
Text Example
White with #DA08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08A1; }
p { color: rgb(218,8,161); }
H1.HeaderClassName
{
color: #DA08A1;
}
.AnyTagClassName
{
color: #DA08A1;
}
</style>
background-color css
<style>
a { background-color: #DA08A1; }
a { background-color: rgb(218,8,161); }
div.DivClassName
{
background-color: #DA08A1;
}
.BgClassName
{
background-color: #DA08A1;
}
</style>
border-color css
<style>
span { border-color: #DA08A1; }
span { border-color: rgb(218,8,161); }
td.TdClassName
{
border-color: #DA08A1;
}
.TagClassName
{
border-color: #DA08A1;
}
</style>