Shades of Hopbush #D9659B
Tints of Hopbush #D9659B
RGB
CMYK
RGB Variations
Color information
#D9659B (or 0xD9659B) is known color: Hopbush. HEX triplet: D9, 65 and 9B. RGB value is (217,101,155). Sum of RGB (Red+Green+Blue) = 217+101+155=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9659B is #269A64. Grayscale: #8D8D8D. Windows color (decimal): -2529893 or 10184153. OLE color: 10184153.
HSL color Cylindrical-coordinate representation of color #D9659B: hue angle of 332.07º 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 #D9659B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 155 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.15 |
| HSL | 332.07º | 0.6% | 0.62% | - |
| HSV(B) | 332.07º | 0.53% | 0.85% | - |
| XYZ | 39.19 | 26.43 | 34.05 | - |
| YUV | 141.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 155 | 0 | 0.53 | 0.29 | 0.15 | 332.07 | 0.6 | 0.62 |
| Hex | D9 | 65 | 9B | 0 | 35 | 1D | F | 14C | 3C | 3E |
| Octal | 331 | 145 | 233 | 0 | 65 | 35 | 17 | 514 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10011011 | 0 | 110101 | 11101 | 1111 | 101001100 | 111100 | 111110 |
Color Harmonies of #D9659B
Complementary color
Monochromatic Colors of #D9659B
Black with #D9659B
Text Example
Text Example
White with #D9659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9659B; }
p { color: rgb(217,101,155); }
H1.HeaderClassName
{
color: #D9659B;
}
.AnyTagClassName
{
color: #D9659B;
}
</style>
background-color css
<style>
a { background-color: #D9659B; }
a { background-color: rgb(217,101,155); }
div.DivClassName
{
background-color: #D9659B;
}
.BgClassName
{
background-color: #D9659B;
}
</style>
border-color css
<style>
span { border-color: #D9659B; }
span { border-color: rgb(217,101,155); }
td.TdClassName
{
border-color: #D9659B;
}
.TagClassName
{
border-color: #D9659B;
}
</style>