Shades of Hopbush #D16B96
Tints of Hopbush #D16B96
RGB
CMYK
RGB Variations
Color information
#D16B96 (or 0xD16B96) is known color: Hopbush. HEX triplet: D1, 6B and 96. RGB value is (209,107,150). Sum of RGB (Red+Green+Blue) = 209+107+150=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16B96 is #2E9469. Grayscale: #8E8E8E. Windows color (decimal): -3052650 or 9858001. OLE color: 9858001.
HSL color Cylindrical-coordinate representation of color #D16B96: hue angle of 334.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16B96 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 150 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.18 |
| HSL | 334.71º | 0.53% | 0.62% | - |
| HSV(B) | 334.71º | 0.49% | 0.82% | - |
| XYZ | 37.06 | 26.27 | 31.97 | - |
| YUV | 142.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 150 | 0 | 0.49 | 0.28 | 0.18 | 334.71 | 0.53 | 0.62 |
| Hex | D1 | 6B | 96 | 0 | 31 | 1C | 12 | 14F | 35 | 3E |
| Octal | 321 | 153 | 226 | 0 | 61 | 34 | 22 | 517 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10010110 | 0 | 110001 | 11100 | 10010 | 101001111 | 110101 | 111110 |
Color Harmonies of #D16B96
Complementary color
Monochromatic Colors of #D16B96
Black with #D16B96
Text Example
Text Example
White with #D16B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B96; }
p { color: rgb(209,107,150); }
H1.HeaderClassName
{
color: #D16B96;
}
.AnyTagClassName
{
color: #D16B96;
}
</style>
background-color css
<style>
a { background-color: #D16B96; }
a { background-color: rgb(209,107,150); }
div.DivClassName
{
background-color: #D16B96;
}
.BgClassName
{
background-color: #D16B96;
}
</style>
border-color css
<style>
span { border-color: #D16B96; }
span { border-color: rgb(209,107,150); }
td.TdClassName
{
border-color: #D16B96;
}
.TagClassName
{
border-color: #D16B96;
}
</style>