Shades of Hopbush #D86FA6
Tints of Hopbush #D86FA6
RGB
CMYK
RGB Variations
Color information
#D86FA6 (or 0xD86FA6) is known color: Hopbush. HEX triplet: D8, 6F and A6. RGB value is (216,111,166). Sum of RGB (Red+Green+Blue) = 216+111+166=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86FA6 is #279059. Grayscale: #949494. Windows color (decimal): -2592858 or 10907608. OLE color: 10907608.
HSL color Cylindrical-coordinate representation of color #D86FA6: hue angle of 328.57º degrees, saturation: 0.57, 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 #D86FA6 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 166 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.15 |
| HSL | 328.57º | 0.57% | 0.64% | - |
| HSV(B) | 328.57º | 0.49% | 0.85% | - |
| XYZ | 40.89 | 28.72 | 39.47 | - |
| YUV | 148.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 166 | 0 | 0.49 | 0.23 | 0.15 | 328.57 | 0.57 | 0.64 |
| Hex | D8 | 6F | A6 | 0 | 31 | 17 | F | 149 | 39 | 40 |
| Octal | 330 | 157 | 246 | 0 | 61 | 27 | 17 | 511 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10100110 | 0 | 110001 | 10111 | 1111 | 101001001 | 111001 | 1000000 |
Color Harmonies of #D86FA6
Complementary color
Monochromatic Colors of #D86FA6
Black with #D86FA6
Text Example
Text Example
White with #D86FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FA6; }
p { color: rgb(216,111,166); }
H1.HeaderClassName
{
color: #D86FA6;
}
.AnyTagClassName
{
color: #D86FA6;
}
</style>
background-color css
<style>
a { background-color: #D86FA6; }
a { background-color: rgb(216,111,166); }
div.DivClassName
{
background-color: #D86FA6;
}
.BgClassName
{
background-color: #D86FA6;
}
</style>
border-color css
<style>
span { border-color: #D86FA6; }
span { border-color: rgb(216,111,166); }
td.TdClassName
{
border-color: #D86FA6;
}
.TagClassName
{
border-color: #D86FA6;
}
</style>