Shades of Hopbush #D170B0
Tints of Hopbush #D170B0
RGB
CMYK
RGB Variations
Color information
#D170B0 (or 0xD170B0) is known color: Hopbush. HEX triplet: D1, 70 and B0. RGB value is (209,112,176). Sum of RGB (Red+Green+Blue) = 209+112+176=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D170B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D170B0 is #2E8F4F. Grayscale: #949494. Windows color (decimal): -3051344 or 11563217. OLE color: 11563217.
HSL color Cylindrical-coordinate representation of color #D170B0: hue angle of 320.41º 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 #D170B0 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 176 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.18 |
| HSL | 320.41º | 0.51% | 0.63% | - |
| HSV(B) | 320.41º | 0.46% | 0.82% | - |
| XYZ | 39.93 | 28.28 | 44.43 | - |
| YUV | 148.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 176 | 0 | 0.46 | 0.16 | 0.18 | 320.41 | 0.51 | 0.63 |
| Hex | D1 | 70 | B0 | 0 | 2E | 10 | 12 | 140 | 33 | 3F |
| Octal | 321 | 160 | 260 | 0 | 56 | 20 | 22 | 500 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10110000 | 0 | 101110 | 10000 | 10010 | 101000000 | 110011 | 111111 |
Color Harmonies of #D170B0
Complementary color
Monochromatic Colors of #D170B0
Black with #D170B0
Text Example
Text Example
White with #D170B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170B0; }
p { color: rgb(209,112,176); }
H1.HeaderClassName
{
color: #D170B0;
}
.AnyTagClassName
{
color: #D170B0;
}
</style>
background-color css
<style>
a { background-color: #D170B0; }
a { background-color: rgb(209,112,176); }
div.DivClassName
{
background-color: #D170B0;
}
.BgClassName
{
background-color: #D170B0;
}
</style>
border-color css
<style>
span { border-color: #D170B0; }
span { border-color: rgb(209,112,176); }
td.TdClassName
{
border-color: #D170B0;
}
.TagClassName
{
border-color: #D170B0;
}
</style>