Shades of Hopbush #D96A9F
Tints of Hopbush #D96A9F
RGB
CMYK
RGB Variations
Color information
#D96A9F (or 0xD96A9F) is known color: Hopbush. HEX triplet: D9, 6A and 9F. RGB value is (217,106,159). Sum of RGB (Red+Green+Blue) = 217+106+159=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A9F is #269560. Grayscale: #919191. Windows color (decimal): -2528609 or 10447577. OLE color: 10447577.
HSL color Cylindrical-coordinate representation of color #D96A9F: hue angle of 331.35º 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 #D96A9F is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 159 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.15 |
| HSL | 331.35º | 0.59% | 0.63% | - |
| HSV(B) | 331.35º | 0.51% | 0.85% | - |
| XYZ | 40.03 | 27.56 | 36.01 | - |
| YUV | 145.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 159 | 0 | 0.51 | 0.27 | 0.15 | 331.35 | 0.59 | 0.63 |
| Hex | D9 | 6A | 9F | 0 | 33 | 1B | F | 14B | 3B | 3F |
| Octal | 331 | 152 | 237 | 0 | 63 | 33 | 17 | 513 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10011111 | 0 | 110011 | 11011 | 1111 | 101001011 | 111011 | 111111 |
Color Harmonies of #D96A9F
Complementary color
Monochromatic Colors of #D96A9F
Black with #D96A9F
Text Example
Text Example
White with #D96A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A9F; }
p { color: rgb(217,106,159); }
H1.HeaderClassName
{
color: #D96A9F;
}
.AnyTagClassName
{
color: #D96A9F;
}
</style>
background-color css
<style>
a { background-color: #D96A9F; }
a { background-color: rgb(217,106,159); }
div.DivClassName
{
background-color: #D96A9F;
}
.BgClassName
{
background-color: #D96A9F;
}
</style>
border-color css
<style>
span { border-color: #D96A9F; }
span { border-color: rgb(217,106,159); }
td.TdClassName
{
border-color: #D96A9F;
}
.TagClassName
{
border-color: #D96A9F;
}
</style>