Shades of Hollywood Cerise #DA009C
Tints of Hollywood Cerise #DA009C
RGB
CMYK
RGB Variations
Color information
#DA009C (or 0xDA009C) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 9C. RGB value is (218,0,156). Sum of RGB (Red+Green+Blue) = 218+0+156=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA009C is #25FF63. Grayscale: #525252. Windows color (decimal): -2490212 or 10223834. OLE color: 10223834.
HSL color Cylindrical-coordinate representation of color #DA009C: hue angle of 317.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA009C is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.28 | 0.15 |
| HSL | 317.06º | 1% | 0.43% | - |
| HSV(B) | 317.06º | 1% | 0.85% | - |
| XYZ | 34.91 | 17.31 | 32.95 | - |
| YUV | 82.97 | 169.22 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 156 | 0 | 1 | 0.28 | 0.15 | 317.06 | 1 | 0.43 |
| Hex | DA | 0 | 9C | 0 | 64 | 1C | F | 13D | 64 | 2B |
| Octal | 332 | 0 | 234 | 0 | 144 | 34 | 17 | 475 | 144 | 53 |
| Binary | 11011010 | 0 | 10011100 | 0 | 1100100 | 11100 | 1111 | 100111101 | 1100100 | 101011 |
Color Harmonies of #DA009C
Complementary color
Monochromatic Colors of #DA009C
Black with #DA009C
Text Example
Text Example
White with #DA009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA009C; }
p { color: rgb(218,0,156); }
H1.HeaderClassName
{
color: #DA009C;
}
.AnyTagClassName
{
color: #DA009C;
}
</style>
background-color css
<style>
a { background-color: #DA009C; }
a { background-color: rgb(218,0,156); }
div.DivClassName
{
background-color: #DA009C;
}
.BgClassName
{
background-color: #DA009C;
}
</style>
border-color css
<style>
span { border-color: #DA009C; }
span { border-color: rgb(218,0,156); }
td.TdClassName
{
border-color: #DA009C;
}
.TagClassName
{
border-color: #DA009C;
}
</style>