Shades of Hopbush #D76B9B
Tints of Hopbush #D76B9B
RGB
CMYK
RGB Variations
Color information
#D76B9B (or 0xD76B9B) is known color: Hopbush. HEX triplet: D7, 6B and 9B. RGB value is (215,107,155). Sum of RGB (Red+Green+Blue) = 215+107+155=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B9B is #289464. Grayscale: #909090. Windows color (decimal): -2659429 or 10185687. OLE color: 10185687.
HSL color Cylindrical-coordinate representation of color #D76B9B: hue angle of 333.33º 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 #D76B9B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 155 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.16 |
| HSL | 333.33º | 0.57% | 0.63% | - |
| HSV(B) | 333.33º | 0.5% | 0.84% | - |
| XYZ | 39.2 | 27.33 | 34.22 | - |
| YUV | 144.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 155 | 0 | 0.50 | 0.28 | 0.16 | 333.33 | 0.57 | 0.63 |
| Hex | D7 | 6B | 9B | 0 | 32 | 1C | 10 | 14D | 39 | 3F |
| Octal | 327 | 153 | 233 | 0 | 62 | 34 | 20 | 515 | 71 | 77 |
| Binary | 11010111 | 1101011 | 10011011 | 0 | 110010 | 11100 | 10000 | 101001101 | 111001 | 111111 |
Color Harmonies of #D76B9B
Complementary color
Monochromatic Colors of #D76B9B
Black with #D76B9B
Text Example
Text Example
White with #D76B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B9B; }
p { color: rgb(215,107,155); }
H1.HeaderClassName
{
color: #D76B9B;
}
.AnyTagClassName
{
color: #D76B9B;
}
</style>
background-color css
<style>
a { background-color: #D76B9B; }
a { background-color: rgb(215,107,155); }
div.DivClassName
{
background-color: #D76B9B;
}
.BgClassName
{
background-color: #D76B9B;
}
</style>
border-color css
<style>
span { border-color: #D76B9B; }
span { border-color: rgb(215,107,155); }
td.TdClassName
{
border-color: #D76B9B;
}
.TagClassName
{
border-color: #D76B9B;
}
</style>