Shades of Hopbush #D96099
Tints of Hopbush #D96099
RGB
CMYK
RGB Variations
Color information
#D96099 (or 0xD96099) is known color: Hopbush. HEX triplet: D9, 60 and 99. RGB value is (217,96,153). Sum of RGB (Red+Green+Blue) = 217+96+153=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D96099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96099 is #269F66. Grayscale: #8A8A8A. Windows color (decimal): -2531175 or 10051801. OLE color: 10051801.
HSL color Cylindrical-coordinate representation of color #D96099: hue angle of 331.74º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96099 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 153 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.15 |
| HSL | 331.74º | 0.61% | 0.61% | - |
| HSV(B) | 331.74º | 0.56% | 0.85% | - |
| XYZ | 38.55 | 25.42 | 33.01 | - |
| YUV | 138.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 153 | 0 | 0.56 | 0.29 | 0.15 | 331.74 | 0.61 | 0.61 |
| Hex | D9 | 60 | 99 | 0 | 38 | 1D | F | 14C | 3D | 3D |
| Octal | 331 | 140 | 231 | 0 | 70 | 35 | 17 | 514 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10011001 | 0 | 111000 | 11101 | 1111 | 101001100 | 111101 | 111101 |
Color Harmonies of #D96099
Complementary color
Monochromatic Colors of #D96099
Black with #D96099
Text Example
Text Example
White with #D96099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96099; }
p { color: rgb(217,96,153); }
H1.HeaderClassName
{
color: #D96099;
}
.AnyTagClassName
{
color: #D96099;
}
</style>
background-color css
<style>
a { background-color: #D96099; }
a { background-color: rgb(217,96,153); }
div.DivClassName
{
background-color: #D96099;
}
.BgClassName
{
background-color: #D96099;
}
</style>
border-color css
<style>
span { border-color: #D96099; }
span { border-color: rgb(217,96,153); }
td.TdClassName
{
border-color: #D96099;
}
.TagClassName
{
border-color: #D96099;
}
</style>