Shades of Hopbush #D172B0
Tints of Hopbush #D172B0
RGB
CMYK
RGB Variations
Color information
#D172B0 (or 0xD172B0) is known color: Hopbush. HEX triplet: D1, 72 and B0. RGB value is (209,114,176). Sum of RGB (Red+Green+Blue) = 209+114+176=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D172B0 is #2E8D4F. Grayscale: #959595. Windows color (decimal): -3050832 or 11563729. OLE color: 11563729.
HSL color Cylindrical-coordinate representation of color #D172B0: hue angle of 320.84º 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 #D172B0 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 176 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.18 |
| HSL | 320.84º | 0.51% | 0.63% | - |
| HSV(B) | 320.84º | 0.45% | 0.82% | - |
| XYZ | 40.15 | 28.72 | 44.5 | - |
| YUV | 149.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 176 | 0 | 0.45 | 0.16 | 0.18 | 320.84 | 0.51 | 0.63 |
| Hex | D1 | 72 | B0 | 0 | 2D | 10 | 12 | 141 | 33 | 3F |
| Octal | 321 | 162 | 260 | 0 | 55 | 20 | 22 | 501 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10110000 | 0 | 101101 | 10000 | 10010 | 101000001 | 110011 | 111111 |
Color Harmonies of #D172B0
Complementary color
Monochromatic Colors of #D172B0
Black with #D172B0
Text Example
Text Example
White with #D172B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172B0; }
p { color: rgb(209,114,176); }
H1.HeaderClassName
{
color: #D172B0;
}
.AnyTagClassName
{
color: #D172B0;
}
</style>
background-color css
<style>
a { background-color: #D172B0; }
a { background-color: rgb(209,114,176); }
div.DivClassName
{
background-color: #D172B0;
}
.BgClassName
{
background-color: #D172B0;
}
</style>
border-color css
<style>
span { border-color: #D172B0; }
span { border-color: rgb(209,114,176); }
td.TdClassName
{
border-color: #D172B0;
}
.TagClassName
{
border-color: #D172B0;
}
</style>