Shades of Hopbush #D16295
Tints of Hopbush #D16295
RGB
CMYK
RGB Variations
Color information
#D16295 (or 0xD16295) is known color: Hopbush. HEX triplet: D1, 62 and 95. RGB value is (209,98,149). Sum of RGB (Red+Green+Blue) = 209+98+149=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D16295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16295 is #2E9D6A. Grayscale: #888888. Windows color (decimal): -3054955 or 9790161. OLE color: 9790161.
HSL color Cylindrical-coordinate representation of color #D16295: hue angle of 332.43º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16295 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 149 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.18 |
| HSL | 332.43º | 0.55% | 0.6% | - |
| HSV(B) | 332.43º | 0.53% | 0.82% | - |
| XYZ | 36.09 | 24.46 | 31.25 | - |
| YUV | 137 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 149 | 0 | 0.53 | 0.29 | 0.18 | 332.43 | 0.55 | 0.6 |
| Hex | D1 | 62 | 95 | 0 | 35 | 1D | 12 | 14C | 37 | 3C |
| Octal | 321 | 142 | 225 | 0 | 65 | 35 | 22 | 514 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10010101 | 0 | 110101 | 11101 | 10010 | 101001100 | 110111 | 111100 |
Color Harmonies of #D16295
Complementary color
Monochromatic Colors of #D16295
Black with #D16295
Text Example
Text Example
White with #D16295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16295; }
p { color: rgb(209,98,149); }
H1.HeaderClassName
{
color: #D16295;
}
.AnyTagClassName
{
color: #D16295;
}
</style>
background-color css
<style>
a { background-color: #D16295; }
a { background-color: rgb(209,98,149); }
div.DivClassName
{
background-color: #D16295;
}
.BgClassName
{
background-color: #D16295;
}
</style>
border-color css
<style>
span { border-color: #D16295; }
span { border-color: rgb(209,98,149); }
td.TdClassName
{
border-color: #D16295;
}
.TagClassName
{
border-color: #D16295;
}
</style>