Shades of Hopbush #D76AA9
Tints of Hopbush #D76AA9
RGB
CMYK
RGB Variations
Color information
#D76AA9 (or 0xD76AA9) is known color: Hopbush. HEX triplet: D7, 6A and A9. RGB value is (215,106,169). Sum of RGB (Red+Green+Blue) = 215+106+169=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AA9 is #289556. Grayscale: #919191. Windows color (decimal): -2659671 or 11102935. OLE color: 11102935.
HSL color Cylindrical-coordinate representation of color #D76AA9: hue angle of 325.32º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AA9 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 169 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.16 |
| HSL | 325.32º | 0.58% | 0.63% | - |
| HSV(B) | 325.32º | 0.51% | 0.84% | - |
| XYZ | 40.34 | 27.62 | 40.74 | - |
| YUV | 145.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 169 | 0 | 0.51 | 0.21 | 0.16 | 325.32 | 0.58 | 0.63 |
| Hex | D7 | 6A | A9 | 0 | 33 | 15 | 10 | 145 | 3A | 3F |
| Octal | 327 | 152 | 251 | 0 | 63 | 25 | 20 | 505 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10101001 | 0 | 110011 | 10101 | 10000 | 101000101 | 111010 | 111111 |
Color Harmonies of #D76AA9
Complementary color
Monochromatic Colors of #D76AA9
Black with #D76AA9
Text Example
Text Example
White with #D76AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AA9; }
p { color: rgb(215,106,169); }
H1.HeaderClassName
{
color: #D76AA9;
}
.AnyTagClassName
{
color: #D76AA9;
}
</style>
background-color css
<style>
a { background-color: #D76AA9; }
a { background-color: rgb(215,106,169); }
div.DivClassName
{
background-color: #D76AA9;
}
.BgClassName
{
background-color: #D76AA9;
}
</style>
border-color css
<style>
span { border-color: #D76AA9; }
span { border-color: rgb(215,106,169); }
td.TdClassName
{
border-color: #D76AA9;
}
.TagClassName
{
border-color: #D76AA9;
}
</style>