Shades of Hollywood Cerise #D8089C
Tints of Hollywood Cerise #D8089C
RGB
CMYK
RGB Variations
Color information
#D8089C (or 0xD8089C) is known color: Hollywood Cerise. HEX triplet: D8, 08 and 9C. RGB value is (216,8,156). Sum of RGB (Red+Green+Blue) = 216+8+156=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8089C is #27F763. Grayscale: #565656. Windows color (decimal): -2619236 or 10225880. OLE color: 10225880.
HSL color Cylindrical-coordinate representation of color #D8089C: hue angle of 317.31º degrees, saturation: 0.93, 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 #D8089C is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.15 |
| HSL | 317.31º | 0.93% | 0.44% | - |
| HSV(B) | 317.31º | 0.96% | 0.85% | - |
| XYZ | 34.41 | 17.17 | 32.95 | - |
| YUV | 87.06 | 166.91 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 156 | 0 | 0.96 | 0.28 | 0.15 | 317.31 | 0.93 | 0.44 |
| Hex | D8 | 8 | 9C | 0 | 60 | 1C | F | 13D | 5D | 2C |
| Octal | 330 | 10 | 234 | 0 | 140 | 34 | 17 | 475 | 135 | 54 |
| Binary | 11011000 | 1000 | 10011100 | 0 | 1100000 | 11100 | 1111 | 100111101 | 1011101 | 101100 |
Color Harmonies of #D8089C
Complementary color
Monochromatic Colors of #D8089C
Black with #D8089C
Text Example
Text Example
White with #D8089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8089C; }
p { color: rgb(216,8,156); }
H1.HeaderClassName
{
color: #D8089C;
}
.AnyTagClassName
{
color: #D8089C;
}
</style>
background-color css
<style>
a { background-color: #D8089C; }
a { background-color: rgb(216,8,156); }
div.DivClassName
{
background-color: #D8089C;
}
.BgClassName
{
background-color: #D8089C;
}
</style>
border-color css
<style>
span { border-color: #D8089C; }
span { border-color: rgb(216,8,156); }
td.TdClassName
{
border-color: #D8089C;
}
.TagClassName
{
border-color: #D8089C;
}
</style>