Shades of Hollywood Cerise #DA099A
Tints of Hollywood Cerise #DA099A
RGB
CMYK
RGB Variations
Color information
#DA099A (or 0xDA099A) is known color: Hollywood Cerise. HEX triplet: DA, 09 and 9A. RGB value is (218,9,154). Sum of RGB (Red+Green+Blue) = 218+9+154=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA099A is #25F665. Grayscale: #575757. Windows color (decimal): -2487910 or 10095066. OLE color: 10095066.
HSL color Cylindrical-coordinate representation of color #DA099A: hue angle of 318.37º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA099A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.15 |
| HSL | 318.37º | 0.92% | 0.45% | - |
| HSV(B) | 318.37º | 0.96% | 0.85% | - |
| XYZ | 34.84 | 17.43 | 32.1 | - |
| YUV | 88.02 | 165.24 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 154 | 0 | 0.96 | 0.29 | 0.15 | 318.37 | 0.92 | 0.45 |
| Hex | DA | 9 | 9A | 0 | 60 | 1D | F | 13E | 5C | 2D |
| Octal | 332 | 11 | 232 | 0 | 140 | 35 | 17 | 476 | 134 | 55 |
| Binary | 11011010 | 1001 | 10011010 | 0 | 1100000 | 11101 | 1111 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DA099A
Complementary color
Monochromatic Colors of #DA099A
Black with #DA099A
Text Example
Text Example
White with #DA099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA099A; }
p { color: rgb(218,9,154); }
H1.HeaderClassName
{
color: #DA099A;
}
.AnyTagClassName
{
color: #DA099A;
}
</style>
background-color css
<style>
a { background-color: #DA099A; }
a { background-color: rgb(218,9,154); }
div.DivClassName
{
background-color: #DA099A;
}
.BgClassName
{
background-color: #DA099A;
}
</style>
border-color css
<style>
span { border-color: #DA099A; }
span { border-color: rgb(218,9,154); }
td.TdClassName
{
border-color: #DA099A;
}
.TagClassName
{
border-color: #DA099A;
}
</style>