Shades of Hopbush #D76AAF
Tints of Hopbush #D76AAF
RGB
CMYK
RGB Variations
Color information
#D76AAF (or 0xD76AAF) is known color: Hopbush. HEX triplet: D7, 6A and AF. RGB value is (215,106,175). Sum of RGB (Red+Green+Blue) = 215+106+175=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AAF is #289550. Grayscale: #929292. Windows color (decimal): -2659665 or 11496151. OLE color: 11496151.
HSL color Cylindrical-coordinate representation of color #D76AAF: hue angle of 322.02º 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 #D76AAF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 175 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.16 |
| HSL | 322.02º | 0.58% | 0.63% | - |
| HSV(B) | 322.02º | 0.51% | 0.84% | - |
| XYZ | 40.92 | 27.85 | 43.78 | - |
| YUV | 146.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 175 | 0 | 0.51 | 0.19 | 0.16 | 322.02 | 0.58 | 0.63 |
| Hex | D7 | 6A | AF | 0 | 33 | 13 | 10 | 142 | 3A | 3F |
| Octal | 327 | 152 | 257 | 0 | 63 | 23 | 20 | 502 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10101111 | 0 | 110011 | 10011 | 10000 | 101000010 | 111010 | 111111 |
Color Harmonies of #D76AAF
Complementary color
Monochromatic Colors of #D76AAF
Black with #D76AAF
Text Example
Text Example
White with #D76AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AAF; }
p { color: rgb(215,106,175); }
H1.HeaderClassName
{
color: #D76AAF;
}
.AnyTagClassName
{
color: #D76AAF;
}
</style>
background-color css
<style>
a { background-color: #D76AAF; }
a { background-color: rgb(215,106,175); }
div.DivClassName
{
background-color: #D76AAF;
}
.BgClassName
{
background-color: #D76AAF;
}
</style>
border-color css
<style>
span { border-color: #D76AAF; }
span { border-color: rgb(215,106,175); }
td.TdClassName
{
border-color: #D76AAF;
}
.TagClassName
{
border-color: #D76AAF;
}
</style>