Shades of Hopbush #D17B9D
Tints of Hopbush #D17B9D
RGB
CMYK
RGB Variations
Color information
#D17B9D (or 0xD17B9D) is known color: Hopbush. HEX triplet: D1, 7B and 9D. RGB value is (209,123,157). Sum of RGB (Red+Green+Blue) = 209+123+157=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17B9D is #2E8462. Grayscale: #989898. Windows color (decimal): -3048547 or 10320849. OLE color: 10320849.
HSL color Cylindrical-coordinate representation of color #D17B9D: hue angle of 336.28º 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 #D17B9D is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 123 | 157 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.18 |
| HSL | 336.28º | 0.48% | 0.65% | - |
| HSV(B) | 336.28º | 0.41% | 0.82% | - |
| XYZ | 39.46 | 30.16 | 35.64 | - |
| YUV | 152.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 157 | 0 | 0.41 | 0.25 | 0.18 | 336.28 | 0.48 | 0.65 |
| Hex | D1 | 7B | 9D | 0 | 29 | 19 | 12 | 150 | 30 | 41 |
| Octal | 321 | 173 | 235 | 0 | 51 | 31 | 22 | 520 | 60 | 101 |
| Binary | 11010001 | 1111011 | 10011101 | 0 | 101001 | 11001 | 10010 | 101010000 | 110000 | 1000001 |
Color Harmonies of #D17B9D
Complementary color
Monochromatic Colors of #D17B9D
Black with #D17B9D
Text Example
Text Example
White with #D17B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17B9D; }
p { color: rgb(209,123,157); }
H1.HeaderClassName
{
color: #D17B9D;
}
.AnyTagClassName
{
color: #D17B9D;
}
</style>
background-color css
<style>
a { background-color: #D17B9D; }
a { background-color: rgb(209,123,157); }
div.DivClassName
{
background-color: #D17B9D;
}
.BgClassName
{
background-color: #D17B9D;
}
</style>
border-color css
<style>
span { border-color: #D17B9D; }
span { border-color: rgb(209,123,157); }
td.TdClassName
{
border-color: #D17B9D;
}
.TagClassName
{
border-color: #D17B9D;
}
</style>