Shades of Hopbush #D76DA3
Tints of Hopbush #D76DA3
RGB
CMYK
RGB Variations
Color information
#D76DA3 (or 0xD76DA3) is known color: Hopbush. HEX triplet: D7, 6D and A3. RGB value is (215,109,163). Sum of RGB (Red+Green+Blue) = 215+109+163=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DA3 is #28925C. Grayscale: #929292. Windows color (decimal): -2658909 or 10710487. OLE color: 10710487.
HSL color Cylindrical-coordinate representation of color #D76DA3: hue angle of 329.43º 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 #D76DA3 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 163 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.16 |
| HSL | 329.43º | 0.57% | 0.64% | - |
| HSV(B) | 329.43º | 0.49% | 0.84% | - |
| XYZ | 40.1 | 28.03 | 37.95 | - |
| YUV | 146.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 163 | 0 | 0.49 | 0.24 | 0.16 | 329.43 | 0.57 | 0.64 |
| Hex | D7 | 6D | A3 | 0 | 31 | 18 | 10 | 149 | 39 | 40 |
| Octal | 327 | 155 | 243 | 0 | 61 | 30 | 20 | 511 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10100011 | 0 | 110001 | 11000 | 10000 | 101001001 | 111001 | 1000000 |
Color Harmonies of #D76DA3
Complementary color
Monochromatic Colors of #D76DA3
Black with #D76DA3
Text Example
Text Example
White with #D76DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DA3; }
p { color: rgb(215,109,163); }
H1.HeaderClassName
{
color: #D76DA3;
}
.AnyTagClassName
{
color: #D76DA3;
}
</style>
background-color css
<style>
a { background-color: #D76DA3; }
a { background-color: rgb(215,109,163); }
div.DivClassName
{
background-color: #D76DA3;
}
.BgClassName
{
background-color: #D76DA3;
}
</style>
border-color css
<style>
span { border-color: #D76DA3; }
span { border-color: rgb(215,109,163); }
td.TdClassName
{
border-color: #D76DA3;
}
.TagClassName
{
border-color: #D76DA3;
}
</style>