Shades of Hopbush #D171AB
Tints of Hopbush #D171AB
RGB
CMYK
RGB Variations
Color information
#D171AB (or 0xD171AB) is known color: Hopbush. HEX triplet: D1, 71 and AB. RGB value is (209,113,171). Sum of RGB (Red+Green+Blue) = 209+113+171=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D171AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D171AB is #2E8E54. Grayscale: #949494. Windows color (decimal): -3051093 or 11235793. OLE color: 11235793.
HSL color Cylindrical-coordinate representation of color #D171AB: hue angle of 323.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171AB is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 171 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.18 |
| HSL | 323.75º | 0.51% | 0.63% | - |
| HSV(B) | 323.75º | 0.46% | 0.82% | - |
| XYZ | 39.55 | 28.31 | 41.91 | - |
| YUV | 148.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 171 | 0 | 0.46 | 0.18 | 0.18 | 323.75 | 0.51 | 0.63 |
| Hex | D1 | 71 | AB | 0 | 2E | 12 | 12 | 144 | 33 | 3F |
| Octal | 321 | 161 | 253 | 0 | 56 | 22 | 22 | 504 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10101011 | 0 | 101110 | 10010 | 10010 | 101000100 | 110011 | 111111 |
Color Harmonies of #D171AB
Complementary color
Monochromatic Colors of #D171AB
Black with #D171AB
Text Example
Text Example
White with #D171AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171AB; }
p { color: rgb(209,113,171); }
H1.HeaderClassName
{
color: #D171AB;
}
.AnyTagClassName
{
color: #D171AB;
}
</style>
background-color css
<style>
a { background-color: #D171AB; }
a { background-color: rgb(209,113,171); }
div.DivClassName
{
background-color: #D171AB;
}
.BgClassName
{
background-color: #D171AB;
}
</style>
border-color css
<style>
span { border-color: #D171AB; }
span { border-color: rgb(209,113,171); }
td.TdClassName
{
border-color: #D171AB;
}
.TagClassName
{
border-color: #D171AB;
}
</style>