Shades of Hollywood Cerise #DA099B
Tints of Hollywood Cerise #DA099B
RGB
CMYK
RGB Variations
Color information
#DA099B (or 0xDA099B) is known color: Hollywood Cerise. HEX triplet: DA, 09 and 9B. RGB value is (218,9,155). Sum of RGB (Red+Green+Blue) = 218+9+155=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA099B is #25F664. Grayscale: #575757. Windows color (decimal): -2487909 or 10160602. OLE color: 10160602.
HSL color Cylindrical-coordinate representation of color #DA099B: hue angle of 318.09º 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 #DA099B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.15 |
| HSL | 318.09º | 0.92% | 0.45% | - |
| HSV(B) | 318.09º | 0.96% | 0.85% | - |
| XYZ | 34.93 | 17.47 | 32.54 | - |
| YUV | 88.14 | 165.74 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 155 | 0 | 0.96 | 0.29 | 0.15 | 318.09 | 0.92 | 0.45 |
| Hex | DA | 9 | 9B | 0 | 60 | 1D | F | 13E | 5C | 2D |
| Octal | 332 | 11 | 233 | 0 | 140 | 35 | 17 | 476 | 134 | 55 |
| Binary | 11011010 | 1001 | 10011011 | 0 | 1100000 | 11101 | 1111 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DA099B
Complementary color
Monochromatic Colors of #DA099B
Black with #DA099B
Text Example
Text Example
White with #DA099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA099B; }
p { color: rgb(218,9,155); }
H1.HeaderClassName
{
color: #DA099B;
}
.AnyTagClassName
{
color: #DA099B;
}
</style>
background-color css
<style>
a { background-color: #DA099B; }
a { background-color: rgb(218,9,155); }
div.DivClassName
{
background-color: #DA099B;
}
.BgClassName
{
background-color: #DA099B;
}
</style>
border-color css
<style>
span { border-color: #DA099B; }
span { border-color: rgb(218,9,155); }
td.TdClassName
{
border-color: #DA099B;
}
.TagClassName
{
border-color: #DA099B;
}
</style>