Shades of Hopbush #D16FA9
Tints of Hopbush #D16FA9
RGB
CMYK
RGB Variations
Color information
#D16FA9 (or 0xD16FA9) is known color: Hopbush. HEX triplet: D1, 6F and A9. RGB value is (209,111,169). Sum of RGB (Red+Green+Blue) = 209+111+169=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16FA9 is #2E9056. Grayscale: #929292. Windows color (decimal): -3051607 or 11104209. OLE color: 11104209.
HSL color Cylindrical-coordinate representation of color #D16FA9: hue angle of 324.49º 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 #D16FA9 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 169 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.18 |
| HSL | 324.49º | 0.52% | 0.63% | - |
| HSV(B) | 324.49º | 0.47% | 0.82% | - |
| XYZ | 39.14 | 27.79 | 40.84 | - |
| YUV | 146.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 169 | 0 | 0.47 | 0.19 | 0.18 | 324.49 | 0.52 | 0.63 |
| Hex | D1 | 6F | A9 | 0 | 2F | 13 | 12 | 144 | 34 | 3F |
| Octal | 321 | 157 | 251 | 0 | 57 | 23 | 22 | 504 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10101001 | 0 | 101111 | 10011 | 10010 | 101000100 | 110100 | 111111 |
Color Harmonies of #D16FA9
Complementary color
Monochromatic Colors of #D16FA9
Black with #D16FA9
Text Example
Text Example
White with #D16FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FA9; }
p { color: rgb(209,111,169); }
H1.HeaderClassName
{
color: #D16FA9;
}
.AnyTagClassName
{
color: #D16FA9;
}
</style>
background-color css
<style>
a { background-color: #D16FA9; }
a { background-color: rgb(209,111,169); }
div.DivClassName
{
background-color: #D16FA9;
}
.BgClassName
{
background-color: #D16FA9;
}
</style>
border-color css
<style>
span { border-color: #D16FA9; }
span { border-color: rgb(209,111,169); }
td.TdClassName
{
border-color: #D16FA9;
}
.TagClassName
{
border-color: #D16FA9;
}
</style>