Shades of Hopbush #D16084
Tints of Hopbush #D16084
RGB
CMYK
RGB Variations
Color information
#D16084 (or 0xD16084) is known color: Hopbush. HEX triplet: D1, 60 and 84. RGB value is (209,96,132). Sum of RGB (Red+Green+Blue) = 209+96+132=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D16084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16084 is #2E9F7B. Grayscale: #858585. Windows color (decimal): -3055484 or 8675537. OLE color: 8675537.
HSL color Cylindrical-coordinate representation of color #D16084: hue angle of 340.88º 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 #D16084 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 132 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.18 |
| HSL | 340.88º | 0.55% | 0.6% | - |
| HSV(B) | 340.88º | 0.54% | 0.82% | - |
| XYZ | 34.64 | 23.59 | 24.56 | - |
| YUV | 133.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 132 | 0 | 0.54 | 0.37 | 0.18 | 340.88 | 0.55 | 0.6 |
| Hex | D1 | 60 | 84 | 0 | 36 | 25 | 12 | 155 | 37 | 3C |
| Octal | 321 | 140 | 204 | 0 | 66 | 45 | 22 | 525 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10000100 | 0 | 110110 | 100101 | 10010 | 101010101 | 110111 | 111100 |
Color Harmonies of #D16084
Complementary color
Monochromatic Colors of #D16084
Black with #D16084
Text Example
Text Example
White with #D16084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16084; }
p { color: rgb(209,96,132); }
H1.HeaderClassName
{
color: #D16084;
}
.AnyTagClassName
{
color: #D16084;
}
</style>
background-color css
<style>
a { background-color: #D16084; }
a { background-color: rgb(209,96,132); }
div.DivClassName
{
background-color: #D16084;
}
.BgClassName
{
background-color: #D16084;
}
</style>
border-color css
<style>
span { border-color: #D16084; }
span { border-color: rgb(209,96,132); }
td.TdClassName
{
border-color: #D16084;
}
.TagClassName
{
border-color: #D16084;
}
</style>