Shades of Hopbush #D76AA3
Tints of Hopbush #D76AA3
RGB
CMYK
RGB Variations
Color information
#D76AA3 (or 0xD76AA3) is known color: Hopbush. HEX triplet: D7, 6A and A3. RGB value is (215,106,163). Sum of RGB (Red+Green+Blue) = 215+106+163=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AA3 is #28955C. Grayscale: #909090. Windows color (decimal): -2659677 or 10709719. OLE color: 10709719.
HSL color Cylindrical-coordinate representation of color #D76AA3: hue angle of 328.62º 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 #D76AA3 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 163 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.16 |
| HSL | 328.62º | 0.58% | 0.63% | - |
| HSV(B) | 328.62º | 0.51% | 0.84% | - |
| XYZ | 39.79 | 27.4 | 37.84 | - |
| YUV | 145.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 163 | 0 | 0.51 | 0.24 | 0.16 | 328.62 | 0.58 | 0.63 |
| Hex | D7 | 6A | A3 | 0 | 33 | 18 | 10 | 149 | 3A | 3F |
| Octal | 327 | 152 | 243 | 0 | 63 | 30 | 20 | 511 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10100011 | 0 | 110011 | 11000 | 10000 | 101001001 | 111010 | 111111 |
Color Harmonies of #D76AA3
Complementary color
Monochromatic Colors of #D76AA3
Black with #D76AA3
Text Example
Text Example
White with #D76AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AA3; }
p { color: rgb(215,106,163); }
H1.HeaderClassName
{
color: #D76AA3;
}
.AnyTagClassName
{
color: #D76AA3;
}
</style>
background-color css
<style>
a { background-color: #D76AA3; }
a { background-color: rgb(215,106,163); }
div.DivClassName
{
background-color: #D76AA3;
}
.BgClassName
{
background-color: #D76AA3;
}
</style>
border-color css
<style>
span { border-color: #D76AA3; }
span { border-color: rgb(215,106,163); }
td.TdClassName
{
border-color: #D76AA3;
}
.TagClassName
{
border-color: #D76AA3;
}
</style>