Shades of Hopbush #D17097
Tints of Hopbush #D17097
RGB
CMYK
RGB Variations
Color information
#D17097 (or 0xD17097) is known color: Hopbush. HEX triplet: D1, 70 and 97. RGB value is (209,112,151). Sum of RGB (Red+Green+Blue) = 209+112+151=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D17097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17097 is #2E8F68. Grayscale: #919191. Windows color (decimal): -3051369 or 9924817. OLE color: 9924817.
HSL color Cylindrical-coordinate representation of color #D17097: hue angle of 335.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17097 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 151 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.18 |
| HSL | 335.88º | 0.51% | 0.63% | - |
| HSV(B) | 335.88º | 0.46% | 0.82% | - |
| XYZ | 37.67 | 27.38 | 32.58 | - |
| YUV | 145.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 151 | 0 | 0.46 | 0.28 | 0.18 | 335.88 | 0.51 | 0.63 |
| Hex | D1 | 70 | 97 | 0 | 2E | 1C | 12 | 150 | 33 | 3F |
| Octal | 321 | 160 | 227 | 0 | 56 | 34 | 22 | 520 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10010111 | 0 | 101110 | 11100 | 10010 | 101010000 | 110011 | 111111 |
Color Harmonies of #D17097
Complementary color
Monochromatic Colors of #D17097
Black with #D17097
Text Example
Text Example
White with #D17097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17097; }
p { color: rgb(209,112,151); }
H1.HeaderClassName
{
color: #D17097;
}
.AnyTagClassName
{
color: #D17097;
}
</style>
background-color css
<style>
a { background-color: #D17097; }
a { background-color: rgb(209,112,151); }
div.DivClassName
{
background-color: #D17097;
}
.BgClassName
{
background-color: #D17097;
}
</style>
border-color css
<style>
span { border-color: #D17097; }
span { border-color: rgb(209,112,151); }
td.TdClassName
{
border-color: #D17097;
}
.TagClassName
{
border-color: #D17097;
}
</style>