Shades of Hopbush #D8659E
Tints of Hopbush #D8659E
RGB
CMYK
RGB Variations
Color information
#D8659E (or 0xD8659E) is known color: Hopbush. HEX triplet: D8, 65 and 9E. RGB value is (216,101,158). Sum of RGB (Red+Green+Blue) = 216+101+158=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8659E is #279A61. Grayscale: #8D8D8D. Windows color (decimal): -2595426 or 10380760. OLE color: 10380760.
HSL color Cylindrical-coordinate representation of color #D8659E: hue angle of 330.26º 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 #D8659E is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 158 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.15 |
| HSL | 330.26º | 0.6% | 0.62% | - |
| HSV(B) | 330.26º | 0.53% | 0.85% | - |
| XYZ | 39.14 | 26.37 | 35.38 | - |
| YUV | 141.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 158 | 0 | 0.53 | 0.27 | 0.15 | 330.26 | 0.6 | 0.62 |
| Hex | D8 | 65 | 9E | 0 | 35 | 1B | F | 14A | 3C | 3E |
| Octal | 330 | 145 | 236 | 0 | 65 | 33 | 17 | 512 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10011110 | 0 | 110101 | 11011 | 1111 | 101001010 | 111100 | 111110 |
Color Harmonies of #D8659E
Complementary color
Monochromatic Colors of #D8659E
Black with #D8659E
Text Example
Text Example
White with #D8659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8659E; }
p { color: rgb(216,101,158); }
H1.HeaderClassName
{
color: #D8659E;
}
.AnyTagClassName
{
color: #D8659E;
}
</style>
background-color css
<style>
a { background-color: #D8659E; }
a { background-color: rgb(216,101,158); }
div.DivClassName
{
background-color: #D8659E;
}
.BgClassName
{
background-color: #D8659E;
}
</style>
border-color css
<style>
span { border-color: #D8659E; }
span { border-color: rgb(216,101,158); }
td.TdClassName
{
border-color: #D8659E;
}
.TagClassName
{
border-color: #D8659E;
}
</style>