Shades of Hopbush #D16D95
Tints of Hopbush #D16D95
RGB
CMYK
RGB Variations
Color information
#D16D95 (or 0xD16D95) is known color: Hopbush. HEX triplet: D1, 6D and 95. RGB value is (209,109,149). Sum of RGB (Red+Green+Blue) = 209+109+149=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D95 is #2E926A. Grayscale: #8F8F8F. Windows color (decimal): -3052139 or 9792977. OLE color: 9792977.
HSL color Cylindrical-coordinate representation of color #D16D95: hue angle of 336º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16D95 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 149 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.18 |
| HSL | 336º | 0.52% | 0.62% | - |
| HSV(B) | 336º | 0.48% | 0.82% | - |
| XYZ | 37.19 | 26.66 | 31.62 | - |
| YUV | 143.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 149 | 0 | 0.48 | 0.29 | 0.18 | 336 | 0.52 | 0.62 |
| Hex | D1 | 6D | 95 | 0 | 30 | 1D | 12 | 150 | 34 | 3E |
| Octal | 321 | 155 | 225 | 0 | 60 | 35 | 22 | 520 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10010101 | 0 | 110000 | 11101 | 10010 | 101010000 | 110100 | 111110 |
Color Harmonies of #D16D95
Complementary color
Monochromatic Colors of #D16D95
Black with #D16D95
Text Example
Text Example
White with #D16D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D95; }
p { color: rgb(209,109,149); }
H1.HeaderClassName
{
color: #D16D95;
}
.AnyTagClassName
{
color: #D16D95;
}
</style>
background-color css
<style>
a { background-color: #D16D95; }
a { background-color: rgb(209,109,149); }
div.DivClassName
{
background-color: #D16D95;
}
.BgClassName
{
background-color: #D16D95;
}
</style>
border-color css
<style>
span { border-color: #D16D95; }
span { border-color: rgb(209,109,149); }
td.TdClassName
{
border-color: #D16D95;
}
.TagClassName
{
border-color: #D16D95;
}
</style>