Shades of Hopbush #D16BA2
Tints of Hopbush #D16BA2
RGB
CMYK
RGB Variations
Color information
#D16BA2 (or 0xD16BA2) is known color: Hopbush. HEX triplet: D1, 6B and A2. RGB value is (209,107,162). Sum of RGB (Red+Green+Blue) = 209+107+162=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16BA2 is #2E945D. Grayscale: #8F8F8F. Windows color (decimal): -3052638 or 10644433. OLE color: 10644433.
HSL color Cylindrical-coordinate representation of color #D16BA2: hue angle of 327.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16BA2 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 162 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.18 |
| HSL | 327.65º | 0.53% | 0.62% | - |
| HSV(B) | 327.65º | 0.49% | 0.82% | - |
| XYZ | 38.07 | 26.68 | 37.33 | - |
| YUV | 143.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 162 | 0 | 0.49 | 0.22 | 0.18 | 327.65 | 0.53 | 0.62 |
| Hex | D1 | 6B | A2 | 0 | 31 | 16 | 12 | 148 | 35 | 3E |
| Octal | 321 | 153 | 242 | 0 | 61 | 26 | 22 | 510 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10100010 | 0 | 110001 | 10110 | 10010 | 101001000 | 110101 | 111110 |
Color Harmonies of #D16BA2
Complementary color
Monochromatic Colors of #D16BA2
Black with #D16BA2
Text Example
Text Example
White with #D16BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BA2; }
p { color: rgb(209,107,162); }
H1.HeaderClassName
{
color: #D16BA2;
}
.AnyTagClassName
{
color: #D16BA2;
}
</style>
background-color css
<style>
a { background-color: #D16BA2; }
a { background-color: rgb(209,107,162); }
div.DivClassName
{
background-color: #D16BA2;
}
.BgClassName
{
background-color: #D16BA2;
}
</style>
border-color css
<style>
span { border-color: #D16BA2; }
span { border-color: rgb(209,107,162); }
td.TdClassName
{
border-color: #D16BA2;
}
.TagClassName
{
border-color: #D16BA2;
}
</style>