Shades of Hopbush #D96AA4
Tints of Hopbush #D96AA4
RGB
CMYK
RGB Variations
Color information
#D96AA4 (or 0xD96AA4) is known color: Hopbush. HEX triplet: D9, 6A and A4. RGB value is (217,106,164). Sum of RGB (Red+Green+Blue) = 217+106+164=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96AA4 is #26955B. Grayscale: #919191. Windows color (decimal): -2528604 or 10775257. OLE color: 10775257.
HSL color Cylindrical-coordinate representation of color #D96AA4: hue angle of 328.65º 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 #D96AA4 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 164 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.15 |
| HSL | 328.65º | 0.59% | 0.63% | - |
| HSV(B) | 328.65º | 0.51% | 0.85% | - |
| XYZ | 40.47 | 27.74 | 38.34 | - |
| YUV | 145.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 164 | 0 | 0.51 | 0.24 | 0.15 | 328.65 | 0.59 | 0.63 |
| Hex | D9 | 6A | A4 | 0 | 33 | 18 | F | 149 | 3B | 3F |
| Octal | 331 | 152 | 244 | 0 | 63 | 30 | 17 | 511 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10100100 | 0 | 110011 | 11000 | 1111 | 101001001 | 111011 | 111111 |
Color Harmonies of #D96AA4
Complementary color
Monochromatic Colors of #D96AA4
Black with #D96AA4
Text Example
Text Example
White with #D96AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AA4; }
p { color: rgb(217,106,164); }
H1.HeaderClassName
{
color: #D96AA4;
}
.AnyTagClassName
{
color: #D96AA4;
}
</style>
background-color css
<style>
a { background-color: #D96AA4; }
a { background-color: rgb(217,106,164); }
div.DivClassName
{
background-color: #D96AA4;
}
.BgClassName
{
background-color: #D96AA4;
}
</style>
border-color css
<style>
span { border-color: #D96AA4; }
span { border-color: rgb(217,106,164); }
td.TdClassName
{
border-color: #D96AA4;
}
.TagClassName
{
border-color: #D96AA4;
}
</style>