Shades of Hopbush #D76DA2
Tints of Hopbush #D76DA2
RGB
CMYK
RGB Variations
Color information
#D76DA2 (or 0xD76DA2) is known color: Hopbush. HEX triplet: D7, 6D and A2. RGB value is (215,109,162). Sum of RGB (Red+Green+Blue) = 215+109+162=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DA2 is #28925D. Grayscale: #929292. Windows color (decimal): -2658910 or 10644951. OLE color: 10644951.
HSL color Cylindrical-coordinate representation of color #D76DA2: hue angle of 330º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DA2 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 162 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.16 |
| HSL | 330º | 0.57% | 0.64% | - |
| HSV(B) | 330º | 0.49% | 0.84% | - |
| XYZ | 40.01 | 27.99 | 37.48 | - |
| YUV | 146.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 162 | 0 | 0.49 | 0.25 | 0.16 | 330 | 0.57 | 0.64 |
| Hex | D7 | 6D | A2 | 0 | 31 | 19 | 10 | 14A | 39 | 40 |
| Octal | 327 | 155 | 242 | 0 | 61 | 31 | 20 | 512 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10100010 | 0 | 110001 | 11001 | 10000 | 101001010 | 111001 | 1000000 |
Color Harmonies of #D76DA2
Complementary color
Monochromatic Colors of #D76DA2
Black with #D76DA2
Text Example
Text Example
White with #D76DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DA2; }
p { color: rgb(215,109,162); }
H1.HeaderClassName
{
color: #D76DA2;
}
.AnyTagClassName
{
color: #D76DA2;
}
</style>
background-color css
<style>
a { background-color: #D76DA2; }
a { background-color: rgb(215,109,162); }
div.DivClassName
{
background-color: #D76DA2;
}
.BgClassName
{
background-color: #D76DA2;
}
</style>
border-color css
<style>
span { border-color: #D76DA2; }
span { border-color: rgb(215,109,162); }
td.TdClassName
{
border-color: #D76DA2;
}
.TagClassName
{
border-color: #D76DA2;
}
</style>