Shades of Hopbush #D86AA9
Tints of Hopbush #D86AA9
RGB
CMYK
RGB Variations
Color information
#D86AA9 (or 0xD86AA9) is known color: Hopbush. HEX triplet: D8, 6A and A9. RGB value is (216,106,169). Sum of RGB (Red+Green+Blue) = 216+106+169=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86AA9 is #279556. Grayscale: #919191. Windows color (decimal): -2594135 or 11102936. OLE color: 11102936.
HSL color Cylindrical-coordinate representation of color #D86AA9: hue angle of 325.64º 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 #D86AA9 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 169 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.15 |
| HSL | 325.64º | 0.59% | 0.63% | - |
| HSV(B) | 325.64º | 0.51% | 0.85% | - |
| XYZ | 40.63 | 27.77 | 40.75 | - |
| YUV | 146.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 169 | 0 | 0.51 | 0.22 | 0.15 | 325.64 | 0.59 | 0.63 |
| Hex | D8 | 6A | A9 | 0 | 33 | 16 | F | 146 | 3B | 3F |
| Octal | 330 | 152 | 251 | 0 | 63 | 26 | 17 | 506 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10101001 | 0 | 110011 | 10110 | 1111 | 101000110 | 111011 | 111111 |
Color Harmonies of #D86AA9
Complementary color
Monochromatic Colors of #D86AA9
Black with #D86AA9
Text Example
Text Example
White with #D86AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AA9; }
p { color: rgb(216,106,169); }
H1.HeaderClassName
{
color: #D86AA9;
}
.AnyTagClassName
{
color: #D86AA9;
}
</style>
background-color css
<style>
a { background-color: #D86AA9; }
a { background-color: rgb(216,106,169); }
div.DivClassName
{
background-color: #D86AA9;
}
.BgClassName
{
background-color: #D86AA9;
}
</style>
border-color css
<style>
span { border-color: #D86AA9; }
span { border-color: rgb(216,106,169); }
td.TdClassName
{
border-color: #D86AA9;
}
.TagClassName
{
border-color: #D86AA9;
}
</style>