Shades of Hopbush #D16095
Tints of Hopbush #D16095
RGB
CMYK
RGB Variations
Color information
#D16095 (or 0xD16095) is known color: Hopbush. HEX triplet: D1, 60 and 95. RGB value is (209,96,149). Sum of RGB (Red+Green+Blue) = 209+96+149=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D16095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16095 is #2E9F6A. Grayscale: #878787. Windows color (decimal): -3055467 or 9789649. OLE color: 9789649.
HSL color Cylindrical-coordinate representation of color #D16095: hue angle of 331.86º 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 #D16095 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 149 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.18 |
| HSL | 331.86º | 0.55% | 0.6% | - |
| HSV(B) | 331.86º | 0.54% | 0.82% | - |
| XYZ | 35.9 | 24.09 | 31.19 | - |
| YUV | 135.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 149 | 0 | 0.54 | 0.29 | 0.18 | 331.86 | 0.55 | 0.6 |
| Hex | D1 | 60 | 95 | 0 | 36 | 1D | 12 | 14C | 37 | 3C |
| Octal | 321 | 140 | 225 | 0 | 66 | 35 | 22 | 514 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10010101 | 0 | 110110 | 11101 | 10010 | 101001100 | 110111 | 111100 |
Color Harmonies of #D16095
Complementary color
Monochromatic Colors of #D16095
Black with #D16095
Text Example
Text Example
White with #D16095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16095; }
p { color: rgb(209,96,149); }
H1.HeaderClassName
{
color: #D16095;
}
.AnyTagClassName
{
color: #D16095;
}
</style>
background-color css
<style>
a { background-color: #D16095; }
a { background-color: rgb(209,96,149); }
div.DivClassName
{
background-color: #D16095;
}
.BgClassName
{
background-color: #D16095;
}
</style>
border-color css
<style>
span { border-color: #D16095; }
span { border-color: rgb(209,96,149); }
td.TdClassName
{
border-color: #D16095;
}
.TagClassName
{
border-color: #D16095;
}
</style>