Shades of Hopbush #D16B8F
Tints of Hopbush #D16B8F
RGB
CMYK
RGB Variations
Color information
#D16B8F (or 0xD16B8F) is known color: Hopbush. HEX triplet: D1, 6B and 8F. RGB value is (209,107,143). Sum of RGB (Red+Green+Blue) = 209+107+143=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16B8F is #2E9470. Grayscale: #8D8D8D. Windows color (decimal): -3052657 or 9399249. OLE color: 9399249.
HSL color Cylindrical-coordinate representation of color #D16B8F: hue angle of 338.82º 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 #D16B8F is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 143 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.18 |
| HSL | 338.82º | 0.53% | 0.62% | - |
| HSV(B) | 338.82º | 0.49% | 0.82% | - |
| XYZ | 36.51 | 26.05 | 29.09 | - |
| YUV | 141.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 143 | 0 | 0.49 | 0.32 | 0.18 | 338.82 | 0.53 | 0.62 |
| Hex | D1 | 6B | 8F | 0 | 31 | 20 | 12 | 153 | 35 | 3E |
| Octal | 321 | 153 | 217 | 0 | 61 | 40 | 22 | 523 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10001111 | 0 | 110001 | 100000 | 10010 | 101010011 | 110101 | 111110 |
Color Harmonies of #D16B8F
Complementary color
Monochromatic Colors of #D16B8F
Black with #D16B8F
Text Example
Text Example
White with #D16B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B8F; }
p { color: rgb(209,107,143); }
H1.HeaderClassName
{
color: #D16B8F;
}
.AnyTagClassName
{
color: #D16B8F;
}
</style>
background-color css
<style>
a { background-color: #D16B8F; }
a { background-color: rgb(209,107,143); }
div.DivClassName
{
background-color: #D16B8F;
}
.BgClassName
{
background-color: #D16B8F;
}
</style>
border-color css
<style>
span { border-color: #D16B8F; }
span { border-color: rgb(209,107,143); }
td.TdClassName
{
border-color: #D16B8F;
}
.TagClassName
{
border-color: #D16B8F;
}
</style>