Shades of Hopbush #D16DA9
Tints of Hopbush #D16DA9
RGB
CMYK
RGB Variations
Color information
#D16DA9 (or 0xD16DA9) is known color: Hopbush. HEX triplet: D1, 6D and A9. RGB value is (209,109,169). Sum of RGB (Red+Green+Blue) = 209+109+169=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16DA9 is #2E9256. Grayscale: #919191. Windows color (decimal): -3052119 or 11103697. OLE color: 11103697.
HSL color Cylindrical-coordinate representation of color #D16DA9: hue angle of 324º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16DA9 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 169 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.18 |
| HSL | 324º | 0.52% | 0.62% | - |
| HSV(B) | 324º | 0.48% | 0.82% | - |
| XYZ | 38.92 | 27.36 | 40.77 | - |
| YUV | 145.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 169 | 0 | 0.48 | 0.19 | 0.18 | 324 | 0.52 | 0.62 |
| Hex | D1 | 6D | A9 | 0 | 30 | 13 | 12 | 144 | 34 | 3E |
| Octal | 321 | 155 | 251 | 0 | 60 | 23 | 22 | 504 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10101001 | 0 | 110000 | 10011 | 10010 | 101000100 | 110100 | 111110 |
Color Harmonies of #D16DA9
Complementary color
Monochromatic Colors of #D16DA9
Black with #D16DA9
Text Example
Text Example
White with #D16DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DA9; }
p { color: rgb(209,109,169); }
H1.HeaderClassName
{
color: #D16DA9;
}
.AnyTagClassName
{
color: #D16DA9;
}
</style>
background-color css
<style>
a { background-color: #D16DA9; }
a { background-color: rgb(209,109,169); }
div.DivClassName
{
background-color: #D16DA9;
}
.BgClassName
{
background-color: #D16DA9;
}
</style>
border-color css
<style>
span { border-color: #D16DA9; }
span { border-color: rgb(209,109,169); }
td.TdClassName
{
border-color: #D16DA9;
}
.TagClassName
{
border-color: #D16DA9;
}
</style>