Shades of Hopbush #D16098
Tints of Hopbush #D16098
RGB
CMYK
RGB Variations
Color information
#D16098 (or 0xD16098) is known color: Hopbush. HEX triplet: D1, 60 and 98. RGB value is (209,96,152). Sum of RGB (Red+Green+Blue) = 209+96+152=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D16098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16098 is #2E9F67. Grayscale: #888888. Windows color (decimal): -3055464 or 9986257. OLE color: 9986257.
HSL color Cylindrical-coordinate representation of color #D16098: hue angle of 330.27º 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 #D16098 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 152 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.18 |
| HSL | 330.27º | 0.55% | 0.6% | - |
| HSV(B) | 330.27º | 0.54% | 0.82% | - |
| XYZ | 36.14 | 24.19 | 32.47 | - |
| YUV | 136.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 152 | 0 | 0.54 | 0.27 | 0.18 | 330.27 | 0.55 | 0.6 |
| Hex | D1 | 60 | 98 | 0 | 36 | 1B | 12 | 14A | 37 | 3C |
| Octal | 321 | 140 | 230 | 0 | 66 | 33 | 22 | 512 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10011000 | 0 | 110110 | 11011 | 10010 | 101001010 | 110111 | 111100 |
Color Harmonies of #D16098
Complementary color
Monochromatic Colors of #D16098
Black with #D16098
Text Example
Text Example
White with #D16098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16098; }
p { color: rgb(209,96,152); }
H1.HeaderClassName
{
color: #D16098;
}
.AnyTagClassName
{
color: #D16098;
}
</style>
background-color css
<style>
a { background-color: #D16098; }
a { background-color: rgb(209,96,152); }
div.DivClassName
{
background-color: #D16098;
}
.BgClassName
{
background-color: #D16098;
}
</style>
border-color css
<style>
span { border-color: #D16098; }
span { border-color: rgb(209,96,152); }
td.TdClassName
{
border-color: #D16098;
}
.TagClassName
{
border-color: #D16098;
}
</style>