Shades of Hopbush #D76B9D
Tints of Hopbush #D76B9D
RGB
CMYK
RGB Variations
Color information
#D76B9D (or 0xD76B9D) is known color: Hopbush. HEX triplet: D7, 6B and 9D. RGB value is (215,107,157). Sum of RGB (Red+Green+Blue) = 215+107+157=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B9D is #289462. Grayscale: #909090. Windows color (decimal): -2659427 or 10316759. OLE color: 10316759.
HSL color Cylindrical-coordinate representation of color #D76B9D: hue angle of 332.22º 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 #D76B9D is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 157 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.16 |
| HSL | 332.22º | 0.57% | 0.63% | - |
| HSV(B) | 332.22º | 0.5% | 0.84% | - |
| XYZ | 39.37 | 27.4 | 35.11 | - |
| YUV | 144.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 157 | 0 | 0.50 | 0.27 | 0.16 | 332.22 | 0.57 | 0.63 |
| Hex | D7 | 6B | 9D | 0 | 32 | 1B | 10 | 14C | 39 | 3F |
| Octal | 327 | 153 | 235 | 0 | 62 | 33 | 20 | 514 | 71 | 77 |
| Binary | 11010111 | 1101011 | 10011101 | 0 | 110010 | 11011 | 10000 | 101001100 | 111001 | 111111 |
Color Harmonies of #D76B9D
Complementary color
Monochromatic Colors of #D76B9D
Black with #D76B9D
Text Example
Text Example
White with #D76B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B9D; }
p { color: rgb(215,107,157); }
H1.HeaderClassName
{
color: #D76B9D;
}
.AnyTagClassName
{
color: #D76B9D;
}
</style>
background-color css
<style>
a { background-color: #D76B9D; }
a { background-color: rgb(215,107,157); }
div.DivClassName
{
background-color: #D76B9D;
}
.BgClassName
{
background-color: #D76B9D;
}
</style>
border-color css
<style>
span { border-color: #D76B9D; }
span { border-color: rgb(215,107,157); }
td.TdClassName
{
border-color: #D76B9D;
}
.TagClassName
{
border-color: #D76B9D;
}
</style>