Shades of Hopbush #D16EA0
Tints of Hopbush #D16EA0
RGB
CMYK
RGB Variations
Color information
#D16EA0 (or 0xD16EA0) is known color: Hopbush. HEX triplet: D1, 6E and A0. RGB value is (209,110,160). Sum of RGB (Red+Green+Blue) = 209+110+160=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16EA0 is #2E915F. Grayscale: #919191. Windows color (decimal): -3051872 or 10514129. OLE color: 10514129.
HSL color Cylindrical-coordinate representation of color #D16EA0: hue angle of 329.7º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EA0 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 160 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.18 |
| HSL | 329.7º | 0.52% | 0.63% | - |
| HSV(B) | 329.7º | 0.47% | 0.82% | - |
| XYZ | 38.22 | 27.25 | 36.5 | - |
| YUV | 145.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 160 | 0 | 0.47 | 0.23 | 0.18 | 329.7 | 0.52 | 0.63 |
| Hex | D1 | 6E | A0 | 0 | 2F | 17 | 12 | 14A | 34 | 3F |
| Octal | 321 | 156 | 240 | 0 | 57 | 27 | 22 | 512 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10100000 | 0 | 101111 | 10111 | 10010 | 101001010 | 110100 | 111111 |
Color Harmonies of #D16EA0
Complementary color
Monochromatic Colors of #D16EA0
Black with #D16EA0
Text Example
Text Example
White with #D16EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EA0; }
p { color: rgb(209,110,160); }
H1.HeaderClassName
{
color: #D16EA0;
}
.AnyTagClassName
{
color: #D16EA0;
}
</style>
background-color css
<style>
a { background-color: #D16EA0; }
a { background-color: rgb(209,110,160); }
div.DivClassName
{
background-color: #D16EA0;
}
.BgClassName
{
background-color: #D16EA0;
}
</style>
border-color css
<style>
span { border-color: #D16EA0; }
span { border-color: rgb(209,110,160); }
td.TdClassName
{
border-color: #D16EA0;
}
.TagClassName
{
border-color: #D16EA0;
}
</style>