Shades of Hopbush #D166AA
Tints of Hopbush #D166AA
RGB
CMYK
RGB Variations
Color information
#D166AA (or 0xD166AA) is known color: Hopbush. HEX triplet: D1, 66 and AA. RGB value is (209,102,170). Sum of RGB (Red+Green+Blue) = 209+102+170=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D166AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D166AA is #2E9955. Grayscale: #8D8D8D. Windows color (decimal): -3053910 or 11167441. OLE color: 11167441.
HSL color Cylindrical-coordinate representation of color #D166AA: hue angle of 321.87º 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 #D166AA is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 170 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.18 |
| HSL | 321.87º | 0.54% | 0.61% | - |
| HSV(B) | 321.87º | 0.51% | 0.82% | - |
| XYZ | 38.3 | 25.96 | 41.02 | - |
| YUV | 141.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 170 | 0 | 0.51 | 0.19 | 0.18 | 321.87 | 0.54 | 0.61 |
| Hex | D1 | 66 | AA | 0 | 33 | 13 | 12 | 142 | 36 | 3D |
| Octal | 321 | 146 | 252 | 0 | 63 | 23 | 22 | 502 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10101010 | 0 | 110011 | 10011 | 10010 | 101000010 | 110110 | 111101 |
Color Harmonies of #D166AA
Complementary color
Monochromatic Colors of #D166AA
Black with #D166AA
Text Example
Text Example
White with #D166AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166AA; }
p { color: rgb(209,102,170); }
H1.HeaderClassName
{
color: #D166AA;
}
.AnyTagClassName
{
color: #D166AA;
}
</style>
background-color css
<style>
a { background-color: #D166AA; }
a { background-color: rgb(209,102,170); }
div.DivClassName
{
background-color: #D166AA;
}
.BgClassName
{
background-color: #D166AA;
}
</style>
border-color css
<style>
span { border-color: #D166AA; }
span { border-color: rgb(209,102,170); }
td.TdClassName
{
border-color: #D166AA;
}
.TagClassName
{
border-color: #D166AA;
}
</style>