Shades of Hopbush #D76BA2
Tints of Hopbush #D76BA2
RGB
CMYK
RGB Variations
Color information
#D76BA2 (or 0xD76BA2) is known color: Hopbush. HEX triplet: D7, 6B and A2. RGB value is (215,107,162). Sum of RGB (Red+Green+Blue) = 215+107+162=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BA2 is #28945D. Grayscale: #919191. Windows color (decimal): -2659422 or 10644439. OLE color: 10644439.
HSL color Cylindrical-coordinate representation of color #D76BA2: hue angle of 329.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76BA2 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 162 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.16 |
| HSL | 329.44º | 0.57% | 0.63% | - |
| HSV(B) | 329.44º | 0.5% | 0.84% | - |
| XYZ | 39.8 | 27.57 | 37.41 | - |
| YUV | 145.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 162 | 0 | 0.50 | 0.25 | 0.16 | 329.44 | 0.57 | 0.63 |
| Hex | D7 | 6B | A2 | 0 | 32 | 19 | 10 | 149 | 39 | 3F |
| Octal | 327 | 153 | 242 | 0 | 62 | 31 | 20 | 511 | 71 | 77 |
| Binary | 11010111 | 1101011 | 10100010 | 0 | 110010 | 11001 | 10000 | 101001001 | 111001 | 111111 |
Color Harmonies of #D76BA2
Complementary color
Monochromatic Colors of #D76BA2
Black with #D76BA2
Text Example
Text Example
White with #D76BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BA2; }
p { color: rgb(215,107,162); }
H1.HeaderClassName
{
color: #D76BA2;
}
.AnyTagClassName
{
color: #D76BA2;
}
</style>
background-color css
<style>
a { background-color: #D76BA2; }
a { background-color: rgb(215,107,162); }
div.DivClassName
{
background-color: #D76BA2;
}
.BgClassName
{
background-color: #D76BA2;
}
</style>
border-color css
<style>
span { border-color: #D76BA2; }
span { border-color: rgb(215,107,162); }
td.TdClassName
{
border-color: #D76BA2;
}
.TagClassName
{
border-color: #D76BA2;
}
</style>