Shades of Hopbush #D16296
Tints of Hopbush #D16296
RGB
CMYK
RGB Variations
Color information
#D16296 (or 0xD16296) is known color: Hopbush. HEX triplet: D1, 62 and 96. RGB value is (209,98,150). Sum of RGB (Red+Green+Blue) = 209+98+150=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D16296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16296 is #2E9D69. Grayscale: #898989. Windows color (decimal): -3054954 or 9855697. OLE color: 9855697.
HSL color Cylindrical-coordinate representation of color #D16296: hue angle of 331.89º 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 #D16296 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 150 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.18 |
| HSL | 331.89º | 0.55% | 0.6% | - |
| HSV(B) | 331.89º | 0.53% | 0.82% | - |
| XYZ | 36.17 | 24.49 | 31.68 | - |
| YUV | 137.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 150 | 0 | 0.53 | 0.28 | 0.18 | 331.89 | 0.55 | 0.6 |
| Hex | D1 | 62 | 96 | 0 | 35 | 1C | 12 | 14C | 37 | 3C |
| Octal | 321 | 142 | 226 | 0 | 65 | 34 | 22 | 514 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10010110 | 0 | 110101 | 11100 | 10010 | 101001100 | 110111 | 111100 |
Color Harmonies of #D16296
Complementary color
Monochromatic Colors of #D16296
Black with #D16296
Text Example
Text Example
White with #D16296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16296; }
p { color: rgb(209,98,150); }
H1.HeaderClassName
{
color: #D16296;
}
.AnyTagClassName
{
color: #D16296;
}
</style>
background-color css
<style>
a { background-color: #D16296; }
a { background-color: rgb(209,98,150); }
div.DivClassName
{
background-color: #D16296;
}
.BgClassName
{
background-color: #D16296;
}
</style>
border-color css
<style>
span { border-color: #D16296; }
span { border-color: rgb(209,98,150); }
td.TdClassName
{
border-color: #D16296;
}
.TagClassName
{
border-color: #D16296;
}
</style>