Shades of Hopbush #D17BA5
Tints of Hopbush #D17BA5
RGB
CMYK
RGB Variations
Color information
#D17BA5 (or 0xD17BA5) is known color: Hopbush. HEX triplet: D1, 7B and A5. RGB value is (209,123,165). Sum of RGB (Red+Green+Blue) = 209+123+165=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17BA5 is #2E845A. Grayscale: #999999. Windows color (decimal): -3048539 or 10845137. OLE color: 10845137.
HSL color Cylindrical-coordinate representation of color #D17BA5: hue angle of 330.7º 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 #D17BA5 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 123 | 165 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.18 |
| HSL | 330.7º | 0.48% | 0.65% | - |
| HSV(B) | 330.7º | 0.41% | 0.82% | - |
| XYZ | 40.17 | 30.44 | 39.36 | - |
| YUV | 153.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 165 | 0 | 0.41 | 0.21 | 0.18 | 330.7 | 0.48 | 0.65 |
| Hex | D1 | 7B | A5 | 0 | 29 | 15 | 12 | 14B | 30 | 41 |
| Octal | 321 | 173 | 245 | 0 | 51 | 25 | 22 | 513 | 60 | 101 |
| Binary | 11010001 | 1111011 | 10100101 | 0 | 101001 | 10101 | 10010 | 101001011 | 110000 | 1000001 |
Color Harmonies of #D17BA5
Complementary color
Monochromatic Colors of #D17BA5
Black with #D17BA5
Text Example
Text Example
White with #D17BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BA5; }
p { color: rgb(209,123,165); }
H1.HeaderClassName
{
color: #D17BA5;
}
.AnyTagClassName
{
color: #D17BA5;
}
</style>
background-color css
<style>
a { background-color: #D17BA5; }
a { background-color: rgb(209,123,165); }
div.DivClassName
{
background-color: #D17BA5;
}
.BgClassName
{
background-color: #D17BA5;
}
</style>
border-color css
<style>
span { border-color: #D17BA5; }
span { border-color: rgb(209,123,165); }
td.TdClassName
{
border-color: #D17BA5;
}
.TagClassName
{
border-color: #D17BA5;
}
</style>