Shades of Hollywood Cerise #D7089D
Tints of Hollywood Cerise #D7089D
RGB
CMYK
RGB Variations
Color information
#D7089D (or 0xD7089D) is known color: Hollywood Cerise. HEX triplet: D7, 08 and 9D. RGB value is (215,8,157). Sum of RGB (Red+Green+Blue) = 215+8+157=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7089D is #28F762. Grayscale: #565656. Windows color (decimal): -2684771 or 10291415. OLE color: 10291415.
HSL color Cylindrical-coordinate representation of color #D7089D: hue angle of 316.81º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7089D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.16 |
| HSL | 316.81º | 0.93% | 0.44% | - |
| HSV(B) | 316.81º | 0.96% | 0.84% | - |
| XYZ | 34.2 | 17.06 | 33.39 | - |
| YUV | 86.88 | 167.58 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 157 | 0 | 0.96 | 0.27 | 0.16 | 316.81 | 0.93 | 0.44 |
| Hex | D7 | 8 | 9D | 0 | 60 | 1B | 10 | 13D | 5D | 2C |
| Octal | 327 | 10 | 235 | 0 | 140 | 33 | 20 | 475 | 135 | 54 |
| Binary | 11010111 | 1000 | 10011101 | 0 | 1100000 | 11011 | 10000 | 100111101 | 1011101 | 101100 |
Color Harmonies of #D7089D
Complementary color
Monochromatic Colors of #D7089D
Black with #D7089D
Text Example
Text Example
White with #D7089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7089D; }
p { color: rgb(215,8,157); }
H1.HeaderClassName
{
color: #D7089D;
}
.AnyTagClassName
{
color: #D7089D;
}
</style>
background-color css
<style>
a { background-color: #D7089D; }
a { background-color: rgb(215,8,157); }
div.DivClassName
{
background-color: #D7089D;
}
.BgClassName
{
background-color: #D7089D;
}
</style>
border-color css
<style>
span { border-color: #D7089D; }
span { border-color: rgb(215,8,157); }
td.TdClassName
{
border-color: #D7089D;
}
.TagClassName
{
border-color: #D7089D;
}
</style>