Shades of Hopbush #D9659A
Tints of Hopbush #D9659A
RGB
CMYK
RGB Variations
Color information
#D9659A (or 0xD9659A) is known color: Hopbush. HEX triplet: D9, 65 and 9A. RGB value is (217,101,154). Sum of RGB (Red+Green+Blue) = 217+101+154=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9659A is #269A65. Grayscale: #8D8D8D. Windows color (decimal): -2529894 or 10118617. OLE color: 10118617.
HSL color Cylindrical-coordinate representation of color #D9659A: hue angle of 332.59º 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 #D9659A is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 154 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.15 |
| HSL | 332.59º | 0.6% | 0.62% | - |
| HSV(B) | 332.59º | 0.53% | 0.85% | - |
| XYZ | 39.1 | 26.39 | 33.61 | - |
| YUV | 141.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 154 | 0 | 0.53 | 0.29 | 0.15 | 332.59 | 0.6 | 0.62 |
| Hex | D9 | 65 | 9A | 0 | 35 | 1D | F | 14D | 3C | 3E |
| Octal | 331 | 145 | 232 | 0 | 65 | 35 | 17 | 515 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10011010 | 0 | 110101 | 11101 | 1111 | 101001101 | 111100 | 111110 |
Color Harmonies of #D9659A
Complementary color
Monochromatic Colors of #D9659A
Black with #D9659A
Text Example
Text Example
White with #D9659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9659A; }
p { color: rgb(217,101,154); }
H1.HeaderClassName
{
color: #D9659A;
}
.AnyTagClassName
{
color: #D9659A;
}
</style>
background-color css
<style>
a { background-color: #D9659A; }
a { background-color: rgb(217,101,154); }
div.DivClassName
{
background-color: #D9659A;
}
.BgClassName
{
background-color: #D9659A;
}
</style>
border-color css
<style>
span { border-color: #D9659A; }
span { border-color: rgb(217,101,154); }
td.TdClassName
{
border-color: #D9659A;
}
.TagClassName
{
border-color: #D9659A;
}
</style>