Shades of Hopbush #D17AAB
Tints of Hopbush #D17AAB
RGB
CMYK
RGB Variations
Color information
#D17AAB (or 0xD17AAB) is known color: Hopbush. HEX triplet: D1, 7A and AB. RGB value is (209,122,171). Sum of RGB (Red+Green+Blue) = 209+122+171=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D17AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17AAB is #2E8554. Grayscale: #999999. Windows color (decimal): -3048789 or 11238097. OLE color: 11238097.
HSL color Cylindrical-coordinate representation of color #D17AAB: hue angle of 326.21º 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 #D17AAB is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 171 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.18 |
| HSL | 326.21º | 0.49% | 0.65% | - |
| HSV(B) | 326.21º | 0.42% | 0.82% | - |
| XYZ | 40.6 | 30.41 | 42.26 | - |
| YUV | 153.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 171 | 0 | 0.42 | 0.18 | 0.18 | 326.21 | 0.49 | 0.65 |
| Hex | D1 | 7A | AB | 0 | 2A | 12 | 12 | 146 | 31 | 41 |
| Octal | 321 | 172 | 253 | 0 | 52 | 22 | 22 | 506 | 61 | 101 |
| Binary | 11010001 | 1111010 | 10101011 | 0 | 101010 | 10010 | 10010 | 101000110 | 110001 | 1000001 |
Color Harmonies of #D17AAB
Complementary color
Monochromatic Colors of #D17AAB
Black with #D17AAB
Text Example
Text Example
White with #D17AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17AAB; }
p { color: rgb(209,122,171); }
H1.HeaderClassName
{
color: #D17AAB;
}
.AnyTagClassName
{
color: #D17AAB;
}
</style>
background-color css
<style>
a { background-color: #D17AAB; }
a { background-color: rgb(209,122,171); }
div.DivClassName
{
background-color: #D17AAB;
}
.BgClassName
{
background-color: #D17AAB;
}
</style>
border-color css
<style>
span { border-color: #D17AAB; }
span { border-color: rgb(209,122,171); }
td.TdClassName
{
border-color: #D17AAB;
}
.TagClassName
{
border-color: #D17AAB;
}
</style>