Shades of Hopbush #D16895
Tints of Hopbush #D16895
RGB
CMYK
RGB Variations
Color information
#D16895 (or 0xD16895) is known color: Hopbush. HEX triplet: D1, 68 and 95. RGB value is (209,104,149). Sum of RGB (Red+Green+Blue) = 209+104+149=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D16895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16895 is #2E976A. Grayscale: #8C8C8C. Windows color (decimal): -3053419 or 9791697. OLE color: 9791697.
HSL color Cylindrical-coordinate representation of color #D16895: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16895 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 149 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.18 |
| HSL | 334.29º | 0.53% | 0.61% | - |
| HSV(B) | 334.29º | 0.5% | 0.82% | - |
| XYZ | 36.67 | 25.63 | 31.45 | - |
| YUV | 140.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 149 | 0 | 0.50 | 0.29 | 0.18 | 334.29 | 0.53 | 0.61 |
| Hex | D1 | 68 | 95 | 0 | 32 | 1D | 12 | 14E | 35 | 3D |
| Octal | 321 | 150 | 225 | 0 | 62 | 35 | 22 | 516 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10010101 | 0 | 110010 | 11101 | 10010 | 101001110 | 110101 | 111101 |
Color Harmonies of #D16895
Complementary color
Monochromatic Colors of #D16895
Black with #D16895
Text Example
Text Example
White with #D16895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16895; }
p { color: rgb(209,104,149); }
H1.HeaderClassName
{
color: #D16895;
}
.AnyTagClassName
{
color: #D16895;
}
</style>
background-color css
<style>
a { background-color: #D16895; }
a { background-color: rgb(209,104,149); }
div.DivClassName
{
background-color: #D16895;
}
.BgClassName
{
background-color: #D16895;
}
</style>
border-color css
<style>
span { border-color: #D16895; }
span { border-color: rgb(209,104,149); }
td.TdClassName
{
border-color: #D16895;
}
.TagClassName
{
border-color: #D16895;
}
</style>