Shades of Hopbush #D17094
Tints of Hopbush #D17094
RGB
CMYK
RGB Variations
Color information
#D17094 (or 0xD17094) is known color: Hopbush. HEX triplet: D1, 70 and 94. RGB value is (209,112,148). Sum of RGB (Red+Green+Blue) = 209+112+148=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D17094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17094 is #2E8F6B. Grayscale: #919191. Windows color (decimal): -3051372 or 9728209. OLE color: 9728209.
HSL color Cylindrical-coordinate representation of color #D17094: hue angle of 337.73º 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 #D17094 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 148 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.18 |
| HSL | 337.73º | 0.51% | 0.63% | - |
| HSV(B) | 337.73º | 0.46% | 0.82% | - |
| XYZ | 37.43 | 27.28 | 31.31 | - |
| YUV | 145.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 148 | 0 | 0.46 | 0.29 | 0.18 | 337.73 | 0.51 | 0.63 |
| Hex | D1 | 70 | 94 | 0 | 2E | 1D | 12 | 152 | 33 | 3F |
| Octal | 321 | 160 | 224 | 0 | 56 | 35 | 22 | 522 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10010100 | 0 | 101110 | 11101 | 10010 | 101010010 | 110011 | 111111 |
Color Harmonies of #D17094
Complementary color
Monochromatic Colors of #D17094
Black with #D17094
Text Example
Text Example
White with #D17094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17094; }
p { color: rgb(209,112,148); }
H1.HeaderClassName
{
color: #D17094;
}
.AnyTagClassName
{
color: #D17094;
}
</style>
background-color css
<style>
a { background-color: #D17094; }
a { background-color: rgb(209,112,148); }
div.DivClassName
{
background-color: #D17094;
}
.BgClassName
{
background-color: #D17094;
}
</style>
border-color css
<style>
span { border-color: #D17094; }
span { border-color: rgb(209,112,148); }
td.TdClassName
{
border-color: #D17094;
}
.TagClassName
{
border-color: #D17094;
}
</style>