Shades of Hollywood Cerise #D9099D
Tints of Hollywood Cerise #D9099D
RGB
CMYK
RGB Variations
Color information
#D9099D (or 0xD9099D) is known color: Hollywood Cerise. HEX triplet: D9, 09 and 9D. RGB value is (217,9,157). Sum of RGB (Red+Green+Blue) = 217+9+157=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D9099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9099D is #26F662. Grayscale: #575757. Windows color (decimal): -2553443 or 10291673. OLE color: 10291673.
HSL color Cylindrical-coordinate representation of color #D9099D: hue angle of 317.31º 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 #D9099D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.15 |
| HSL | 317.31º | 0.92% | 0.44% | - |
| HSV(B) | 317.31º | 0.96% | 0.85% | - |
| XYZ | 34.8 | 17.38 | 33.42 | - |
| YUV | 88.06 | 166.91 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 157 | 0 | 0.96 | 0.28 | 0.15 | 317.31 | 0.92 | 0.44 |
| Hex | D9 | 9 | 9D | 0 | 60 | 1C | F | 13D | 5C | 2C |
| Octal | 331 | 11 | 235 | 0 | 140 | 34 | 17 | 475 | 134 | 54 |
| Binary | 11011001 | 1001 | 10011101 | 0 | 1100000 | 11100 | 1111 | 100111101 | 1011100 | 101100 |
Color Harmonies of #D9099D
Complementary color
Monochromatic Colors of #D9099D
Black with #D9099D
Text Example
Text Example
White with #D9099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9099D; }
p { color: rgb(217,9,157); }
H1.HeaderClassName
{
color: #D9099D;
}
.AnyTagClassName
{
color: #D9099D;
}
</style>
background-color css
<style>
a { background-color: #D9099D; }
a { background-color: rgb(217,9,157); }
div.DivClassName
{
background-color: #D9099D;
}
.BgClassName
{
background-color: #D9099D;
}
</style>
border-color css
<style>
span { border-color: #D9099D; }
span { border-color: rgb(217,9,157); }
td.TdClassName
{
border-color: #D9099D;
}
.TagClassName
{
border-color: #D9099D;
}
</style>