Shades of Hopbush #D175AB
Tints of Hopbush #D175AB
RGB
CMYK
RGB Variations
Color information
#D175AB (or 0xD175AB) is known color: Hopbush. HEX triplet: D1, 75 and AB. RGB value is (209,117,171). Sum of RGB (Red+Green+Blue) = 209+117+171=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D175AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D175AB is #2E8A54. Grayscale: #969696. Windows color (decimal): -3050069 or 11236817. OLE color: 11236817.
HSL color Cylindrical-coordinate representation of color #D175AB: hue angle of 324.78º 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 #D175AB is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 171 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.18 |
| HSL | 324.78º | 0.5% | 0.64% | - |
| HSV(B) | 324.78º | 0.44% | 0.82% | - |
| XYZ | 40.01 | 29.22 | 42.06 | - |
| YUV | 150.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 171 | 0 | 0.44 | 0.18 | 0.18 | 324.78 | 0.5 | 0.64 |
| Hex | D1 | 75 | AB | 0 | 2C | 12 | 12 | 145 | 32 | 40 |
| Octal | 321 | 165 | 253 | 0 | 54 | 22 | 22 | 505 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10101011 | 0 | 101100 | 10010 | 10010 | 101000101 | 110010 | 1000000 |
Color Harmonies of #D175AB
Complementary color
Monochromatic Colors of #D175AB
Black with #D175AB
Text Example
Text Example
White with #D175AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175AB; }
p { color: rgb(209,117,171); }
H1.HeaderClassName
{
color: #D175AB;
}
.AnyTagClassName
{
color: #D175AB;
}
</style>
background-color css
<style>
a { background-color: #D175AB; }
a { background-color: rgb(209,117,171); }
div.DivClassName
{
background-color: #D175AB;
}
.BgClassName
{
background-color: #D175AB;
}
</style>
border-color css
<style>
span { border-color: #D175AB; }
span { border-color: rgb(209,117,171); }
td.TdClassName
{
border-color: #D175AB;
}
.TagClassName
{
border-color: #D175AB;
}
</style>