Shades of Hopbush #D17B9E
Tints of Hopbush #D17B9E
RGB
CMYK
RGB Variations
Color information
#D17B9E (or 0xD17B9E) is known color: Hopbush. HEX triplet: D1, 7B and 9E. RGB value is (209,123,158). Sum of RGB (Red+Green+Blue) = 209+123+158=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17B9E is #2E8461. Grayscale: #989898. Windows color (decimal): -3048546 or 10386385. OLE color: 10386385.
HSL color Cylindrical-coordinate representation of color #D17B9E: hue angle of 335.58º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17B9E is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 123 | 158 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.18 |
| HSL | 335.58º | 0.48% | 0.65% | - |
| HSV(B) | 335.58º | 0.41% | 0.82% | - |
| XYZ | 39.55 | 30.19 | 36.09 | - |
| YUV | 152.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 158 | 0 | 0.41 | 0.24 | 0.18 | 335.58 | 0.48 | 0.65 |
| Hex | D1 | 7B | 9E | 0 | 29 | 18 | 12 | 150 | 30 | 41 |
| Octal | 321 | 173 | 236 | 0 | 51 | 30 | 22 | 520 | 60 | 101 |
| Binary | 11010001 | 1111011 | 10011110 | 0 | 101001 | 11000 | 10010 | 101010000 | 110000 | 1000001 |
Color Harmonies of #D17B9E
Complementary color
Monochromatic Colors of #D17B9E
Black with #D17B9E
Text Example
Text Example
White with #D17B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17B9E; }
p { color: rgb(209,123,158); }
H1.HeaderClassName
{
color: #D17B9E;
}
.AnyTagClassName
{
color: #D17B9E;
}
</style>
background-color css
<style>
a { background-color: #D17B9E; }
a { background-color: rgb(209,123,158); }
div.DivClassName
{
background-color: #D17B9E;
}
.BgClassName
{
background-color: #D17B9E;
}
</style>
border-color css
<style>
span { border-color: #D17B9E; }
span { border-color: rgb(209,123,158); }
td.TdClassName
{
border-color: #D17B9E;
}
.TagClassName
{
border-color: #D17B9E;
}
</style>