Shades of Hopbush #D16BA8
Tints of Hopbush #D16BA8
RGB
CMYK
RGB Variations
Color information
#D16BA8 (or 0xD16BA8) is known color: Hopbush. HEX triplet: D1, 6B and A8. RGB value is (209,107,168). Sum of RGB (Red+Green+Blue) = 209+107+168=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16BA8 is #2E9457. Grayscale: #909090. Windows color (decimal): -3052632 or 11037649. OLE color: 11037649.
HSL color Cylindrical-coordinate representation of color #D16BA8: hue angle of 324.12º 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 #D16BA8 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 168 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.18 |
| HSL | 324.12º | 0.53% | 0.62% | - |
| HSV(B) | 324.12º | 0.49% | 0.82% | - |
| XYZ | 38.62 | 26.9 | 40.2 | - |
| YUV | 144.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 168 | 0 | 0.49 | 0.20 | 0.18 | 324.12 | 0.53 | 0.62 |
| Hex | D1 | 6B | A8 | 0 | 31 | 14 | 12 | 144 | 35 | 3E |
| Octal | 321 | 153 | 250 | 0 | 61 | 24 | 22 | 504 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10101000 | 0 | 110001 | 10100 | 10010 | 101000100 | 110101 | 111110 |
Color Harmonies of #D16BA8
Complementary color
Monochromatic Colors of #D16BA8
Black with #D16BA8
Text Example
Text Example
White with #D16BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BA8; }
p { color: rgb(209,107,168); }
H1.HeaderClassName
{
color: #D16BA8;
}
.AnyTagClassName
{
color: #D16BA8;
}
</style>
background-color css
<style>
a { background-color: #D16BA8; }
a { background-color: rgb(209,107,168); }
div.DivClassName
{
background-color: #D16BA8;
}
.BgClassName
{
background-color: #D16BA8;
}
</style>
border-color css
<style>
span { border-color: #D16BA8; }
span { border-color: rgb(209,107,168); }
td.TdClassName
{
border-color: #D16BA8;
}
.TagClassName
{
border-color: #D16BA8;
}
</style>