Shades of Hopbush #D76C9F
Tints of Hopbush #D76C9F
RGB
CMYK
RGB Variations
Color information
#D76C9F (or 0xD76C9F) is known color: Hopbush. HEX triplet: D7, 6C and 9F. RGB value is (215,108,159). Sum of RGB (Red+Green+Blue) = 215+108+159=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C9F is #289360. Grayscale: #919191. Windows color (decimal): -2659169 or 10448087. OLE color: 10448087.
HSL color Cylindrical-coordinate representation of color #D76C9F: hue angle of 331.4º 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 #D76C9F is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 159 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.16 |
| HSL | 331.4º | 0.57% | 0.63% | - |
| HSV(B) | 331.4º | 0.5% | 0.84% | - |
| XYZ | 39.64 | 27.68 | 36.05 | - |
| YUV | 145.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 159 | 0 | 0.50 | 0.26 | 0.16 | 331.4 | 0.57 | 0.63 |
| Hex | D7 | 6C | 9F | 0 | 32 | 1A | 10 | 14B | 39 | 3F |
| Octal | 327 | 154 | 237 | 0 | 62 | 32 | 20 | 513 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10011111 | 0 | 110010 | 11010 | 10000 | 101001011 | 111001 | 111111 |
Color Harmonies of #D76C9F
Complementary color
Monochromatic Colors of #D76C9F
Black with #D76C9F
Text Example
Text Example
White with #D76C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C9F; }
p { color: rgb(215,108,159); }
H1.HeaderClassName
{
color: #D76C9F;
}
.AnyTagClassName
{
color: #D76C9F;
}
</style>
background-color css
<style>
a { background-color: #D76C9F; }
a { background-color: rgb(215,108,159); }
div.DivClassName
{
background-color: #D76C9F;
}
.BgClassName
{
background-color: #D76C9F;
}
</style>
border-color css
<style>
span { border-color: #D76C9F; }
span { border-color: rgb(215,108,159); }
td.TdClassName
{
border-color: #D76C9F;
}
.TagClassName
{
border-color: #D76C9F;
}
</style>