Shades of Hopbush #D96AA2
Tints of Hopbush #D96AA2
RGB
CMYK
RGB Variations
Color information
#D96AA2 (or 0xD96AA2) is known color: Hopbush. HEX triplet: D9, 6A and A2. RGB value is (217,106,162). Sum of RGB (Red+Green+Blue) = 217+106+162=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96AA2 is #26955D. Grayscale: #919191. Windows color (decimal): -2528606 or 10644185. OLE color: 10644185.
HSL color Cylindrical-coordinate representation of color #D96AA2: hue angle of 329.73º 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 #D96AA2 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 162 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.15 |
| HSL | 329.73º | 0.59% | 0.63% | - |
| HSV(B) | 329.73º | 0.51% | 0.85% | - |
| XYZ | 40.29 | 27.67 | 37.4 | - |
| YUV | 145.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 162 | 0 | 0.51 | 0.25 | 0.15 | 329.73 | 0.59 | 0.63 |
| Hex | D9 | 6A | A2 | 0 | 33 | 19 | F | 14A | 3B | 3F |
| Octal | 331 | 152 | 242 | 0 | 63 | 31 | 17 | 512 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10100010 | 0 | 110011 | 11001 | 1111 | 101001010 | 111011 | 111111 |
Color Harmonies of #D96AA2
Complementary color
Monochromatic Colors of #D96AA2
Black with #D96AA2
Text Example
Text Example
White with #D96AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AA2; }
p { color: rgb(217,106,162); }
H1.HeaderClassName
{
color: #D96AA2;
}
.AnyTagClassName
{
color: #D96AA2;
}
</style>
background-color css
<style>
a { background-color: #D96AA2; }
a { background-color: rgb(217,106,162); }
div.DivClassName
{
background-color: #D96AA2;
}
.BgClassName
{
background-color: #D96AA2;
}
</style>
border-color css
<style>
span { border-color: #D96AA2; }
span { border-color: rgb(217,106,162); }
td.TdClassName
{
border-color: #D96AA2;
}
.TagClassName
{
border-color: #D96AA2;
}
</style>