Shades of Hopbush #D86697
Tints of Hopbush #D86697
RGB
CMYK
RGB Variations
Color information
#D86697 (or 0xD86697) is known color: Hopbush. HEX triplet: D8, 66 and 97. RGB value is (216,102,151). Sum of RGB (Red+Green+Blue) = 216+102+151=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D86697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86697 is #279968. Grayscale: #8D8D8D. Windows color (decimal): -2595177 or 9922264. OLE color: 9922264.
HSL color Cylindrical-coordinate representation of color #D86697: hue angle of 334.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86697 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 151 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.15 |
| HSL | 334.21º | 0.59% | 0.62% | - |
| HSV(B) | 334.21º | 0.53% | 0.85% | - |
| XYZ | 38.66 | 26.34 | 32.32 | - |
| YUV | 141.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 151 | 0 | 0.53 | 0.30 | 0.15 | 334.21 | 0.59 | 0.62 |
| Hex | D8 | 66 | 97 | 0 | 35 | 1E | F | 14E | 3B | 3E |
| Octal | 330 | 146 | 227 | 0 | 65 | 36 | 17 | 516 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10010111 | 0 | 110101 | 11110 | 1111 | 101001110 | 111011 | 111110 |
Color Harmonies of #D86697
Complementary color
Monochromatic Colors of #D86697
Black with #D86697
Text Example
Text Example
White with #D86697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86697; }
p { color: rgb(216,102,151); }
H1.HeaderClassName
{
color: #D86697;
}
.AnyTagClassName
{
color: #D86697;
}
</style>
background-color css
<style>
a { background-color: #D86697; }
a { background-color: rgb(216,102,151); }
div.DivClassName
{
background-color: #D86697;
}
.BgClassName
{
background-color: #D86697;
}
</style>
border-color css
<style>
span { border-color: #D86697; }
span { border-color: rgb(216,102,151); }
td.TdClassName
{
border-color: #D86697;
}
.TagClassName
{
border-color: #D86697;
}
</style>