Shades of Hopbush #D16595
Tints of Hopbush #D16595
RGB
CMYK
RGB Variations
Color information
#D16595 (or 0xD16595) is known color: Hopbush. HEX triplet: D1, 65 and 95. RGB value is (209,101,149). Sum of RGB (Red+Green+Blue) = 209+101+149=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D16595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16595 is #2E9A6A. Grayscale: #8A8A8A. Windows color (decimal): -3054187 or 9790929. OLE color: 9790929.
HSL color Cylindrical-coordinate representation of color #D16595: hue angle of 333.33º 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 #D16595 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 149 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.18 |
| HSL | 333.33º | 0.54% | 0.61% | - |
| HSV(B) | 333.33º | 0.52% | 0.82% | - |
| XYZ | 36.37 | 25.03 | 31.35 | - |
| YUV | 138.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 149 | 0 | 0.52 | 0.29 | 0.18 | 333.33 | 0.54 | 0.61 |
| Hex | D1 | 65 | 95 | 0 | 34 | 1D | 12 | 14D | 36 | 3D |
| Octal | 321 | 145 | 225 | 0 | 64 | 35 | 22 | 515 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10010101 | 0 | 110100 | 11101 | 10010 | 101001101 | 110110 | 111101 |
Color Harmonies of #D16595
Complementary color
Monochromatic Colors of #D16595
Black with #D16595
Text Example
Text Example
White with #D16595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16595; }
p { color: rgb(209,101,149); }
H1.HeaderClassName
{
color: #D16595;
}
.AnyTagClassName
{
color: #D16595;
}
</style>
background-color css
<style>
a { background-color: #D16595; }
a { background-color: rgb(209,101,149); }
div.DivClassName
{
background-color: #D16595;
}
.BgClassName
{
background-color: #D16595;
}
</style>
border-color css
<style>
span { border-color: #D16595; }
span { border-color: rgb(209,101,149); }
td.TdClassName
{
border-color: #D16595;
}
.TagClassName
{
border-color: #D16595;
}
</style>