Shades of Hopbush #D16AB0
Tints of Hopbush #D16AB0
RGB
CMYK
RGB Variations
Color information
#D16AB0 (or 0xD16AB0) is known color: Hopbush. HEX triplet: D1, 6A and B0. RGB value is (209,106,176). Sum of RGB (Red+Green+Blue) = 209+106+176=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16AB0 is #2E954F. Grayscale: #909090. Windows color (decimal): -3052880 or 11561681. OLE color: 11561681.
HSL color Cylindrical-coordinate representation of color #D16AB0: hue angle of 319.22º 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 #D16AB0 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 176 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.18 |
| HSL | 319.22º | 0.53% | 0.62% | - |
| HSV(B) | 319.22º | 0.49% | 0.82% | - |
| XYZ | 39.29 | 27 | 44.21 | - |
| YUV | 144.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 176 | 0 | 0.49 | 0.16 | 0.18 | 319.22 | 0.53 | 0.62 |
| Hex | D1 | 6A | B0 | 0 | 31 | 10 | 12 | 13F | 35 | 3E |
| Octal | 321 | 152 | 260 | 0 | 61 | 20 | 22 | 477 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10110000 | 0 | 110001 | 10000 | 10010 | 100111111 | 110101 | 111110 |
Color Harmonies of #D16AB0
Complementary color
Monochromatic Colors of #D16AB0
Black with #D16AB0
Text Example
Text Example
White with #D16AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AB0; }
p { color: rgb(209,106,176); }
H1.HeaderClassName
{
color: #D16AB0;
}
.AnyTagClassName
{
color: #D16AB0;
}
</style>
background-color css
<style>
a { background-color: #D16AB0; }
a { background-color: rgb(209,106,176); }
div.DivClassName
{
background-color: #D16AB0;
}
.BgClassName
{
background-color: #D16AB0;
}
</style>
border-color css
<style>
span { border-color: #D16AB0; }
span { border-color: rgb(209,106,176); }
td.TdClassName
{
border-color: #D16AB0;
}
.TagClassName
{
border-color: #D16AB0;
}
</style>