Shades of Hopbush #D16596
Tints of Hopbush #D16596
RGB
CMYK
RGB Variations
Color information
#D16596 (or 0xD16596) is known color: Hopbush. HEX triplet: D1, 65 and 96. RGB value is (209,101,150). Sum of RGB (Red+Green+Blue) = 209+101+150=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D16596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16596 is #2E9A69. Grayscale: #8A8A8A. Windows color (decimal): -3054186 or 9856465. OLE color: 9856465.
HSL color Cylindrical-coordinate representation of color #D16596: hue angle of 332.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16596 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 150 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.18 |
| HSL | 332.78º | 0.54% | 0.61% | - |
| HSV(B) | 332.78º | 0.52% | 0.82% | - |
| XYZ | 36.45 | 25.06 | 31.77 | - |
| YUV | 138.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 150 | 0 | 0.52 | 0.28 | 0.18 | 332.78 | 0.54 | 0.61 |
| Hex | D1 | 65 | 96 | 0 | 34 | 1C | 12 | 14D | 36 | 3D |
| Octal | 321 | 145 | 226 | 0 | 64 | 34 | 22 | 515 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10010110 | 0 | 110100 | 11100 | 10010 | 101001101 | 110110 | 111101 |
Color Harmonies of #D16596
Complementary color
Monochromatic Colors of #D16596
Black with #D16596
Text Example
Text Example
White with #D16596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16596; }
p { color: rgb(209,101,150); }
H1.HeaderClassName
{
color: #D16596;
}
.AnyTagClassName
{
color: #D16596;
}
</style>
background-color css
<style>
a { background-color: #D16596; }
a { background-color: rgb(209,101,150); }
div.DivClassName
{
background-color: #D16596;
}
.BgClassName
{
background-color: #D16596;
}
</style>
border-color css
<style>
span { border-color: #D16596; }
span { border-color: rgb(209,101,150); }
td.TdClassName
{
border-color: #D16596;
}
.TagClassName
{
border-color: #D16596;
}
</style>