Shades of Hopbush #D16A93
Tints of Hopbush #D16A93
RGB
CMYK
RGB Variations
Color information
#D16A93 (or 0xD16A93) is known color: Hopbush. HEX triplet: D1, 6A and 93. RGB value is (209,106,147). Sum of RGB (Red+Green+Blue) = 209+106+147=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16A93 is #2E956C. Grayscale: #8D8D8D. Windows color (decimal): -3052909 or 9661137. OLE color: 9661137.
HSL color Cylindrical-coordinate representation of color #D16A93: hue angle of 336.12º 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 #D16A93 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 147 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.18 |
| HSL | 336.12º | 0.53% | 0.62% | - |
| HSV(B) | 336.12º | 0.49% | 0.82% | - |
| XYZ | 36.71 | 25.97 | 30.68 | - |
| YUV | 141.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 147 | 0 | 0.49 | 0.30 | 0.18 | 336.12 | 0.53 | 0.62 |
| Hex | D1 | 6A | 93 | 0 | 31 | 1E | 12 | 150 | 35 | 3E |
| Octal | 321 | 152 | 223 | 0 | 61 | 36 | 22 | 520 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10010011 | 0 | 110001 | 11110 | 10010 | 101010000 | 110101 | 111110 |
Color Harmonies of #D16A93
Complementary color
Monochromatic Colors of #D16A93
Black with #D16A93
Text Example
Text Example
White with #D16A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A93; }
p { color: rgb(209,106,147); }
H1.HeaderClassName
{
color: #D16A93;
}
.AnyTagClassName
{
color: #D16A93;
}
</style>
background-color css
<style>
a { background-color: #D16A93; }
a { background-color: rgb(209,106,147); }
div.DivClassName
{
background-color: #D16A93;
}
.BgClassName
{
background-color: #D16A93;
}
</style>
border-color css
<style>
span { border-color: #D16A93; }
span { border-color: rgb(209,106,147); }
td.TdClassName
{
border-color: #D16A93;
}
.TagClassName
{
border-color: #D16A93;
}
</style>