Shades of Hopbush #D16087
Tints of Hopbush #D16087
RGB
CMYK
RGB Variations
Color information
#D16087 (or 0xD16087) is known color: Hopbush. HEX triplet: D1, 60 and 87. RGB value is (209,96,135). Sum of RGB (Red+Green+Blue) = 209+96+135=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D16087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16087 is #2E9F78. Grayscale: #868686. Windows color (decimal): -3055481 or 8872145. OLE color: 8872145.
HSL color Cylindrical-coordinate representation of color #D16087: hue angle of 339.29º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16087 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 135 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.18 |
| HSL | 339.29º | 0.55% | 0.6% | - |
| HSV(B) | 339.29º | 0.54% | 0.82% | - |
| XYZ | 34.85 | 23.67 | 25.65 | - |
| YUV | 134.23 | 128.44 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 135 | 0 | 0.54 | 0.35 | 0.18 | 339.29 | 0.55 | 0.6 |
| Hex | D1 | 60 | 87 | 0 | 36 | 23 | 12 | 153 | 37 | 3C |
| Octal | 321 | 140 | 207 | 0 | 66 | 43 | 22 | 523 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10000111 | 0 | 110110 | 100011 | 10010 | 101010011 | 110111 | 111100 |
Color Harmonies of #D16087
Complementary color
Monochromatic Colors of #D16087
Black with #D16087
Text Example
Text Example
White with #D16087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16087; }
p { color: rgb(209,96,135); }
H1.HeaderClassName
{
color: #D16087;
}
.AnyTagClassName
{
color: #D16087;
}
</style>
background-color css
<style>
a { background-color: #D16087; }
a { background-color: rgb(209,96,135); }
div.DivClassName
{
background-color: #D16087;
}
.BgClassName
{
background-color: #D16087;
}
</style>
border-color css
<style>
span { border-color: #D16087; }
span { border-color: rgb(209,96,135); }
td.TdClassName
{
border-color: #D16087;
}
.TagClassName
{
border-color: #D16087;
}
</style>