Shades of Hopbush #D17696
Tints of Hopbush #D17696
RGB
CMYK
RGB Variations
Color information
#D17696 (or 0xD17696) is known color: Hopbush. HEX triplet: D1, 76 and 96. RGB value is (209,118,150). Sum of RGB (Red+Green+Blue) = 209+118+150=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D17696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17696 is #2E8969. Grayscale: #949494. Windows color (decimal): -3049834 or 9860817. OLE color: 9860817.
HSL color Cylindrical-coordinate representation of color #D17696: hue angle of 338.9º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17696 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 150 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.18 |
| HSL | 338.9º | 0.5% | 0.64% | - |
| HSV(B) | 338.9º | 0.44% | 0.82% | - |
| XYZ | 38.28 | 28.71 | 32.38 | - |
| YUV | 148.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 150 | 0 | 0.44 | 0.28 | 0.18 | 338.9 | 0.5 | 0.64 |
| Hex | D1 | 76 | 96 | 0 | 2C | 1C | 12 | 153 | 32 | 40 |
| Octal | 321 | 166 | 226 | 0 | 54 | 34 | 22 | 523 | 62 | 100 |
| Binary | 11010001 | 1110110 | 10010110 | 0 | 101100 | 11100 | 10010 | 101010011 | 110010 | 1000000 |
Color Harmonies of #D17696
Complementary color
Monochromatic Colors of #D17696
Black with #D17696
Text Example
Text Example
White with #D17696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17696; }
p { color: rgb(209,118,150); }
H1.HeaderClassName
{
color: #D17696;
}
.AnyTagClassName
{
color: #D17696;
}
</style>
background-color css
<style>
a { background-color: #D17696; }
a { background-color: rgb(209,118,150); }
div.DivClassName
{
background-color: #D17696;
}
.BgClassName
{
background-color: #D17696;
}
</style>
border-color css
<style>
span { border-color: #D17696; }
span { border-color: rgb(209,118,150); }
td.TdClassName
{
border-color: #D17696;
}
.TagClassName
{
border-color: #D17696;
}
</style>