Shades of Hopbush #D17997
Tints of Hopbush #D17997
RGB
CMYK
RGB Variations
Color information
#D17997 (or 0xD17997) is known color: Hopbush. HEX triplet: D1, 79 and 97. RGB value is (209,121,151). Sum of RGB (Red+Green+Blue) = 209+121+151=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D17997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17997 is #2E8668. Grayscale: #969696. Windows color (decimal): -3049065 or 9927121. OLE color: 9927121.
HSL color Cylindrical-coordinate representation of color #D17997: hue angle of 339.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17997 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 151 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.18 |
| HSL | 339.55º | 0.49% | 0.65% | - |
| HSV(B) | 339.55º | 0.42% | 0.82% | - |
| XYZ | 38.72 | 29.46 | 32.92 | - |
| YUV | 150.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 151 | 0 | 0.42 | 0.28 | 0.18 | 339.55 | 0.49 | 0.65 |
| Hex | D1 | 79 | 97 | 0 | 2A | 1C | 12 | 154 | 31 | 41 |
| Octal | 321 | 171 | 227 | 0 | 52 | 34 | 22 | 524 | 61 | 101 |
| Binary | 11010001 | 1111001 | 10010111 | 0 | 101010 | 11100 | 10010 | 101010100 | 110001 | 1000001 |
Color Harmonies of #D17997
Complementary color
Monochromatic Colors of #D17997
Black with #D17997
Text Example
Text Example
White with #D17997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17997; }
p { color: rgb(209,121,151); }
H1.HeaderClassName
{
color: #D17997;
}
.AnyTagClassName
{
color: #D17997;
}
</style>
background-color css
<style>
a { background-color: #D17997; }
a { background-color: rgb(209,121,151); }
div.DivClassName
{
background-color: #D17997;
}
.BgClassName
{
background-color: #D17997;
}
</style>
border-color css
<style>
span { border-color: #D17997; }
span { border-color: rgb(209,121,151); }
td.TdClassName
{
border-color: #D17997;
}
.TagClassName
{
border-color: #D17997;
}
</style>