Shades of Hopbush #D76EA0
Tints of Hopbush #D76EA0
RGB
CMYK
RGB Variations
Color information
#D76EA0 (or 0xD76EA0) is known color: Hopbush. HEX triplet: D7, 6E and A0. RGB value is (215,110,160). Sum of RGB (Red+Green+Blue) = 215+110+160=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76EA0 is #28915F. Grayscale: #929292. Windows color (decimal): -2658656 or 10514135. OLE color: 10514135.
HSL color Cylindrical-coordinate representation of color #D76EA0: hue angle of 331.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76EA0 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 160 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.16 |
| HSL | 331.43º | 0.57% | 0.64% | - |
| HSV(B) | 331.43º | 0.49% | 0.84% | - |
| XYZ | 39.95 | 28.14 | 36.58 | - |
| YUV | 147.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 160 | 0 | 0.49 | 0.26 | 0.16 | 331.43 | 0.57 | 0.64 |
| Hex | D7 | 6E | A0 | 0 | 31 | 1A | 10 | 14B | 39 | 40 |
| Octal | 327 | 156 | 240 | 0 | 61 | 32 | 20 | 513 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10100000 | 0 | 110001 | 11010 | 10000 | 101001011 | 111001 | 1000000 |
Color Harmonies of #D76EA0
Complementary color
Monochromatic Colors of #D76EA0
Black with #D76EA0
Text Example
Text Example
White with #D76EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EA0; }
p { color: rgb(215,110,160); }
H1.HeaderClassName
{
color: #D76EA0;
}
.AnyTagClassName
{
color: #D76EA0;
}
</style>
background-color css
<style>
a { background-color: #D76EA0; }
a { background-color: rgb(215,110,160); }
div.DivClassName
{
background-color: #D76EA0;
}
.BgClassName
{
background-color: #D76EA0;
}
</style>
border-color css
<style>
span { border-color: #D76EA0; }
span { border-color: rgb(215,110,160); }
td.TdClassName
{
border-color: #D76EA0;
}
.TagClassName
{
border-color: #D76EA0;
}
</style>