Shades of Hopbush #D164AA
Tints of Hopbush #D164AA
RGB
CMYK
RGB Variations
Color information
#D164AA (or 0xD164AA) is known color: Hopbush. HEX triplet: D1, 64 and AA. RGB value is (209,100,170). Sum of RGB (Red+Green+Blue) = 209+100+170=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D164AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D164AA is #2E9B55. Grayscale: #8C8C8C. Windows color (decimal): -3054422 or 11166929. OLE color: 11166929.
HSL color Cylindrical-coordinate representation of color #D164AA: hue angle of 321.47º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D164AA is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 170 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.18 |
| HSL | 321.47º | 0.54% | 0.61% | - |
| HSV(B) | 321.47º | 0.52% | 0.82% | - |
| XYZ | 38.11 | 25.57 | 40.96 | - |
| YUV | 140.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 170 | 0 | 0.52 | 0.19 | 0.18 | 321.47 | 0.54 | 0.61 |
| Hex | D1 | 64 | AA | 0 | 34 | 13 | 12 | 141 | 36 | 3D |
| Octal | 321 | 144 | 252 | 0 | 64 | 23 | 22 | 501 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10101010 | 0 | 110100 | 10011 | 10010 | 101000001 | 110110 | 111101 |
Color Harmonies of #D164AA
Complementary color
Monochromatic Colors of #D164AA
Black with #D164AA
Text Example
Text Example
White with #D164AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164AA; }
p { color: rgb(209,100,170); }
H1.HeaderClassName
{
color: #D164AA;
}
.AnyTagClassName
{
color: #D164AA;
}
</style>
background-color css
<style>
a { background-color: #D164AA; }
a { background-color: rgb(209,100,170); }
div.DivClassName
{
background-color: #D164AA;
}
.BgClassName
{
background-color: #D164AA;
}
</style>
border-color css
<style>
span { border-color: #D164AA; }
span { border-color: rgb(209,100,170); }
td.TdClassName
{
border-color: #D164AA;
}
.TagClassName
{
border-color: #D164AA;
}
</style>