Shades of Hopbush #D86596
Tints of Hopbush #D86596
RGB
CMYK
RGB Variations
Color information
#D86596 (or 0xD86596) is known color: Hopbush. HEX triplet: D8, 65 and 96. RGB value is (216,101,150). Sum of RGB (Red+Green+Blue) = 216+101+150=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D86596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86596 is #279A69. Grayscale: #8C8C8C. Windows color (decimal): -2595434 or 9856472. OLE color: 9856472.
HSL color Cylindrical-coordinate representation of color #D86596: hue angle of 334.43º degrees, saturation: 0.6, 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 #D86596 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 150 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.15 |
| HSL | 334.43º | 0.6% | 0.62% | - |
| HSV(B) | 334.43º | 0.53% | 0.85% | - |
| XYZ | 38.48 | 26.11 | 31.87 | - |
| YUV | 140.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 150 | 0 | 0.53 | 0.31 | 0.15 | 334.43 | 0.6 | 0.62 |
| Hex | D8 | 65 | 96 | 0 | 35 | 1F | F | 14E | 3C | 3E |
| Octal | 330 | 145 | 226 | 0 | 65 | 37 | 17 | 516 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10010110 | 0 | 110101 | 11111 | 1111 | 101001110 | 111100 | 111110 |
Color Harmonies of #D86596
Complementary color
Monochromatic Colors of #D86596
Black with #D86596
Text Example
Text Example
White with #D86596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86596; }
p { color: rgb(216,101,150); }
H1.HeaderClassName
{
color: #D86596;
}
.AnyTagClassName
{
color: #D86596;
}
</style>
background-color css
<style>
a { background-color: #D86596; }
a { background-color: rgb(216,101,150); }
div.DivClassName
{
background-color: #D86596;
}
.BgClassName
{
background-color: #D86596;
}
</style>
border-color css
<style>
span { border-color: #D86596; }
span { border-color: rgb(216,101,150); }
td.TdClassName
{
border-color: #D86596;
}
.TagClassName
{
border-color: #D86596;
}
</style>