Shades of Hopbush #D172B1
Tints of Hopbush #D172B1
RGB
CMYK
RGB Variations
Color information
#D172B1 (or 0xD172B1) is known color: Hopbush. HEX triplet: D1, 72 and B1. RGB value is (209,114,177). Sum of RGB (Red+Green+Blue) = 209+114+177=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D172B1 is #2E8D4E. Grayscale: #959595. Windows color (decimal): -3050831 or 11629265. OLE color: 11629265.
HSL color Cylindrical-coordinate representation of color #D172B1: hue angle of 320.21º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172B1 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 177 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.18 |
| HSL | 320.21º | 0.51% | 0.63% | - |
| HSV(B) | 320.21º | 0.45% | 0.82% | - |
| XYZ | 40.25 | 28.76 | 45.03 | - |
| YUV | 149.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 177 | 0 | 0.45 | 0.15 | 0.18 | 320.21 | 0.51 | 0.63 |
| Hex | D1 | 72 | B1 | 0 | 2D | F | 12 | 140 | 33 | 3F |
| Octal | 321 | 162 | 261 | 0 | 55 | 17 | 22 | 500 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10110001 | 0 | 101101 | 1111 | 10010 | 101000000 | 110011 | 111111 |
Color Harmonies of #D172B1
Complementary color
Monochromatic Colors of #D172B1
Black with #D172B1
Text Example
Text Example
White with #D172B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172B1; }
p { color: rgb(209,114,177); }
H1.HeaderClassName
{
color: #D172B1;
}
.AnyTagClassName
{
color: #D172B1;
}
</style>
background-color css
<style>
a { background-color: #D172B1; }
a { background-color: rgb(209,114,177); }
div.DivClassName
{
background-color: #D172B1;
}
.BgClassName
{
background-color: #D172B1;
}
</style>
border-color css
<style>
span { border-color: #D172B1; }
span { border-color: rgb(209,114,177); }
td.TdClassName
{
border-color: #D172B1;
}
.TagClassName
{
border-color: #D172B1;
}
</style>