Shades of Hollywood Cerise #D8089A
Tints of Hollywood Cerise #D8089A
RGB
CMYK
RGB Variations
Color information
#D8089A (or 0xD8089A) is known color: Hollywood Cerise. HEX triplet: D8, 08 and 9A. RGB value is (216,8,154). Sum of RGB (Red+Green+Blue) = 216+8+154=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8089A is #27F765. Grayscale: #565656. Windows color (decimal): -2619238 or 10094808. OLE color: 10094808.
HSL color Cylindrical-coordinate representation of color #D8089A: hue angle of 317.88º 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 #D8089A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.15 |
| HSL | 317.88º | 0.93% | 0.44% | - |
| HSV(B) | 317.88º | 0.96% | 0.85% | - |
| XYZ | 34.24 | 17.11 | 32.07 | - |
| YUV | 86.84 | 165.91 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 154 | 0 | 0.96 | 0.29 | 0.15 | 317.88 | 0.93 | 0.44 |
| Hex | D8 | 8 | 9A | 0 | 60 | 1D | F | 13E | 5D | 2C |
| Octal | 330 | 10 | 232 | 0 | 140 | 35 | 17 | 476 | 135 | 54 |
| Binary | 11011000 | 1000 | 10011010 | 0 | 1100000 | 11101 | 1111 | 100111110 | 1011101 | 101100 |
Color Harmonies of #D8089A
Complementary color
Monochromatic Colors of #D8089A
Black with #D8089A
Text Example
Text Example
White with #D8089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8089A; }
p { color: rgb(216,8,154); }
H1.HeaderClassName
{
color: #D8089A;
}
.AnyTagClassName
{
color: #D8089A;
}
</style>
background-color css
<style>
a { background-color: #D8089A; }
a { background-color: rgb(216,8,154); }
div.DivClassName
{
background-color: #D8089A;
}
.BgClassName
{
background-color: #D8089A;
}
</style>
border-color css
<style>
span { border-color: #D8089A; }
span { border-color: rgb(216,8,154); }
td.TdClassName
{
border-color: #D8089A;
}
.TagClassName
{
border-color: #D8089A;
}
</style>