Shades of Hopbush #D17295
Tints of Hopbush #D17295
RGB
CMYK
RGB Variations
Color information
#D17295 (or 0xD17295) is known color: Hopbush. HEX triplet: D1, 72 and 95. RGB value is (209,114,149). Sum of RGB (Red+Green+Blue) = 209+114+149=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D17295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17295 is #2E8D6A. Grayscale: #929292. Windows color (decimal): -3050859 or 9794257. OLE color: 9794257.
HSL color Cylindrical-coordinate representation of color #D17295: hue angle of 337.89º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17295 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 149 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.18 |
| HSL | 337.89º | 0.51% | 0.63% | - |
| HSV(B) | 337.89º | 0.45% | 0.82% | - |
| XYZ | 37.74 | 27.76 | 31.8 | - |
| YUV | 146.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 149 | 0 | 0.45 | 0.29 | 0.18 | 337.89 | 0.51 | 0.63 |
| Hex | D1 | 72 | 95 | 0 | 2D | 1D | 12 | 152 | 33 | 3F |
| Octal | 321 | 162 | 225 | 0 | 55 | 35 | 22 | 522 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10010101 | 0 | 101101 | 11101 | 10010 | 101010010 | 110011 | 111111 |
Color Harmonies of #D17295
Complementary color
Monochromatic Colors of #D17295
Black with #D17295
Text Example
Text Example
White with #D17295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17295; }
p { color: rgb(209,114,149); }
H1.HeaderClassName
{
color: #D17295;
}
.AnyTagClassName
{
color: #D17295;
}
</style>
background-color css
<style>
a { background-color: #D17295; }
a { background-color: rgb(209,114,149); }
div.DivClassName
{
background-color: #D17295;
}
.BgClassName
{
background-color: #D17295;
}
</style>
border-color css
<style>
span { border-color: #D17295; }
span { border-color: rgb(209,114,149); }
td.TdClassName
{
border-color: #D17295;
}
.TagClassName
{
border-color: #D17295;
}
</style>