Shades of Hopbush #D76AA1
Tints of Hopbush #D76AA1
RGB
CMYK
RGB Variations
Color information
#D76AA1 (or 0xD76AA1) is known color: Hopbush. HEX triplet: D7, 6A and A1. RGB value is (215,106,161). Sum of RGB (Red+Green+Blue) = 215+106+161=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AA1 is #28955E. Grayscale: #909090. Windows color (decimal): -2659679 or 10578647. OLE color: 10578647.
HSL color Cylindrical-coordinate representation of color #D76AA1: hue angle of 329.72º 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 #D76AA1 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 161 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.16 |
| HSL | 329.72º | 0.58% | 0.63% | - |
| HSV(B) | 329.72º | 0.51% | 0.84% | - |
| XYZ | 39.61 | 27.33 | 36.91 | - |
| YUV | 144.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 161 | 0 | 0.51 | 0.25 | 0.16 | 329.72 | 0.58 | 0.63 |
| Hex | D7 | 6A | A1 | 0 | 33 | 19 | 10 | 14A | 3A | 3F |
| Octal | 327 | 152 | 241 | 0 | 63 | 31 | 20 | 512 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10100001 | 0 | 110011 | 11001 | 10000 | 101001010 | 111010 | 111111 |
Color Harmonies of #D76AA1
Complementary color
Monochromatic Colors of #D76AA1
Black with #D76AA1
Text Example
Text Example
White with #D76AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AA1; }
p { color: rgb(215,106,161); }
H1.HeaderClassName
{
color: #D76AA1;
}
.AnyTagClassName
{
color: #D76AA1;
}
</style>
background-color css
<style>
a { background-color: #D76AA1; }
a { background-color: rgb(215,106,161); }
div.DivClassName
{
background-color: #D76AA1;
}
.BgClassName
{
background-color: #D76AA1;
}
</style>
border-color css
<style>
span { border-color: #D76AA1; }
span { border-color: rgb(215,106,161); }
td.TdClassName
{
border-color: #D76AA1;
}
.TagClassName
{
border-color: #D76AA1;
}
</style>