Shades of Hollywood Cerise #DA089C
Tints of Hollywood Cerise #DA089C
RGB
CMYK
RGB Variations
Color information
#DA089C (or 0xDA089C) is known color: Hollywood Cerise. HEX triplet: DA, 08 and 9C. RGB value is (218,8,156). Sum of RGB (Red+Green+Blue) = 218+8+156=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA089C is #25F763. Grayscale: #575757. Windows color (decimal): -2488164 or 10225882. OLE color: 10225882.
HSL color Cylindrical-coordinate representation of color #DA089C: hue angle of 317.71º 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 #DA089C is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.15 |
| HSL | 317.71º | 0.93% | 0.44% | - |
| HSV(B) | 317.71º | 0.96% | 0.85% | - |
| XYZ | 35 | 17.48 | 32.98 | - |
| YUV | 87.66 | 166.57 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 156 | 0 | 0.96 | 0.28 | 0.15 | 317.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 9C | 0 | 60 | 1C | F | 13E | 5D | 2C |
| Octal | 332 | 10 | 234 | 0 | 140 | 34 | 17 | 476 | 135 | 54 |
| Binary | 11011010 | 1000 | 10011100 | 0 | 1100000 | 11100 | 1111 | 100111110 | 1011101 | 101100 |
Color Harmonies of #DA089C
Complementary color
Monochromatic Colors of #DA089C
Black with #DA089C
Text Example
Text Example
White with #DA089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA089C; }
p { color: rgb(218,8,156); }
H1.HeaderClassName
{
color: #DA089C;
}
.AnyTagClassName
{
color: #DA089C;
}
</style>
background-color css
<style>
a { background-color: #DA089C; }
a { background-color: rgb(218,8,156); }
div.DivClassName
{
background-color: #DA089C;
}
.BgClassName
{
background-color: #DA089C;
}
</style>
border-color css
<style>
span { border-color: #DA089C; }
span { border-color: rgb(218,8,156); }
td.TdClassName
{
border-color: #DA089C;
}
.TagClassName
{
border-color: #DA089C;
}
</style>