Shades of Hopbush #D8659C
Tints of Hopbush #D8659C
RGB
CMYK
RGB Variations
Color information
#D8659C (or 0xD8659C) is known color: Hopbush. HEX triplet: D8, 65 and 9C. RGB value is (216,101,156). Sum of RGB (Red+Green+Blue) = 216+101+156=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8659C is #279A63. Grayscale: #8D8D8D. Windows color (decimal): -2595428 or 10249688. OLE color: 10249688.
HSL color Cylindrical-coordinate representation of color #D8659C: hue angle of 331.3º 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 #D8659C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 156 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.15 |
| HSL | 331.3º | 0.6% | 0.62% | - |
| HSV(B) | 331.3º | 0.53% | 0.85% | - |
| XYZ | 38.97 | 26.31 | 34.48 | - |
| YUV | 141.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 156 | 0 | 0.53 | 0.28 | 0.15 | 331.3 | 0.6 | 0.62 |
| Hex | D8 | 65 | 9C | 0 | 35 | 1C | F | 14B | 3C | 3E |
| Octal | 330 | 145 | 234 | 0 | 65 | 34 | 17 | 513 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10011100 | 0 | 110101 | 11100 | 1111 | 101001011 | 111100 | 111110 |
Color Harmonies of #D8659C
Complementary color
Monochromatic Colors of #D8659C
Black with #D8659C
Text Example
Text Example
White with #D8659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8659C; }
p { color: rgb(216,101,156); }
H1.HeaderClassName
{
color: #D8659C;
}
.AnyTagClassName
{
color: #D8659C;
}
</style>
background-color css
<style>
a { background-color: #D8659C; }
a { background-color: rgb(216,101,156); }
div.DivClassName
{
background-color: #D8659C;
}
.BgClassName
{
background-color: #D8659C;
}
</style>
border-color css
<style>
span { border-color: #D8659C; }
span { border-color: rgb(216,101,156); }
td.TdClassName
{
border-color: #D8659C;
}
.TagClassName
{
border-color: #D8659C;
}
</style>