Shades of Hopbush #D174A1
Tints of Hopbush #D174A1
RGB
CMYK
RGB Variations
Color information
#D174A1 (or 0xD174A1) is known color: Hopbush. HEX triplet: D1, 74 and A1. RGB value is (209,116,161). Sum of RGB (Red+Green+Blue) = 209+116+161=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D174A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D174A1 is #2E8B5E. Grayscale: #949494. Windows color (decimal): -3050335 or 10581201. OLE color: 10581201.
HSL color Cylindrical-coordinate representation of color #D174A1: hue angle of 330.97º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D174A1 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 161 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.18 |
| HSL | 330.97º | 0.5% | 0.64% | - |
| HSV(B) | 330.97º | 0.44% | 0.82% | - |
| XYZ | 38.97 | 28.62 | 37.19 | - |
| YUV | 148.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 161 | 0 | 0.44 | 0.23 | 0.18 | 330.97 | 0.5 | 0.64 |
| Hex | D1 | 74 | A1 | 0 | 2C | 17 | 12 | 14B | 32 | 40 |
| Octal | 321 | 164 | 241 | 0 | 54 | 27 | 22 | 513 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10100001 | 0 | 101100 | 10111 | 10010 | 101001011 | 110010 | 1000000 |
Color Harmonies of #D174A1
Complementary color
Monochromatic Colors of #D174A1
Black with #D174A1
Text Example
Text Example
White with #D174A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174A1; }
p { color: rgb(209,116,161); }
H1.HeaderClassName
{
color: #D174A1;
}
.AnyTagClassName
{
color: #D174A1;
}
</style>
background-color css
<style>
a { background-color: #D174A1; }
a { background-color: rgb(209,116,161); }
div.DivClassName
{
background-color: #D174A1;
}
.BgClassName
{
background-color: #D174A1;
}
</style>
border-color css
<style>
span { border-color: #D174A1; }
span { border-color: rgb(209,116,161); }
td.TdClassName
{
border-color: #D174A1;
}
.TagClassName
{
border-color: #D174A1;
}
</style>