Shades of Hopbush #D16A8B
Tints of Hopbush #D16A8B
RGB
CMYK
RGB Variations
Color information
#D16A8B (or 0xD16A8B) is known color: Hopbush. HEX triplet: D1, 6A and 8B. RGB value is (209,106,139). Sum of RGB (Red+Green+Blue) = 209+106+139=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16A8B is #2E9574. Grayscale: #8C8C8C. Windows color (decimal): -3052917 or 9136849. OLE color: 9136849.
HSL color Cylindrical-coordinate representation of color #D16A8B: hue angle of 340.78º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16A8B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 139 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.18 |
| HSL | 340.78º | 0.53% | 0.62% | - |
| HSV(B) | 340.78º | 0.49% | 0.82% | - |
| XYZ | 36.11 | 25.73 | 27.49 | - |
| YUV | 140.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 139 | 0 | 0.49 | 0.33 | 0.18 | 340.78 | 0.53 | 0.62 |
| Hex | D1 | 6A | 8B | 0 | 31 | 21 | 12 | 155 | 35 | 3E |
| Octal | 321 | 152 | 213 | 0 | 61 | 41 | 22 | 525 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10001011 | 0 | 110001 | 100001 | 10010 | 101010101 | 110101 | 111110 |
Color Harmonies of #D16A8B
Complementary color
Monochromatic Colors of #D16A8B
Black with #D16A8B
Text Example
Text Example
White with #D16A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A8B; }
p { color: rgb(209,106,139); }
H1.HeaderClassName
{
color: #D16A8B;
}
.AnyTagClassName
{
color: #D16A8B;
}
</style>
background-color css
<style>
a { background-color: #D16A8B; }
a { background-color: rgb(209,106,139); }
div.DivClassName
{
background-color: #D16A8B;
}
.BgClassName
{
background-color: #D16A8B;
}
</style>
border-color css
<style>
span { border-color: #D16A8B; }
span { border-color: rgb(209,106,139); }
td.TdClassName
{
border-color: #D16A8B;
}
.TagClassName
{
border-color: #D16A8B;
}
</style>