Shades of Hopbush #D16696
Tints of Hopbush #D16696
RGB
CMYK
RGB Variations
Color information
#D16696 (or 0xD16696) is known color: Hopbush. HEX triplet: D1, 66 and 96. RGB value is (209,102,150). Sum of RGB (Red+Green+Blue) = 209+102+150=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D16696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16696 is #2E9969. Grayscale: #8B8B8B. Windows color (decimal): -3053930 or 9856721. OLE color: 9856721.
HSL color Cylindrical-coordinate representation of color #D16696: hue angle of 333.08º 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 #D16696 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 150 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.18 |
| HSL | 333.08º | 0.54% | 0.61% | - |
| HSV(B) | 333.08º | 0.51% | 0.82% | - |
| XYZ | 36.55 | 25.26 | 31.8 | - |
| YUV | 139.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 150 | 0 | 0.51 | 0.28 | 0.18 | 333.08 | 0.54 | 0.61 |
| Hex | D1 | 66 | 96 | 0 | 33 | 1C | 12 | 14D | 36 | 3D |
| Octal | 321 | 146 | 226 | 0 | 63 | 34 | 22 | 515 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10010110 | 0 | 110011 | 11100 | 10010 | 101001101 | 110110 | 111101 |
Color Harmonies of #D16696
Complementary color
Monochromatic Colors of #D16696
Black with #D16696
Text Example
Text Example
White with #D16696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16696; }
p { color: rgb(209,102,150); }
H1.HeaderClassName
{
color: #D16696;
}
.AnyTagClassName
{
color: #D16696;
}
</style>
background-color css
<style>
a { background-color: #D16696; }
a { background-color: rgb(209,102,150); }
div.DivClassName
{
background-color: #D16696;
}
.BgClassName
{
background-color: #D16696;
}
</style>
border-color css
<style>
span { border-color: #D16696; }
span { border-color: rgb(209,102,150); }
td.TdClassName
{
border-color: #D16696;
}
.TagClassName
{
border-color: #D16696;
}
</style>