Shades of Hopbush #D76BB0
Tints of Hopbush #D76BB0
RGB
CMYK
RGB Variations
Color information
#D76BB0 (or 0xD76BB0) is known color: Hopbush. HEX triplet: D7, 6B and B0. RGB value is (215,107,176). Sum of RGB (Red+Green+Blue) = 215+107+176=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BB0 is #28944F. Grayscale: #929292. Windows color (decimal): -2659408 or 11561943. OLE color: 11561943.
HSL color Cylindrical-coordinate representation of color #D76BB0: hue angle of 321.67º 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 #D76BB0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 176 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.16 |
| HSL | 321.67º | 0.57% | 0.63% | - |
| HSV(B) | 321.67º | 0.5% | 0.84% | - |
| XYZ | 41.12 | 28.1 | 44.33 | - |
| YUV | 147.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 176 | 0 | 0.50 | 0.18 | 0.16 | 321.67 | 0.57 | 0.63 |
| Hex | D7 | 6B | B0 | 0 | 32 | 12 | 10 | 142 | 39 | 3F |
| Octal | 327 | 153 | 260 | 0 | 62 | 22 | 20 | 502 | 71 | 77 |
| Binary | 11010111 | 1101011 | 10110000 | 0 | 110010 | 10010 | 10000 | 101000010 | 111001 | 111111 |
Color Harmonies of #D76BB0
Complementary color
Monochromatic Colors of #D76BB0
Black with #D76BB0
Text Example
Text Example
White with #D76BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BB0; }
p { color: rgb(215,107,176); }
H1.HeaderClassName
{
color: #D76BB0;
}
.AnyTagClassName
{
color: #D76BB0;
}
</style>
background-color css
<style>
a { background-color: #D76BB0; }
a { background-color: rgb(215,107,176); }
div.DivClassName
{
background-color: #D76BB0;
}
.BgClassName
{
background-color: #D76BB0;
}
</style>
border-color css
<style>
span { border-color: #D76BB0; }
span { border-color: rgb(215,107,176); }
td.TdClassName
{
border-color: #D76BB0;
}
.TagClassName
{
border-color: #D76BB0;
}
</style>