Shades of Hopbush #D16395
Tints of Hopbush #D16395
RGB
CMYK
RGB Variations
Color information
#D16395 (or 0xD16395) is known color: Hopbush. HEX triplet: D1, 63 and 95. RGB value is (209,99,149). Sum of RGB (Red+Green+Blue) = 209+99+149=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D16395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16395 is #2E9C6A. Grayscale: #898989. Windows color (decimal): -3054699 or 9790417. OLE color: 9790417.
HSL color Cylindrical-coordinate representation of color #D16395: hue angle of 332.73º 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 #D16395 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 149 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.18 |
| HSL | 332.73º | 0.54% | 0.6% | - |
| HSV(B) | 332.73º | 0.53% | 0.82% | - |
| XYZ | 36.18 | 24.65 | 31.28 | - |
| YUV | 137.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 149 | 0 | 0.53 | 0.29 | 0.18 | 332.73 | 0.54 | 0.6 |
| Hex | D1 | 63 | 95 | 0 | 35 | 1D | 12 | 14D | 36 | 3C |
| Octal | 321 | 143 | 225 | 0 | 65 | 35 | 22 | 515 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10010101 | 0 | 110101 | 11101 | 10010 | 101001101 | 110110 | 111100 |
Color Harmonies of #D16395
Complementary color
Monochromatic Colors of #D16395
Black with #D16395
Text Example
Text Example
White with #D16395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16395; }
p { color: rgb(209,99,149); }
H1.HeaderClassName
{
color: #D16395;
}
.AnyTagClassName
{
color: #D16395;
}
</style>
background-color css
<style>
a { background-color: #D16395; }
a { background-color: rgb(209,99,149); }
div.DivClassName
{
background-color: #D16395;
}
.BgClassName
{
background-color: #D16395;
}
</style>
border-color css
<style>
span { border-color: #D16395; }
span { border-color: rgb(209,99,149); }
td.TdClassName
{
border-color: #D16395;
}
.TagClassName
{
border-color: #D16395;
}
</style>