Shades of Hopbush #D16AB1
Tints of Hopbush #D16AB1
RGB
CMYK
RGB Variations
Color information
#D16AB1 (or 0xD16AB1) is known color: Hopbush. HEX triplet: D1, 6A and B1. RGB value is (209,106,177). Sum of RGB (Red+Green+Blue) = 209+106+177=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16AB1 is #2E954E. Grayscale: #909090. Windows color (decimal): -3052879 or 11627217. OLE color: 11627217.
HSL color Cylindrical-coordinate representation of color #D16AB1: hue angle of 318.64º 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 #D16AB1 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 177 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.18 |
| HSL | 318.64º | 0.53% | 0.62% | - |
| HSV(B) | 318.64º | 0.49% | 0.82% | - |
| XYZ | 39.38 | 27.04 | 44.74 | - |
| YUV | 144.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 177 | 0 | 0.49 | 0.15 | 0.18 | 318.64 | 0.53 | 0.62 |
| Hex | D1 | 6A | B1 | 0 | 31 | F | 12 | 13F | 35 | 3E |
| Octal | 321 | 152 | 261 | 0 | 61 | 17 | 22 | 477 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10110001 | 0 | 110001 | 1111 | 10010 | 100111111 | 110101 | 111110 |
Color Harmonies of #D16AB1
Complementary color
Monochromatic Colors of #D16AB1
Black with #D16AB1
Text Example
Text Example
White with #D16AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AB1; }
p { color: rgb(209,106,177); }
H1.HeaderClassName
{
color: #D16AB1;
}
.AnyTagClassName
{
color: #D16AB1;
}
</style>
background-color css
<style>
a { background-color: #D16AB1; }
a { background-color: rgb(209,106,177); }
div.DivClassName
{
background-color: #D16AB1;
}
.BgClassName
{
background-color: #D16AB1;
}
</style>
border-color css
<style>
span { border-color: #D16AB1; }
span { border-color: rgb(209,106,177); }
td.TdClassName
{
border-color: #D16AB1;
}
.TagClassName
{
border-color: #D16AB1;
}
</style>