Shades of Hopbush #D86CAA
Tints of Hopbush #D86CAA
RGB
CMYK
RGB Variations
Color information
#D86CAA (or 0xD86CAA) is known color: Hopbush. HEX triplet: D8, 6C and AA. RGB value is (216,108,170). Sum of RGB (Red+Green+Blue) = 216+108+170=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86CAA is #279355. Grayscale: #939393. Windows color (decimal): -2593622 or 11168984. OLE color: 11168984.
HSL color Cylindrical-coordinate representation of color #D86CAA: hue angle of 325.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CAA is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 170 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.15 |
| HSL | 325.56º | 0.58% | 0.64% | - |
| HSV(B) | 325.56º | 0.5% | 0.85% | - |
| XYZ | 40.94 | 28.23 | 41.32 | - |
| YUV | 147.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 170 | 0 | 0.50 | 0.21 | 0.15 | 325.56 | 0.58 | 0.64 |
| Hex | D8 | 6C | AA | 0 | 32 | 15 | F | 146 | 3A | 40 |
| Octal | 330 | 154 | 252 | 0 | 62 | 25 | 17 | 506 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10101010 | 0 | 110010 | 10101 | 1111 | 101000110 | 111010 | 1000000 |
Color Harmonies of #D86CAA
Complementary color
Monochromatic Colors of #D86CAA
Black with #D86CAA
Text Example
Text Example
White with #D86CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CAA; }
p { color: rgb(216,108,170); }
H1.HeaderClassName
{
color: #D86CAA;
}
.AnyTagClassName
{
color: #D86CAA;
}
</style>
background-color css
<style>
a { background-color: #D86CAA; }
a { background-color: rgb(216,108,170); }
div.DivClassName
{
background-color: #D86CAA;
}
.BgClassName
{
background-color: #D86CAA;
}
</style>
border-color css
<style>
span { border-color: #D86CAA; }
span { border-color: rgb(216,108,170); }
td.TdClassName
{
border-color: #D86CAA;
}
.TagClassName
{
border-color: #D86CAA;
}
</style>