Shades of Hopbush #D16394
Tints of Hopbush #D16394
RGB
CMYK
RGB Variations
Color information
#D16394 (or 0xD16394) is known color: Hopbush. HEX triplet: D1, 63 and 94. RGB value is (209,99,148). Sum of RGB (Red+Green+Blue) = 209+99+148=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D16394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16394 is #2E9C6B. Grayscale: #898989. Windows color (decimal): -3054700 or 9724881. OLE color: 9724881.
HSL color Cylindrical-coordinate representation of color #D16394: hue angle of 333.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16394 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 148 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.18 |
| HSL | 333.27º | 0.54% | 0.6% | - |
| HSV(B) | 333.27º | 0.53% | 0.82% | - |
| XYZ | 36.1 | 24.62 | 30.87 | - |
| YUV | 137.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 148 | 0 | 0.53 | 0.29 | 0.18 | 333.27 | 0.54 | 0.6 |
| Hex | D1 | 63 | 94 | 0 | 35 | 1D | 12 | 14D | 36 | 3C |
| Octal | 321 | 143 | 224 | 0 | 65 | 35 | 22 | 515 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10010100 | 0 | 110101 | 11101 | 10010 | 101001101 | 110110 | 111100 |
Color Harmonies of #D16394
Complementary color
Monochromatic Colors of #D16394
Black with #D16394
Text Example
Text Example
White with #D16394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16394; }
p { color: rgb(209,99,148); }
H1.HeaderClassName
{
color: #D16394;
}
.AnyTagClassName
{
color: #D16394;
}
</style>
background-color css
<style>
a { background-color: #D16394; }
a { background-color: rgb(209,99,148); }
div.DivClassName
{
background-color: #D16394;
}
.BgClassName
{
background-color: #D16394;
}
</style>
border-color css
<style>
span { border-color: #D16394; }
span { border-color: rgb(209,99,148); }
td.TdClassName
{
border-color: #D16394;
}
.TagClassName
{
border-color: #D16394;
}
</style>