Shades of Hopbush #D175AD
Tints of Hopbush #D175AD
RGB
CMYK
RGB Variations
Color information
#D175AD (or 0xD175AD) is known color: Hopbush. HEX triplet: D1, 75 and AD. RGB value is (209,117,173). Sum of RGB (Red+Green+Blue) = 209+117+173=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D175AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D175AD is #2E8A52. Grayscale: #969696. Windows color (decimal): -3050067 or 11367889. OLE color: 11367889.
HSL color Cylindrical-coordinate representation of color #D175AD: hue angle of 323.48º 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 #D175AD is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 173 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.18 |
| HSL | 323.48º | 0.5% | 0.64% | - |
| HSV(B) | 323.48º | 0.44% | 0.82% | - |
| XYZ | 40.2 | 29.3 | 43.07 | - |
| YUV | 150.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 173 | 0 | 0.44 | 0.17 | 0.18 | 323.48 | 0.5 | 0.64 |
| Hex | D1 | 75 | AD | 0 | 2C | 11 | 12 | 143 | 32 | 40 |
| Octal | 321 | 165 | 255 | 0 | 54 | 21 | 22 | 503 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10101101 | 0 | 101100 | 10001 | 10010 | 101000011 | 110010 | 1000000 |
Color Harmonies of #D175AD
Complementary color
Monochromatic Colors of #D175AD
Black with #D175AD
Text Example
Text Example
White with #D175AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175AD; }
p { color: rgb(209,117,173); }
H1.HeaderClassName
{
color: #D175AD;
}
.AnyTagClassName
{
color: #D175AD;
}
</style>
background-color css
<style>
a { background-color: #D175AD; }
a { background-color: rgb(209,117,173); }
div.DivClassName
{
background-color: #D175AD;
}
.BgClassName
{
background-color: #D175AD;
}
</style>
border-color css
<style>
span { border-color: #D175AD; }
span { border-color: rgb(209,117,173); }
td.TdClassName
{
border-color: #D175AD;
}
.TagClassName
{
border-color: #D175AD;
}
</style>