Shades of Hopbush #D96599
Tints of Hopbush #D96599
RGB
CMYK
RGB Variations
Color information
#D96599 (or 0xD96599) is known color: Hopbush. HEX triplet: D9, 65 and 99. RGB value is (217,101,153). Sum of RGB (Red+Green+Blue) = 217+101+153=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D96599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96599 is #269A66. Grayscale: #8D8D8D. Windows color (decimal): -2529895 or 10053081. OLE color: 10053081.
HSL color Cylindrical-coordinate representation of color #D96599: hue angle of 333.1º 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 #D96599 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 153 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.15 |
| HSL | 333.1º | 0.6% | 0.62% | - |
| HSV(B) | 333.1º | 0.53% | 0.85% | - |
| XYZ | 39.02 | 26.36 | 33.17 | - |
| YUV | 141.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 153 | 0 | 0.53 | 0.29 | 0.15 | 333.1 | 0.6 | 0.62 |
| Hex | D9 | 65 | 99 | 0 | 35 | 1D | F | 14D | 3C | 3E |
| Octal | 331 | 145 | 231 | 0 | 65 | 35 | 17 | 515 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10011001 | 0 | 110101 | 11101 | 1111 | 101001101 | 111100 | 111110 |
Color Harmonies of #D96599
Complementary color
Monochromatic Colors of #D96599
Black with #D96599
Text Example
Text Example
White with #D96599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96599; }
p { color: rgb(217,101,153); }
H1.HeaderClassName
{
color: #D96599;
}
.AnyTagClassName
{
color: #D96599;
}
</style>
background-color css
<style>
a { background-color: #D96599; }
a { background-color: rgb(217,101,153); }
div.DivClassName
{
background-color: #D96599;
}
.BgClassName
{
background-color: #D96599;
}
</style>
border-color css
<style>
span { border-color: #D96599; }
span { border-color: rgb(217,101,153); }
td.TdClassName
{
border-color: #D96599;
}
.TagClassName
{
border-color: #D96599;
}
</style>