Shades of Hopbush #D169A1
Tints of Hopbush #D169A1
RGB
CMYK
RGB Variations
Color information
#D169A1 (or 0xD169A1) is known color: Hopbush. HEX triplet: D1, 69 and A1. RGB value is (209,105,161). Sum of RGB (Red+Green+Blue) = 209+105+161=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D169A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D169A1 is #2E965E. Grayscale: #8E8E8E. Windows color (decimal): -3053151 or 10578385. OLE color: 10578385.
HSL color Cylindrical-coordinate representation of color #D169A1: hue angle of 327.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169A1 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 161 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.18 |
| HSL | 327.69º | 0.53% | 0.62% | - |
| HSV(B) | 327.69º | 0.5% | 0.82% | - |
| XYZ | 37.78 | 26.23 | 36.79 | - |
| YUV | 142.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 161 | 0 | 0.50 | 0.23 | 0.18 | 327.69 | 0.53 | 0.62 |
| Hex | D1 | 69 | A1 | 0 | 32 | 17 | 12 | 148 | 35 | 3E |
| Octal | 321 | 151 | 241 | 0 | 62 | 27 | 22 | 510 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10100001 | 0 | 110010 | 10111 | 10010 | 101001000 | 110101 | 111110 |
Color Harmonies of #D169A1
Complementary color
Monochromatic Colors of #D169A1
Black with #D169A1
Text Example
Text Example
White with #D169A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169A1; }
p { color: rgb(209,105,161); }
H1.HeaderClassName
{
color: #D169A1;
}
.AnyTagClassName
{
color: #D169A1;
}
</style>
background-color css
<style>
a { background-color: #D169A1; }
a { background-color: rgb(209,105,161); }
div.DivClassName
{
background-color: #D169A1;
}
.BgClassName
{
background-color: #D169A1;
}
</style>
border-color css
<style>
span { border-color: #D169A1; }
span { border-color: rgb(209,105,161); }
td.TdClassName
{
border-color: #D169A1;
}
.TagClassName
{
border-color: #D169A1;
}
</style>