Shades of Hopbush #D86295
Tints of Hopbush #D86295
RGB
CMYK
RGB Variations
Color information
#D86295 (or 0xD86295) is known color: Hopbush. HEX triplet: D8, 62 and 95. RGB value is (216,98,149). Sum of RGB (Red+Green+Blue) = 216+98+149=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86295 is #279D6A. Grayscale: #8B8B8B. Windows color (decimal): -2596203 or 9790168. OLE color: 9790168.
HSL color Cylindrical-coordinate representation of color #D86295: hue angle of 334.07º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86295 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 149 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.15 |
| HSL | 334.07º | 0.6% | 0.62% | - |
| HSV(B) | 334.07º | 0.55% | 0.85% | - |
| XYZ | 38.11 | 25.5 | 31.35 | - |
| YUV | 139.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 149 | 0 | 0.55 | 0.31 | 0.15 | 334.07 | 0.6 | 0.62 |
| Hex | D8 | 62 | 95 | 0 | 37 | 1F | F | 14E | 3C | 3E |
| Octal | 330 | 142 | 225 | 0 | 67 | 37 | 17 | 516 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10010101 | 0 | 110111 | 11111 | 1111 | 101001110 | 111100 | 111110 |
Color Harmonies of #D86295
Complementary color
Monochromatic Colors of #D86295
Black with #D86295
Text Example
Text Example
White with #D86295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86295; }
p { color: rgb(216,98,149); }
H1.HeaderClassName
{
color: #D86295;
}
.AnyTagClassName
{
color: #D86295;
}
</style>
background-color css
<style>
a { background-color: #D86295; }
a { background-color: rgb(216,98,149); }
div.DivClassName
{
background-color: #D86295;
}
.BgClassName
{
background-color: #D86295;
}
</style>
border-color css
<style>
span { border-color: #D86295; }
span { border-color: rgb(216,98,149); }
td.TdClassName
{
border-color: #D86295;
}
.TagClassName
{
border-color: #D86295;
}
</style>