Shades of Hopbush #D76AA5
Tints of Hopbush #D76AA5
RGB
CMYK
RGB Variations
Color information
#D76AA5 (or 0xD76AA5) is known color: Hopbush. HEX triplet: D7, 6A and A5. RGB value is (215,106,165). Sum of RGB (Red+Green+Blue) = 215+106+165=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AA5 is #28955A. Grayscale: #919191. Windows color (decimal): -2659675 or 10840791. OLE color: 10840791.
HSL color Cylindrical-coordinate representation of color #D76AA5: hue angle of 327.52º 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 #D76AA5 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 165 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.16 |
| HSL | 327.52º | 0.58% | 0.63% | - |
| HSV(B) | 327.52º | 0.51% | 0.84% | - |
| XYZ | 39.97 | 27.47 | 38.79 | - |
| YUV | 145.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 165 | 0 | 0.51 | 0.23 | 0.16 | 327.52 | 0.58 | 0.63 |
| Hex | D7 | 6A | A5 | 0 | 33 | 17 | 10 | 148 | 3A | 3F |
| Octal | 327 | 152 | 245 | 0 | 63 | 27 | 20 | 510 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10100101 | 0 | 110011 | 10111 | 10000 | 101001000 | 111010 | 111111 |
Color Harmonies of #D76AA5
Complementary color
Monochromatic Colors of #D76AA5
Black with #D76AA5
Text Example
Text Example
White with #D76AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AA5; }
p { color: rgb(215,106,165); }
H1.HeaderClassName
{
color: #D76AA5;
}
.AnyTagClassName
{
color: #D76AA5;
}
</style>
background-color css
<style>
a { background-color: #D76AA5; }
a { background-color: rgb(215,106,165); }
div.DivClassName
{
background-color: #D76AA5;
}
.BgClassName
{
background-color: #D76AA5;
}
</style>
border-color css
<style>
span { border-color: #D76AA5; }
span { border-color: rgb(215,106,165); }
td.TdClassName
{
border-color: #D76AA5;
}
.TagClassName
{
border-color: #D76AA5;
}
</style>