Shades of Hopbush #D96BAC
Tints of Hopbush #D96BAC
RGB
CMYK
RGB Variations
Color information
#D96BAC (or 0xD96BAC) is known color: Hopbush. HEX triplet: D9, 6B and AC. RGB value is (217,107,172). Sum of RGB (Red+Green+Blue) = 217+107+172=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96BAC is #269453. Grayscale: #939393. Windows color (decimal): -2528340 or 11299801. OLE color: 11299801.
HSL color Cylindrical-coordinate representation of color #D96BAC: hue angle of 324.55º 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 #D96BAC is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 172 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.15 |
| HSL | 324.55º | 0.59% | 0.64% | - |
| HSV(B) | 324.55º | 0.51% | 0.85% | - |
| XYZ | 41.32 | 28.25 | 42.3 | - |
| YUV | 147.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 172 | 0 | 0.51 | 0.21 | 0.15 | 324.55 | 0.59 | 0.64 |
| Hex | D9 | 6B | AC | 0 | 33 | 15 | F | 145 | 3B | 40 |
| Octal | 331 | 153 | 254 | 0 | 63 | 25 | 17 | 505 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10101100 | 0 | 110011 | 10101 | 1111 | 101000101 | 111011 | 1000000 |
Color Harmonies of #D96BAC
Complementary color
Monochromatic Colors of #D96BAC
Black with #D96BAC
Text Example
Text Example
White with #D96BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BAC; }
p { color: rgb(217,107,172); }
H1.HeaderClassName
{
color: #D96BAC;
}
.AnyTagClassName
{
color: #D96BAC;
}
</style>
background-color css
<style>
a { background-color: #D96BAC; }
a { background-color: rgb(217,107,172); }
div.DivClassName
{
background-color: #D96BAC;
}
.BgClassName
{
background-color: #D96BAC;
}
</style>
border-color css
<style>
span { border-color: #D96BAC; }
span { border-color: rgb(217,107,172); }
td.TdClassName
{
border-color: #D96BAC;
}
.TagClassName
{
border-color: #D96BAC;
}
</style>