Shades of Hopbush #D173AF
Tints of Hopbush #D173AF
RGB
CMYK
RGB Variations
Color information
#D173AF (or 0xD173AF) is known color: Hopbush. HEX triplet: D1, 73 and AF. RGB value is (209,115,175). Sum of RGB (Red+Green+Blue) = 209+115+175=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D173AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D173AF is #2E8C50. Grayscale: #959595. Windows color (decimal): -3050577 or 11498449. OLE color: 11498449.
HSL color Cylindrical-coordinate representation of color #D173AF: hue angle of 321.7º 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 #D173AF is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 175 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.18 |
| HSL | 321.7º | 0.51% | 0.64% | - |
| HSV(B) | 321.7º | 0.45% | 0.82% | - |
| XYZ | 40.16 | 28.91 | 44.02 | - |
| YUV | 149.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 175 | 0 | 0.45 | 0.16 | 0.18 | 321.7 | 0.51 | 0.64 |
| Hex | D1 | 73 | AF | 0 | 2D | 10 | 12 | 142 | 33 | 40 |
| Octal | 321 | 163 | 257 | 0 | 55 | 20 | 22 | 502 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10101111 | 0 | 101101 | 10000 | 10010 | 101000010 | 110011 | 1000000 |
Color Harmonies of #D173AF
Complementary color
Monochromatic Colors of #D173AF
Black with #D173AF
Text Example
Text Example
White with #D173AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173AF; }
p { color: rgb(209,115,175); }
H1.HeaderClassName
{
color: #D173AF;
}
.AnyTagClassName
{
color: #D173AF;
}
</style>
background-color css
<style>
a { background-color: #D173AF; }
a { background-color: rgb(209,115,175); }
div.DivClassName
{
background-color: #D173AF;
}
.BgClassName
{
background-color: #D173AF;
}
</style>
border-color css
<style>
span { border-color: #D173AF; }
span { border-color: rgb(209,115,175); }
td.TdClassName
{
border-color: #D173AF;
}
.TagClassName
{
border-color: #D173AF;
}
</style>