Shades of Hopbush #D86EAA
Tints of Hopbush #D86EAA
RGB
CMYK
RGB Variations
Color information
#D86EAA (or 0xD86EAA) is known color: Hopbush. HEX triplet: D8, 6E and AA. RGB value is (216,110,170). Sum of RGB (Red+Green+Blue) = 216+110+170=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86EAA is #279155. Grayscale: #949494. Windows color (decimal): -2593110 or 11169496. OLE color: 11169496.
HSL color Cylindrical-coordinate representation of color #D86EAA: hue angle of 326.04º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86EAA is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 170 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.15 |
| HSL | 326.04º | 0.58% | 0.64% | - |
| HSV(B) | 326.04º | 0.49% | 0.85% | - |
| XYZ | 41.15 | 28.65 | 41.39 | - |
| YUV | 148.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 170 | 0 | 0.49 | 0.21 | 0.15 | 326.04 | 0.58 | 0.64 |
| Hex | D8 | 6E | AA | 0 | 31 | 15 | F | 146 | 3A | 40 |
| Octal | 330 | 156 | 252 | 0 | 61 | 25 | 17 | 506 | 72 | 100 |
| Binary | 11011000 | 1101110 | 10101010 | 0 | 110001 | 10101 | 1111 | 101000110 | 111010 | 1000000 |
Color Harmonies of #D86EAA
Complementary color
Monochromatic Colors of #D86EAA
Black with #D86EAA
Text Example
Text Example
White with #D86EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EAA; }
p { color: rgb(216,110,170); }
H1.HeaderClassName
{
color: #D86EAA;
}
.AnyTagClassName
{
color: #D86EAA;
}
</style>
background-color css
<style>
a { background-color: #D86EAA; }
a { background-color: rgb(216,110,170); }
div.DivClassName
{
background-color: #D86EAA;
}
.BgClassName
{
background-color: #D86EAA;
}
</style>
border-color css
<style>
span { border-color: #D86EAA; }
span { border-color: rgb(216,110,170); }
td.TdClassName
{
border-color: #D86EAA;
}
.TagClassName
{
border-color: #D86EAA;
}
</style>