Shades of Hollywood Cerise #D9099B
Tints of Hollywood Cerise #D9099B
RGB
CMYK
RGB Variations
Color information
#D9099B (or 0xD9099B) is known color: Hollywood Cerise. HEX triplet: D9, 09 and 9B. RGB value is (217,9,155). Sum of RGB (Red+Green+Blue) = 217+9+155=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9099B is #26F664. Grayscale: #575757. Windows color (decimal): -2553445 or 10160601. OLE color: 10160601.
HSL color Cylindrical-coordinate representation of color #D9099B: hue angle of 317.88º degrees, saturation: 0.92, 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 #D9099B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.15 |
| HSL | 317.88º | 0.92% | 0.44% | - |
| HSV(B) | 317.88º | 0.96% | 0.85% | - |
| XYZ | 34.63 | 17.31 | 32.53 | - |
| YUV | 87.84 | 165.91 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 155 | 0 | 0.96 | 0.29 | 0.15 | 317.88 | 0.92 | 0.44 |
| Hex | D9 | 9 | 9B | 0 | 60 | 1D | F | 13E | 5C | 2C |
| Octal | 331 | 11 | 233 | 0 | 140 | 35 | 17 | 476 | 134 | 54 |
| Binary | 11011001 | 1001 | 10011011 | 0 | 1100000 | 11101 | 1111 | 100111110 | 1011100 | 101100 |
Color Harmonies of #D9099B
Complementary color
Monochromatic Colors of #D9099B
Black with #D9099B
Text Example
Text Example
White with #D9099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9099B; }
p { color: rgb(217,9,155); }
H1.HeaderClassName
{
color: #D9099B;
}
.AnyTagClassName
{
color: #D9099B;
}
</style>
background-color css
<style>
a { background-color: #D9099B; }
a { background-color: rgb(217,9,155); }
div.DivClassName
{
background-color: #D9099B;
}
.BgClassName
{
background-color: #D9099B;
}
</style>
border-color css
<style>
span { border-color: #D9099B; }
span { border-color: rgb(217,9,155); }
td.TdClassName
{
border-color: #D9099B;
}
.TagClassName
{
border-color: #D9099B;
}
</style>