Shades of Hopbush #D16DAA
Tints of Hopbush #D16DAA
RGB
CMYK
RGB Variations
Color information
#D16DAA (or 0xD16DAA) is known color: Hopbush. HEX triplet: D1, 6D and AA. RGB value is (209,109,170). Sum of RGB (Red+Green+Blue) = 209+109+170=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16DAA is #2E9255. Grayscale: #919191. Windows color (decimal): -3052118 or 11169233. OLE color: 11169233.
HSL color Cylindrical-coordinate representation of color #D16DAA: hue angle of 323.4º 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 #D16DAA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 170 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.18 |
| HSL | 323.4º | 0.52% | 0.62% | - |
| HSV(B) | 323.4º | 0.48% | 0.82% | - |
| XYZ | 39.02 | 27.39 | 41.26 | - |
| YUV | 145.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 170 | 0 | 0.48 | 0.19 | 0.18 | 323.4 | 0.52 | 0.62 |
| Hex | D1 | 6D | AA | 0 | 30 | 13 | 12 | 143 | 34 | 3E |
| Octal | 321 | 155 | 252 | 0 | 60 | 23 | 22 | 503 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10101010 | 0 | 110000 | 10011 | 10010 | 101000011 | 110100 | 111110 |
Color Harmonies of #D16DAA
Complementary color
Monochromatic Colors of #D16DAA
Black with #D16DAA
Text Example
Text Example
White with #D16DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DAA; }
p { color: rgb(209,109,170); }
H1.HeaderClassName
{
color: #D16DAA;
}
.AnyTagClassName
{
color: #D16DAA;
}
</style>
background-color css
<style>
a { background-color: #D16DAA; }
a { background-color: rgb(209,109,170); }
div.DivClassName
{
background-color: #D16DAA;
}
.BgClassName
{
background-color: #D16DAA;
}
</style>
border-color css
<style>
span { border-color: #D16DAA; }
span { border-color: rgb(209,109,170); }
td.TdClassName
{
border-color: #D16DAA;
}
.TagClassName
{
border-color: #D16DAA;
}
</style>