Shades of Hopbush #D96AA1
Tints of Hopbush #D96AA1
RGB
CMYK
RGB Variations
Color information
#D96AA1 (or 0xD96AA1) is known color: Hopbush. HEX triplet: D9, 6A and A1. RGB value is (217,106,161). Sum of RGB (Red+Green+Blue) = 217+106+161=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96AA1 is #26955E. Grayscale: #919191. Windows color (decimal): -2528607 or 10578649. OLE color: 10578649.
HSL color Cylindrical-coordinate representation of color #D96AA1: hue angle of 330.27º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AA1 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 161 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.15 |
| HSL | 330.27º | 0.59% | 0.63% | - |
| HSV(B) | 330.27º | 0.51% | 0.85% | - |
| XYZ | 40.2 | 27.63 | 36.93 | - |
| YUV | 145.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 161 | 0 | 0.51 | 0.26 | 0.15 | 330.27 | 0.59 | 0.63 |
| Hex | D9 | 6A | A1 | 0 | 33 | 1A | F | 14A | 3B | 3F |
| Octal | 331 | 152 | 241 | 0 | 63 | 32 | 17 | 512 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10100001 | 0 | 110011 | 11010 | 1111 | 101001010 | 111011 | 111111 |
Color Harmonies of #D96AA1
Complementary color
Monochromatic Colors of #D96AA1
Black with #D96AA1
Text Example
Text Example
White with #D96AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AA1; }
p { color: rgb(217,106,161); }
H1.HeaderClassName
{
color: #D96AA1;
}
.AnyTagClassName
{
color: #D96AA1;
}
</style>
background-color css
<style>
a { background-color: #D96AA1; }
a { background-color: rgb(217,106,161); }
div.DivClassName
{
background-color: #D96AA1;
}
.BgClassName
{
background-color: #D96AA1;
}
</style>
border-color css
<style>
span { border-color: #D96AA1; }
span { border-color: rgb(217,106,161); }
td.TdClassName
{
border-color: #D96AA1;
}
.TagClassName
{
border-color: #D96AA1;
}
</style>