Shades of Hopbush #D17296
Tints of Hopbush #D17296
RGB
CMYK
RGB Variations
Color information
#D17296 (or 0xD17296) is known color: Hopbush. HEX triplet: D1, 72 and 96. RGB value is (209,114,150). Sum of RGB (Red+Green+Blue) = 209+114+150=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D17296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17296 is #2E8D69. Grayscale: #929292. Windows color (decimal): -3050858 or 9859793. OLE color: 9859793.
HSL color Cylindrical-coordinate representation of color #D17296: hue angle of 337.26º 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 #D17296 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 150 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.18 |
| HSL | 337.26º | 0.51% | 0.63% | - |
| HSV(B) | 337.26º | 0.45% | 0.82% | - |
| XYZ | 37.82 | 27.79 | 32.23 | - |
| YUV | 146.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 150 | 0 | 0.45 | 0.28 | 0.18 | 337.26 | 0.51 | 0.63 |
| Hex | D1 | 72 | 96 | 0 | 2D | 1C | 12 | 151 | 33 | 3F |
| Octal | 321 | 162 | 226 | 0 | 55 | 34 | 22 | 521 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10010110 | 0 | 101101 | 11100 | 10010 | 101010001 | 110011 | 111111 |
Color Harmonies of #D17296
Complementary color
Monochromatic Colors of #D17296
Black with #D17296
Text Example
Text Example
White with #D17296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17296; }
p { color: rgb(209,114,150); }
H1.HeaderClassName
{
color: #D17296;
}
.AnyTagClassName
{
color: #D17296;
}
</style>
background-color css
<style>
a { background-color: #D17296; }
a { background-color: rgb(209,114,150); }
div.DivClassName
{
background-color: #D17296;
}
.BgClassName
{
background-color: #D17296;
}
</style>
border-color css
<style>
span { border-color: #D17296; }
span { border-color: rgb(209,114,150); }
td.TdClassName
{
border-color: #D17296;
}
.TagClassName
{
border-color: #D17296;
}
</style>