Shades of Hopbush #D96BA3
Tints of Hopbush #D96BA3
RGB
CMYK
RGB Variations
Color information
#D96BA3 (or 0xD96BA3) is known color: Hopbush. HEX triplet: D9, 6B and A3. RGB value is (217,107,163). Sum of RGB (Red+Green+Blue) = 217+107+163=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96BA3 is #26945C. Grayscale: #929292. Windows color (decimal): -2528349 or 10709977. OLE color: 10709977.
HSL color Cylindrical-coordinate representation of color #D96BA3: hue angle of 329.45º 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 #D96BA3 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 163 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.15 |
| HSL | 329.45º | 0.59% | 0.64% | - |
| HSV(B) | 329.45º | 0.51% | 0.85% | - |
| XYZ | 40.48 | 27.91 | 37.9 | - |
| YUV | 146.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 163 | 0 | 0.51 | 0.25 | 0.15 | 329.45 | 0.59 | 0.64 |
| Hex | D9 | 6B | A3 | 0 | 33 | 19 | F | 149 | 3B | 40 |
| Octal | 331 | 153 | 243 | 0 | 63 | 31 | 17 | 511 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10100011 | 0 | 110011 | 11001 | 1111 | 101001001 | 111011 | 1000000 |
Color Harmonies of #D96BA3
Complementary color
Monochromatic Colors of #D96BA3
Black with #D96BA3
Text Example
Text Example
White with #D96BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BA3; }
p { color: rgb(217,107,163); }
H1.HeaderClassName
{
color: #D96BA3;
}
.AnyTagClassName
{
color: #D96BA3;
}
</style>
background-color css
<style>
a { background-color: #D96BA3; }
a { background-color: rgb(217,107,163); }
div.DivClassName
{
background-color: #D96BA3;
}
.BgClassName
{
background-color: #D96BA3;
}
</style>
border-color css
<style>
span { border-color: #D96BA3; }
span { border-color: rgb(217,107,163); }
td.TdClassName
{
border-color: #D96BA3;
}
.TagClassName
{
border-color: #D96BA3;
}
</style>