Shades of Hopbush #D17AAA
Tints of Hopbush #D17AAA
RGB
CMYK
RGB Variations
Color information
#D17AAA (or 0xD17AAA) is known color: Hopbush. HEX triplet: D1, 7A and AA. RGB value is (209,122,170). Sum of RGB (Red+Green+Blue) = 209+122+170=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D17AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17AAA is #2E8555. Grayscale: #999999. Windows color (decimal): -3048790 or 11172561. OLE color: 11172561.
HSL color Cylindrical-coordinate representation of color #D17AAA: hue angle of 326.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17AAA is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 170 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.18 |
| HSL | 326.9º | 0.49% | 0.65% | - |
| HSV(B) | 326.9º | 0.42% | 0.82% | - |
| XYZ | 40.51 | 30.38 | 41.76 | - |
| YUV | 153.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 170 | 0 | 0.42 | 0.19 | 0.18 | 326.9 | 0.49 | 0.65 |
| Hex | D1 | 7A | AA | 0 | 2A | 13 | 12 | 147 | 31 | 41 |
| Octal | 321 | 172 | 252 | 0 | 52 | 23 | 22 | 507 | 61 | 101 |
| Binary | 11010001 | 1111010 | 10101010 | 0 | 101010 | 10011 | 10010 | 101000111 | 110001 | 1000001 |
Color Harmonies of #D17AAA
Complementary color
Monochromatic Colors of #D17AAA
Black with #D17AAA
Text Example
Text Example
White with #D17AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17AAA; }
p { color: rgb(209,122,170); }
H1.HeaderClassName
{
color: #D17AAA;
}
.AnyTagClassName
{
color: #D17AAA;
}
</style>
background-color css
<style>
a { background-color: #D17AAA; }
a { background-color: rgb(209,122,170); }
div.DivClassName
{
background-color: #D17AAA;
}
.BgClassName
{
background-color: #D17AAA;
}
</style>
border-color css
<style>
span { border-color: #D17AAA; }
span { border-color: rgb(209,122,170); }
td.TdClassName
{
border-color: #D17AAA;
}
.TagClassName
{
border-color: #D17AAA;
}
</style>