Shades of Hollywood Cerise #D7099C
Tints of Hollywood Cerise #D7099C
RGB
CMYK
RGB Variations
Color information
#D7099C (or 0xD7099C) is known color: Hollywood Cerise. HEX triplet: D7, 09 and 9C. RGB value is (215,9,156). Sum of RGB (Red+Green+Blue) = 215+9+156=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7099C is #28F663. Grayscale: #565656. Windows color (decimal): -2684516 or 10226135. OLE color: 10226135.
HSL color Cylindrical-coordinate representation of color #D7099C: hue angle of 317.18º degrees, saturation: 0.92, 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 #D7099C is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.16 |
| HSL | 317.18º | 0.92% | 0.44% | - |
| HSV(B) | 317.18º | 0.96% | 0.84% | - |
| XYZ | 34.12 | 17.04 | 32.94 | - |
| YUV | 87.35 | 166.75 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 156 | 0 | 0.96 | 0.27 | 0.16 | 317.18 | 0.92 | 0.44 |
| Hex | D7 | 9 | 9C | 0 | 60 | 1B | 10 | 13D | 5C | 2C |
| Octal | 327 | 11 | 234 | 0 | 140 | 33 | 20 | 475 | 134 | 54 |
| Binary | 11010111 | 1001 | 10011100 | 0 | 1100000 | 11011 | 10000 | 100111101 | 1011100 | 101100 |
Color Harmonies of #D7099C
Complementary color
Monochromatic Colors of #D7099C
Black with #D7099C
Text Example
Text Example
White with #D7099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7099C; }
p { color: rgb(215,9,156); }
H1.HeaderClassName
{
color: #D7099C;
}
.AnyTagClassName
{
color: #D7099C;
}
</style>
background-color css
<style>
a { background-color: #D7099C; }
a { background-color: rgb(215,9,156); }
div.DivClassName
{
background-color: #D7099C;
}
.BgClassName
{
background-color: #D7099C;
}
</style>
border-color css
<style>
span { border-color: #D7099C; }
span { border-color: rgb(215,9,156); }
td.TdClassName
{
border-color: #D7099C;
}
.TagClassName
{
border-color: #D7099C;
}
</style>