Shades of Hopbush #D16097
Tints of Hopbush #D16097
RGB
CMYK
RGB Variations
Color information
#D16097 (or 0xD16097) is known color: Hopbush. HEX triplet: D1, 60 and 97. RGB value is (209,96,151). Sum of RGB (Red+Green+Blue) = 209+96+151=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D16097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16097 is #2E9F68. Grayscale: #878787. Windows color (decimal): -3055465 or 9920721. OLE color: 9920721.
HSL color Cylindrical-coordinate representation of color #D16097: hue angle of 330.8º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16097 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 151 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.18 |
| HSL | 330.8º | 0.55% | 0.6% | - |
| HSV(B) | 330.8º | 0.54% | 0.82% | - |
| XYZ | 36.06 | 24.16 | 32.04 | - |
| YUV | 136.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 151 | 0 | 0.54 | 0.28 | 0.18 | 330.8 | 0.55 | 0.6 |
| Hex | D1 | 60 | 97 | 0 | 36 | 1C | 12 | 14B | 37 | 3C |
| Octal | 321 | 140 | 227 | 0 | 66 | 34 | 22 | 513 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10010111 | 0 | 110110 | 11100 | 10010 | 101001011 | 110111 | 111100 |
Color Harmonies of #D16097
Complementary color
Monochromatic Colors of #D16097
Black with #D16097
Text Example
Text Example
White with #D16097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16097; }
p { color: rgb(209,96,151); }
H1.HeaderClassName
{
color: #D16097;
}
.AnyTagClassName
{
color: #D16097;
}
</style>
background-color css
<style>
a { background-color: #D16097; }
a { background-color: rgb(209,96,151); }
div.DivClassName
{
background-color: #D16097;
}
.BgClassName
{
background-color: #D16097;
}
</style>
border-color css
<style>
span { border-color: #D16097; }
span { border-color: rgb(209,96,151); }
td.TdClassName
{
border-color: #D16097;
}
.TagClassName
{
border-color: #D16097;
}
</style>