Shades of Hopbush #D76C9D
Tints of Hopbush #D76C9D
RGB
CMYK
RGB Variations
Color information
#D76C9D (or 0xD76C9D) is known color: Hopbush. HEX triplet: D7, 6C and 9D. RGB value is (215,108,157). Sum of RGB (Red+Green+Blue) = 215+108+157=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C9D is #289362. Grayscale: #919191. Windows color (decimal): -2659171 or 10317015. OLE color: 10317015.
HSL color Cylindrical-coordinate representation of color #D76C9D: hue angle of 332.52º 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 #D76C9D is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 157 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.16 |
| HSL | 332.52º | 0.57% | 0.63% | - |
| HSV(B) | 332.52º | 0.5% | 0.84% | - |
| XYZ | 39.47 | 27.61 | 35.15 | - |
| YUV | 145.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 157 | 0 | 0.50 | 0.27 | 0.16 | 332.52 | 0.57 | 0.63 |
| Hex | D7 | 6C | 9D | 0 | 32 | 1B | 10 | 14D | 39 | 3F |
| Octal | 327 | 154 | 235 | 0 | 62 | 33 | 20 | 515 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10011101 | 0 | 110010 | 11011 | 10000 | 101001101 | 111001 | 111111 |
Color Harmonies of #D76C9D
Complementary color
Monochromatic Colors of #D76C9D
Black with #D76C9D
Text Example
Text Example
White with #D76C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C9D; }
p { color: rgb(215,108,157); }
H1.HeaderClassName
{
color: #D76C9D;
}
.AnyTagClassName
{
color: #D76C9D;
}
</style>
background-color css
<style>
a { background-color: #D76C9D; }
a { background-color: rgb(215,108,157); }
div.DivClassName
{
background-color: #D76C9D;
}
.BgClassName
{
background-color: #D76C9D;
}
</style>
border-color css
<style>
span { border-color: #D76C9D; }
span { border-color: rgb(215,108,157); }
td.TdClassName
{
border-color: #D76C9D;
}
.TagClassName
{
border-color: #D76C9D;
}
</style>