Shades of Hopbush #D76C9C
Tints of Hopbush #D76C9C
RGB
CMYK
RGB Variations
Color information
#D76C9C (or 0xD76C9C) is known color: Hopbush. HEX triplet: D7, 6C and 9C. RGB value is (215,108,156). Sum of RGB (Red+Green+Blue) = 215+108+156=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C9C is #289363. Grayscale: #919191. Windows color (decimal): -2659172 or 10251479. OLE color: 10251479.
HSL color Cylindrical-coordinate representation of color #D76C9C: hue angle of 333.08º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C9C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 156 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.16 |
| HSL | 333.08º | 0.57% | 0.63% | - |
| HSV(B) | 333.08º | 0.5% | 0.84% | - |
| XYZ | 39.39 | 27.57 | 34.7 | - |
| YUV | 145.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 156 | 0 | 0.50 | 0.27 | 0.16 | 333.08 | 0.57 | 0.63 |
| Hex | D7 | 6C | 9C | 0 | 32 | 1B | 10 | 14D | 39 | 3F |
| Octal | 327 | 154 | 234 | 0 | 62 | 33 | 20 | 515 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10011100 | 0 | 110010 | 11011 | 10000 | 101001101 | 111001 | 111111 |
Color Harmonies of #D76C9C
Complementary color
Monochromatic Colors of #D76C9C
Black with #D76C9C
Text Example
Text Example
White with #D76C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C9C; }
p { color: rgb(215,108,156); }
H1.HeaderClassName
{
color: #D76C9C;
}
.AnyTagClassName
{
color: #D76C9C;
}
</style>
background-color css
<style>
a { background-color: #D76C9C; }
a { background-color: rgb(215,108,156); }
div.DivClassName
{
background-color: #D76C9C;
}
.BgClassName
{
background-color: #D76C9C;
}
</style>
border-color css
<style>
span { border-color: #D76C9C; }
span { border-color: rgb(215,108,156); }
td.TdClassName
{
border-color: #D76C9C;
}
.TagClassName
{
border-color: #D76C9C;
}
</style>