Shades of Hopbush #D17293
Tints of Hopbush #D17293
RGB
CMYK
RGB Variations
Color information
#D17293 (or 0xD17293) is known color: Hopbush. HEX triplet: D1, 72 and 93. RGB value is (209,114,147). Sum of RGB (Red+Green+Blue) = 209+114+147=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D17293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17293 is #2E8D6C. Grayscale: #929292. Windows color (decimal): -3050861 or 9663185. OLE color: 9663185.
HSL color Cylindrical-coordinate representation of color #D17293: hue angle of 339.16º 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 #D17293 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 147 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.18 |
| HSL | 339.16º | 0.51% | 0.63% | - |
| HSV(B) | 339.16º | 0.45% | 0.82% | - |
| XYZ | 37.58 | 27.7 | 30.97 | - |
| YUV | 146.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 147 | 0 | 0.45 | 0.30 | 0.18 | 339.16 | 0.51 | 0.63 |
| Hex | D1 | 72 | 93 | 0 | 2D | 1E | 12 | 153 | 33 | 3F |
| Octal | 321 | 162 | 223 | 0 | 55 | 36 | 22 | 523 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10010011 | 0 | 101101 | 11110 | 10010 | 101010011 | 110011 | 111111 |
Color Harmonies of #D17293
Complementary color
Monochromatic Colors of #D17293
Black with #D17293
Text Example
Text Example
White with #D17293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17293; }
p { color: rgb(209,114,147); }
H1.HeaderClassName
{
color: #D17293;
}
.AnyTagClassName
{
color: #D17293;
}
</style>
background-color css
<style>
a { background-color: #D17293; }
a { background-color: rgb(209,114,147); }
div.DivClassName
{
background-color: #D17293;
}
.BgClassName
{
background-color: #D17293;
}
</style>
border-color css
<style>
span { border-color: #D17293; }
span { border-color: rgb(209,114,147); }
td.TdClassName
{
border-color: #D17293;
}
.TagClassName
{
border-color: #D17293;
}
</style>