Shades of Hopbush #D16EA8
Tints of Hopbush #D16EA8
RGB
CMYK
RGB Variations
Color information
#D16EA8 (or 0xD16EA8) is known color: Hopbush. HEX triplet: D1, 6E and A8. RGB value is (209,110,168). Sum of RGB (Red+Green+Blue) = 209+110+168=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16EA8 is #2E9157. Grayscale: #929292. Windows color (decimal): -3051864 or 11038417. OLE color: 11038417.
HSL color Cylindrical-coordinate representation of color #D16EA8: hue angle of 324.85º 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 #D16EA8 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 168 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.18 |
| HSL | 324.85º | 0.52% | 0.63% | - |
| HSV(B) | 324.85º | 0.47% | 0.82% | - |
| XYZ | 38.94 | 27.53 | 40.31 | - |
| YUV | 146.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 168 | 0 | 0.47 | 0.20 | 0.18 | 324.85 | 0.52 | 0.63 |
| Hex | D1 | 6E | A8 | 0 | 2F | 14 | 12 | 145 | 34 | 3F |
| Octal | 321 | 156 | 250 | 0 | 57 | 24 | 22 | 505 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10101000 | 0 | 101111 | 10100 | 10010 | 101000101 | 110100 | 111111 |
Color Harmonies of #D16EA8
Complementary color
Monochromatic Colors of #D16EA8
Black with #D16EA8
Text Example
Text Example
White with #D16EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EA8; }
p { color: rgb(209,110,168); }
H1.HeaderClassName
{
color: #D16EA8;
}
.AnyTagClassName
{
color: #D16EA8;
}
</style>
background-color css
<style>
a { background-color: #D16EA8; }
a { background-color: rgb(209,110,168); }
div.DivClassName
{
background-color: #D16EA8;
}
.BgClassName
{
background-color: #D16EA8;
}
</style>
border-color css
<style>
span { border-color: #D16EA8; }
span { border-color: rgb(209,110,168); }
td.TdClassName
{
border-color: #D16EA8;
}
.TagClassName
{
border-color: #D16EA8;
}
</style>