Shades of Hopbush #D171B1
Tints of Hopbush #D171B1
RGB
CMYK
RGB Variations
Color information
#D171B1 (or 0xD171B1) is known color: Hopbush. HEX triplet: D1, 71 and B1. RGB value is (209,113,177). Sum of RGB (Red+Green+Blue) = 209+113+177=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D171B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D171B1 is #2E8E4E. Grayscale: #949494. Windows color (decimal): -3051087 or 11629009. OLE color: 11629009.
HSL color Cylindrical-coordinate representation of color #D171B1: hue angle of 320º 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 #D171B1 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 177 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.18 |
| HSL | 320º | 0.51% | 0.63% | - |
| HSV(B) | 320º | 0.46% | 0.82% | - |
| XYZ | 40.14 | 28.54 | 44.99 | - |
| YUV | 149 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 177 | 0 | 0.46 | 0.15 | 0.18 | 320 | 0.51 | 0.63 |
| Hex | D1 | 71 | B1 | 0 | 2E | F | 12 | 140 | 33 | 3F |
| Octal | 321 | 161 | 261 | 0 | 56 | 17 | 22 | 500 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10110001 | 0 | 101110 | 1111 | 10010 | 101000000 | 110011 | 111111 |
Color Harmonies of #D171B1
Complementary color
Monochromatic Colors of #D171B1
Black with #D171B1
Text Example
Text Example
White with #D171B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171B1; }
p { color: rgb(209,113,177); }
H1.HeaderClassName
{
color: #D171B1;
}
.AnyTagClassName
{
color: #D171B1;
}
</style>
background-color css
<style>
a { background-color: #D171B1; }
a { background-color: rgb(209,113,177); }
div.DivClassName
{
background-color: #D171B1;
}
.BgClassName
{
background-color: #D171B1;
}
</style>
border-color css
<style>
span { border-color: #D171B1; }
span { border-color: rgb(209,113,177); }
td.TdClassName
{
border-color: #D171B1;
}
.TagClassName
{
border-color: #D171B1;
}
</style>