Shades of Hopbush #D96BA9
Tints of Hopbush #D96BA9
RGB
CMYK
RGB Variations
Color information
#D96BA9 (or 0xD96BA9) is known color: Hopbush. HEX triplet: D9, 6B and A9. RGB value is (217,107,169). Sum of RGB (Red+Green+Blue) = 217+107+169=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96BA9 is #269456. Grayscale: #929292. Windows color (decimal): -2528343 or 11103193. OLE color: 11103193.
HSL color Cylindrical-coordinate representation of color #D96BA9: hue angle of 326.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BA9 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 169 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.15 |
| HSL | 326.18º | 0.59% | 0.64% | - |
| HSV(B) | 326.18º | 0.51% | 0.85% | - |
| XYZ | 41.03 | 28.13 | 40.8 | - |
| YUV | 146.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 169 | 0 | 0.51 | 0.22 | 0.15 | 326.18 | 0.59 | 0.64 |
| Hex | D9 | 6B | A9 | 0 | 33 | 16 | F | 146 | 3B | 40 |
| Octal | 331 | 153 | 251 | 0 | 63 | 26 | 17 | 506 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10101001 | 0 | 110011 | 10110 | 1111 | 101000110 | 111011 | 1000000 |
Color Harmonies of #D96BA9
Complementary color
Monochromatic Colors of #D96BA9
Black with #D96BA9
Text Example
Text Example
White with #D96BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BA9; }
p { color: rgb(217,107,169); }
H1.HeaderClassName
{
color: #D96BA9;
}
.AnyTagClassName
{
color: #D96BA9;
}
</style>
background-color css
<style>
a { background-color: #D96BA9; }
a { background-color: rgb(217,107,169); }
div.DivClassName
{
background-color: #D96BA9;
}
.BgClassName
{
background-color: #D96BA9;
}
</style>
border-color css
<style>
span { border-color: #D96BA9; }
span { border-color: rgb(217,107,169); }
td.TdClassName
{
border-color: #D96BA9;
}
.TagClassName
{
border-color: #D96BA9;
}
</style>