Shades of Hopbush #D16E96
Tints of Hopbush #D16E96
RGB
CMYK
RGB Variations
Color information
#D16E96 (or 0xD16E96) is known color: Hopbush. HEX triplet: D1, 6E and 96. RGB value is (209,110,150). Sum of RGB (Red+Green+Blue) = 209+110+150=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E96 is #2E9169. Grayscale: #909090. Windows color (decimal): -3051882 or 9858769. OLE color: 9858769.
HSL color Cylindrical-coordinate representation of color #D16E96: hue angle of 335.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16E96 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 150 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.18 |
| HSL | 335.76º | 0.52% | 0.63% | - |
| HSV(B) | 335.76º | 0.47% | 0.82% | - |
| XYZ | 37.38 | 26.91 | 32.08 | - |
| YUV | 144.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 150 | 0 | 0.47 | 0.28 | 0.18 | 335.76 | 0.52 | 0.63 |
| Hex | D1 | 6E | 96 | 0 | 2F | 1C | 12 | 150 | 34 | 3F |
| Octal | 321 | 156 | 226 | 0 | 57 | 34 | 22 | 520 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10010110 | 0 | 101111 | 11100 | 10010 | 101010000 | 110100 | 111111 |
Color Harmonies of #D16E96
Complementary color
Monochromatic Colors of #D16E96
Black with #D16E96
Text Example
Text Example
White with #D16E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E96; }
p { color: rgb(209,110,150); }
H1.HeaderClassName
{
color: #D16E96;
}
.AnyTagClassName
{
color: #D16E96;
}
</style>
background-color css
<style>
a { background-color: #D16E96; }
a { background-color: rgb(209,110,150); }
div.DivClassName
{
background-color: #D16E96;
}
.BgClassName
{
background-color: #D16E96;
}
</style>
border-color css
<style>
span { border-color: #D16E96; }
span { border-color: rgb(209,110,150); }
td.TdClassName
{
border-color: #D16E96;
}
.TagClassName
{
border-color: #D16E96;
}
</style>