Shades of Hopbush #D16088
Tints of Hopbush #D16088
RGB
CMYK
RGB Variations
Color information
#D16088 (or 0xD16088) is known color: Hopbush. HEX triplet: D1, 60 and 88. RGB value is (209,96,136). Sum of RGB (Red+Green+Blue) = 209+96+136=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16088 is #2E9F77. Grayscale: #868686. Windows color (decimal): -3055480 or 8937681. OLE color: 8937681.
HSL color Cylindrical-coordinate representation of color #D16088: hue angle of 338.76º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16088 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 136 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.18 |
| HSL | 338.76º | 0.55% | 0.6% | - |
| HSV(B) | 338.76º | 0.54% | 0.82% | - |
| XYZ | 34.92 | 23.7 | 26.03 | - |
| YUV | 134.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 136 | 0 | 0.54 | 0.35 | 0.18 | 338.76 | 0.55 | 0.6 |
| Hex | D1 | 60 | 88 | 0 | 36 | 23 | 12 | 153 | 37 | 3C |
| Octal | 321 | 140 | 210 | 0 | 66 | 43 | 22 | 523 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10001000 | 0 | 110110 | 100011 | 10010 | 101010011 | 110111 | 111100 |
Color Harmonies of #D16088
Complementary color
Monochromatic Colors of #D16088
Black with #D16088
Text Example
Text Example
White with #D16088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16088; }
p { color: rgb(209,96,136); }
H1.HeaderClassName
{
color: #D16088;
}
.AnyTagClassName
{
color: #D16088;
}
</style>
background-color css
<style>
a { background-color: #D16088; }
a { background-color: rgb(209,96,136); }
div.DivClassName
{
background-color: #D16088;
}
.BgClassName
{
background-color: #D16088;
}
</style>
border-color css
<style>
span { border-color: #D16088; }
span { border-color: rgb(209,96,136); }
td.TdClassName
{
border-color: #D16088;
}
.TagClassName
{
border-color: #D16088;
}
</style>