Shades of Hopbush #D16096
Tints of Hopbush #D16096
RGB
CMYK
RGB Variations
Color information
#D16096 (or 0xD16096) is known color: Hopbush. HEX triplet: D1, 60 and 96. RGB value is (209,96,150). Sum of RGB (Red+Green+Blue) = 209+96+150=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D16096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16096 is #2E9F69. Grayscale: #878787. Windows color (decimal): -3055466 or 9855185. OLE color: 9855185.
HSL color Cylindrical-coordinate representation of color #D16096: hue angle of 331.33º 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 #D16096 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 150 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.18 |
| HSL | 331.33º | 0.55% | 0.6% | - |
| HSV(B) | 331.33º | 0.54% | 0.82% | - |
| XYZ | 35.98 | 24.12 | 31.61 | - |
| YUV | 135.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 150 | 0 | 0.54 | 0.28 | 0.18 | 331.33 | 0.55 | 0.6 |
| Hex | D1 | 60 | 96 | 0 | 36 | 1C | 12 | 14B | 37 | 3C |
| Octal | 321 | 140 | 226 | 0 | 66 | 34 | 22 | 513 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10010110 | 0 | 110110 | 11100 | 10010 | 101001011 | 110111 | 111100 |
Color Harmonies of #D16096
Complementary color
Monochromatic Colors of #D16096
Black with #D16096
Text Example
Text Example
White with #D16096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16096; }
p { color: rgb(209,96,150); }
H1.HeaderClassName
{
color: #D16096;
}
.AnyTagClassName
{
color: #D16096;
}
</style>
background-color css
<style>
a { background-color: #D16096; }
a { background-color: rgb(209,96,150); }
div.DivClassName
{
background-color: #D16096;
}
.BgClassName
{
background-color: #D16096;
}
</style>
border-color css
<style>
span { border-color: #D16096; }
span { border-color: rgb(209,96,150); }
td.TdClassName
{
border-color: #D16096;
}
.TagClassName
{
border-color: #D16096;
}
</style>