Shades of Hopbush #D173B0
Tints of Hopbush #D173B0
RGB
CMYK
RGB Variations
Color information
#D173B0 (or 0xD173B0) is known color: Hopbush. HEX triplet: D1, 73 and B0. RGB value is (209,115,176). Sum of RGB (Red+Green+Blue) = 209+115+176=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D173B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D173B0 is #2E8C4F. Grayscale: #959595. Windows color (decimal): -3050576 or 11563985. OLE color: 11563985.
HSL color Cylindrical-coordinate representation of color #D173B0: hue angle of 321.06º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D173B0 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 176 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.18 |
| HSL | 321.06º | 0.51% | 0.64% | - |
| HSV(B) | 321.06º | 0.45% | 0.82% | - |
| XYZ | 40.26 | 28.95 | 44.54 | - |
| YUV | 150.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 176 | 0 | 0.45 | 0.16 | 0.18 | 321.06 | 0.51 | 0.64 |
| Hex | D1 | 73 | B0 | 0 | 2D | 10 | 12 | 141 | 33 | 40 |
| Octal | 321 | 163 | 260 | 0 | 55 | 20 | 22 | 501 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10110000 | 0 | 101101 | 10000 | 10010 | 101000001 | 110011 | 1000000 |
Color Harmonies of #D173B0
Complementary color
Monochromatic Colors of #D173B0
Black with #D173B0
Text Example
Text Example
White with #D173B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173B0; }
p { color: rgb(209,115,176); }
H1.HeaderClassName
{
color: #D173B0;
}
.AnyTagClassName
{
color: #D173B0;
}
</style>
background-color css
<style>
a { background-color: #D173B0; }
a { background-color: rgb(209,115,176); }
div.DivClassName
{
background-color: #D173B0;
}
.BgClassName
{
background-color: #D173B0;
}
</style>
border-color css
<style>
span { border-color: #D173B0; }
span { border-color: rgb(209,115,176); }
td.TdClassName
{
border-color: #D173B0;
}
.TagClassName
{
border-color: #D173B0;
}
</style>