Shades of Hollywood Cerise #D9009B
Tints of Hollywood Cerise #D9009B
RGB
CMYK
RGB Variations
Color information
#D9009B (or 0xD9009B) is known color: Hollywood Cerise. HEX triplet: D9, 00 and 9B. RGB value is (217,0,155). Sum of RGB (Red+Green+Blue) = 217+0+155=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D9009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9009B is #26FF64. Grayscale: #525252. Windows color (decimal): -2555749 or 10158297. OLE color: 10158297.
HSL color Cylindrical-coordinate representation of color #D9009B: hue angle of 317.14º 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 #D9009B is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.29 | 0.15 |
| HSL | 317.14º | 1% | 0.43% | - |
| HSV(B) | 317.14º | 1% | 0.85% | - |
| XYZ | 34.53 | 17.12 | 32.49 | - |
| YUV | 82.55 | 168.89 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 155 | 0 | 1 | 0.29 | 0.15 | 317.14 | 1 | 0.43 |
| Hex | D9 | 0 | 9B | 0 | 64 | 1D | F | 13D | 64 | 2B |
| Octal | 331 | 0 | 233 | 0 | 144 | 35 | 17 | 475 | 144 | 53 |
| Binary | 11011001 | 0 | 10011011 | 0 | 1100100 | 11101 | 1111 | 100111101 | 1100100 | 101011 |
Color Harmonies of #D9009B
Complementary color
Monochromatic Colors of #D9009B
Black with #D9009B
Text Example
Text Example
White with #D9009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9009B; }
p { color: rgb(217,0,155); }
H1.HeaderClassName
{
color: #D9009B;
}
.AnyTagClassName
{
color: #D9009B;
}
</style>
background-color css
<style>
a { background-color: #D9009B; }
a { background-color: rgb(217,0,155); }
div.DivClassName
{
background-color: #D9009B;
}
.BgClassName
{
background-color: #D9009B;
}
</style>
border-color css
<style>
span { border-color: #D9009B; }
span { border-color: rgb(217,0,155); }
td.TdClassName
{
border-color: #D9009B;
}
.TagClassName
{
border-color: #D9009B;
}
</style>