Shades of Hollywood Cerise #DA099C
Tints of Hollywood Cerise #DA099C
RGB
CMYK
RGB Variations
Color information
#DA099C (or 0xDA099C) is known color: Hollywood Cerise. HEX triplet: DA, 09 and 9C. RGB value is (218,9,156). Sum of RGB (Red+Green+Blue) = 218+9+156=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA099C is #25F663. Grayscale: #575757. Windows color (decimal): -2487908 or 10226138. OLE color: 10226138.
HSL color Cylindrical-coordinate representation of color #DA099C: hue angle of 317.8º 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 #DA099C is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.15 |
| HSL | 317.8º | 0.92% | 0.45% | - |
| HSV(B) | 317.8º | 0.96% | 0.85% | - |
| XYZ | 35.01 | 17.5 | 32.99 | - |
| YUV | 88.25 | 166.24 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 156 | 0 | 0.96 | 0.28 | 0.15 | 317.8 | 0.92 | 0.45 |
| Hex | DA | 9 | 9C | 0 | 60 | 1C | F | 13E | 5C | 2D |
| Octal | 332 | 11 | 234 | 0 | 140 | 34 | 17 | 476 | 134 | 55 |
| Binary | 11011010 | 1001 | 10011100 | 0 | 1100000 | 11100 | 1111 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DA099C
Complementary color
Monochromatic Colors of #DA099C
Black with #DA099C
Text Example
Text Example
White with #DA099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA099C; }
p { color: rgb(218,9,156); }
H1.HeaderClassName
{
color: #DA099C;
}
.AnyTagClassName
{
color: #DA099C;
}
</style>
background-color css
<style>
a { background-color: #DA099C; }
a { background-color: rgb(218,9,156); }
div.DivClassName
{
background-color: #DA099C;
}
.BgClassName
{
background-color: #DA099C;
}
</style>
border-color css
<style>
span { border-color: #DA099C; }
span { border-color: rgb(218,9,156); }
td.TdClassName
{
border-color: #DA099C;
}
.TagClassName
{
border-color: #DA099C;
}
</style>