Shades of Hopbush #D166A6
Tints of Hopbush #D166A6
RGB
CMYK
RGB Variations
Color information
#D166A6 (or 0xD166A6) is known color: Hopbush. HEX triplet: D1, 66 and A6. RGB value is (209,102,166). Sum of RGB (Red+Green+Blue) = 209+102+166=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D166A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D166A6 is #2E9959. Grayscale: #8D8D8D. Windows color (decimal): -3053914 or 10905297. OLE color: 10905297.
HSL color Cylindrical-coordinate representation of color #D166A6: hue angle of 324.11º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D166A6 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 166 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.18 |
| HSL | 324.11º | 0.54% | 0.61% | - |
| HSV(B) | 324.11º | 0.51% | 0.82% | - |
| XYZ | 37.93 | 25.81 | 39.06 | - |
| YUV | 141.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 166 | 0 | 0.51 | 0.21 | 0.18 | 324.11 | 0.54 | 0.61 |
| Hex | D1 | 66 | A6 | 0 | 33 | 15 | 12 | 144 | 36 | 3D |
| Octal | 321 | 146 | 246 | 0 | 63 | 25 | 22 | 504 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10100110 | 0 | 110011 | 10101 | 10010 | 101000100 | 110110 | 111101 |
Color Harmonies of #D166A6
Complementary color
Monochromatic Colors of #D166A6
Black with #D166A6
Text Example
Text Example
White with #D166A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166A6; }
p { color: rgb(209,102,166); }
H1.HeaderClassName
{
color: #D166A6;
}
.AnyTagClassName
{
color: #D166A6;
}
</style>
background-color css
<style>
a { background-color: #D166A6; }
a { background-color: rgb(209,102,166); }
div.DivClassName
{
background-color: #D166A6;
}
.BgClassName
{
background-color: #D166A6;
}
</style>
border-color css
<style>
span { border-color: #D166A6; }
span { border-color: rgb(209,102,166); }
td.TdClassName
{
border-color: #D166A6;
}
.TagClassName
{
border-color: #D166A6;
}
</style>