Shades of Hopbush #D17494
Tints of Hopbush #D17494
RGB
CMYK
RGB Variations
Color information
#D17494 (or 0xD17494) is known color: Hopbush. HEX triplet: D1, 74 and 94. RGB value is (209,116,148). Sum of RGB (Red+Green+Blue) = 209+116+148=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D17494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17494 is #2E8B6B. Grayscale: #939393. Windows color (decimal): -3050348 or 9729233. OLE color: 9729233.
HSL color Cylindrical-coordinate representation of color #D17494: hue angle of 339.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17494 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 148 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.18 |
| HSL | 339.35º | 0.5% | 0.64% | - |
| HSV(B) | 339.35º | 0.44% | 0.82% | - |
| XYZ | 37.89 | 28.18 | 31.46 | - |
| YUV | 147.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 148 | 0 | 0.44 | 0.29 | 0.18 | 339.35 | 0.5 | 0.64 |
| Hex | D1 | 74 | 94 | 0 | 2C | 1D | 12 | 153 | 32 | 40 |
| Octal | 321 | 164 | 224 | 0 | 54 | 35 | 22 | 523 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10010100 | 0 | 101100 | 11101 | 10010 | 101010011 | 110010 | 1000000 |
Color Harmonies of #D17494
Complementary color
Monochromatic Colors of #D17494
Black with #D17494
Text Example
Text Example
White with #D17494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17494; }
p { color: rgb(209,116,148); }
H1.HeaderClassName
{
color: #D17494;
}
.AnyTagClassName
{
color: #D17494;
}
</style>
background-color css
<style>
a { background-color: #D17494; }
a { background-color: rgb(209,116,148); }
div.DivClassName
{
background-color: #D17494;
}
.BgClassName
{
background-color: #D17494;
}
</style>
border-color css
<style>
span { border-color: #D17494; }
span { border-color: rgb(209,116,148); }
td.TdClassName
{
border-color: #D17494;
}
.TagClassName
{
border-color: #D17494;
}
</style>