Shades of Hopbush #D96397
Tints of Hopbush #D96397
RGB
CMYK
RGB Variations
Color information
#D96397 (or 0xD96397) is known color: Hopbush. HEX triplet: D9, 63 and 97. RGB value is (217,99,151). Sum of RGB (Red+Green+Blue) = 217+99+151=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96397 is #269C68. Grayscale: #8C8C8C. Windows color (decimal): -2530409 or 9921497. OLE color: 9921497.
HSL color Cylindrical-coordinate representation of color #D96397: hue angle of 333.56º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96397 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 151 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.15 |
| HSL | 333.56º | 0.61% | 0.62% | - |
| HSV(B) | 333.56º | 0.54% | 0.85% | - |
| XYZ | 38.66 | 25.91 | 32.24 | - |
| YUV | 140.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 151 | 0 | 0.54 | 0.30 | 0.15 | 333.56 | 0.61 | 0.62 |
| Hex | D9 | 63 | 97 | 0 | 36 | 1E | F | 14E | 3D | 3E |
| Octal | 331 | 143 | 227 | 0 | 66 | 36 | 17 | 516 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10010111 | 0 | 110110 | 11110 | 1111 | 101001110 | 111101 | 111110 |
Color Harmonies of #D96397
Complementary color
Monochromatic Colors of #D96397
Black with #D96397
Text Example
Text Example
White with #D96397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96397; }
p { color: rgb(217,99,151); }
H1.HeaderClassName
{
color: #D96397;
}
.AnyTagClassName
{
color: #D96397;
}
</style>
background-color css
<style>
a { background-color: #D96397; }
a { background-color: rgb(217,99,151); }
div.DivClassName
{
background-color: #D96397;
}
.BgClassName
{
background-color: #D96397;
}
</style>
border-color css
<style>
span { border-color: #D96397; }
span { border-color: rgb(217,99,151); }
td.TdClassName
{
border-color: #D96397;
}
.TagClassName
{
border-color: #D96397;
}
</style>