Shades of Hopbush #D16697
Tints of Hopbush #D16697
RGB
CMYK
RGB Variations
Color information
#D16697 (or 0xD16697) is known color: Hopbush. HEX triplet: D1, 66 and 97. RGB value is (209,102,151). Sum of RGB (Red+Green+Blue) = 209+102+151=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D16697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16697 is #2E9968. Grayscale: #8B8B8B. Windows color (decimal): -3053929 or 9922257. OLE color: 9922257.
HSL color Cylindrical-coordinate representation of color #D16697: hue angle of 332.52º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16697 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 151 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.18 |
| HSL | 332.52º | 0.54% | 0.61% | - |
| HSV(B) | 332.52º | 0.51% | 0.82% | - |
| XYZ | 36.63 | 25.29 | 32.23 | - |
| YUV | 139.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 151 | 0 | 0.51 | 0.28 | 0.18 | 332.52 | 0.54 | 0.61 |
| Hex | D1 | 66 | 97 | 0 | 33 | 1C | 12 | 14D | 36 | 3D |
| Octal | 321 | 146 | 227 | 0 | 63 | 34 | 22 | 515 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10010111 | 0 | 110011 | 11100 | 10010 | 101001101 | 110110 | 111101 |
Color Harmonies of #D16697
Complementary color
Monochromatic Colors of #D16697
Black with #D16697
Text Example
Text Example
White with #D16697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16697; }
p { color: rgb(209,102,151); }
H1.HeaderClassName
{
color: #D16697;
}
.AnyTagClassName
{
color: #D16697;
}
</style>
background-color css
<style>
a { background-color: #D16697; }
a { background-color: rgb(209,102,151); }
div.DivClassName
{
background-color: #D16697;
}
.BgClassName
{
background-color: #D16697;
}
</style>
border-color css
<style>
span { border-color: #D16697; }
span { border-color: rgb(209,102,151); }
td.TdClassName
{
border-color: #D16697;
}
.TagClassName
{
border-color: #D16697;
}
</style>