Shades of Hopbush #D160A1
Tints of Hopbush #D160A1
RGB
CMYK
RGB Variations
Color information
#D160A1 (or 0xD160A1) is known color: Hopbush. HEX triplet: D1, 60 and A1. RGB value is (209,96,161). Sum of RGB (Red+Green+Blue) = 209+96+161=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D160A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D160A1 is #2E9F5E. Grayscale: #898989. Windows color (decimal): -3055455 or 10576081. OLE color: 10576081.
HSL color Cylindrical-coordinate representation of color #D160A1: hue angle of 325.49º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D160A1 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 161 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.18 |
| HSL | 325.49º | 0.55% | 0.6% | - |
| HSV(B) | 325.49º | 0.54% | 0.82% | - |
| XYZ | 36.91 | 24.49 | 36.5 | - |
| YUV | 137.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 161 | 0 | 0.54 | 0.23 | 0.18 | 325.49 | 0.55 | 0.6 |
| Hex | D1 | 60 | A1 | 0 | 36 | 17 | 12 | 145 | 37 | 3C |
| Octal | 321 | 140 | 241 | 0 | 66 | 27 | 22 | 505 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10100001 | 0 | 110110 | 10111 | 10010 | 101000101 | 110111 | 111100 |
Color Harmonies of #D160A1
Complementary color
Monochromatic Colors of #D160A1
Black with #D160A1
Text Example
Text Example
White with #D160A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160A1; }
p { color: rgb(209,96,161); }
H1.HeaderClassName
{
color: #D160A1;
}
.AnyTagClassName
{
color: #D160A1;
}
</style>
background-color css
<style>
a { background-color: #D160A1; }
a { background-color: rgb(209,96,161); }
div.DivClassName
{
background-color: #D160A1;
}
.BgClassName
{
background-color: #D160A1;
}
</style>
border-color css
<style>
span { border-color: #D160A1; }
span { border-color: rgb(209,96,161); }
td.TdClassName
{
border-color: #D160A1;
}
.TagClassName
{
border-color: #D160A1;
}
</style>