Shades of Hopbush #D17297
Tints of Hopbush #D17297
RGB
CMYK
RGB Variations
Color information
#D17297 (or 0xD17297) is known color: Hopbush. HEX triplet: D1, 72 and 97. RGB value is (209,114,151). Sum of RGB (Red+Green+Blue) = 209+114+151=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D17297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17297 is #2E8D68. Grayscale: #929292. Windows color (decimal): -3050857 or 9925329. OLE color: 9925329.
HSL color Cylindrical-coordinate representation of color #D17297: hue angle of 336.63º 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 #D17297 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 151 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.18 |
| HSL | 336.63º | 0.51% | 0.63% | - |
| HSV(B) | 336.63º | 0.45% | 0.82% | - |
| XYZ | 37.9 | 27.82 | 32.65 | - |
| YUV | 146.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 151 | 0 | 0.45 | 0.28 | 0.18 | 336.63 | 0.51 | 0.63 |
| Hex | D1 | 72 | 97 | 0 | 2D | 1C | 12 | 151 | 33 | 3F |
| Octal | 321 | 162 | 227 | 0 | 55 | 34 | 22 | 521 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10010111 | 0 | 101101 | 11100 | 10010 | 101010001 | 110011 | 111111 |
Color Harmonies of #D17297
Complementary color
Monochromatic Colors of #D17297
Black with #D17297
Text Example
Text Example
White with #D17297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17297; }
p { color: rgb(209,114,151); }
H1.HeaderClassName
{
color: #D17297;
}
.AnyTagClassName
{
color: #D17297;
}
</style>
background-color css
<style>
a { background-color: #D17297; }
a { background-color: rgb(209,114,151); }
div.DivClassName
{
background-color: #D17297;
}
.BgClassName
{
background-color: #D17297;
}
</style>
border-color css
<style>
span { border-color: #D17297; }
span { border-color: rgb(209,114,151); }
td.TdClassName
{
border-color: #D17297;
}
.TagClassName
{
border-color: #D17297;
}
</style>