Shades of Hopbush #D16F96
Tints of Hopbush #D16F96
RGB
CMYK
RGB Variations
Color information
#D16F96 (or 0xD16F96) is known color: Hopbush. HEX triplet: D1, 6F and 96. RGB value is (209,111,150). Sum of RGB (Red+Green+Blue) = 209+111+150=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F96 is #2E9069. Grayscale: #909090. Windows color (decimal): -3051626 or 9859025. OLE color: 9859025.
HSL color Cylindrical-coordinate representation of color #D16F96: hue angle of 336.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16F96 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 150 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.18 |
| HSL | 336.12º | 0.52% | 0.63% | - |
| HSV(B) | 336.12º | 0.47% | 0.82% | - |
| XYZ | 37.48 | 27.13 | 32.11 | - |
| YUV | 144.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 150 | 0 | 0.47 | 0.28 | 0.18 | 336.12 | 0.52 | 0.63 |
| Hex | D1 | 6F | 96 | 0 | 2F | 1C | 12 | 150 | 34 | 3F |
| Octal | 321 | 157 | 226 | 0 | 57 | 34 | 22 | 520 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10010110 | 0 | 101111 | 11100 | 10010 | 101010000 | 110100 | 111111 |
Color Harmonies of #D16F96
Complementary color
Monochromatic Colors of #D16F96
Black with #D16F96
Text Example
Text Example
White with #D16F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F96; }
p { color: rgb(209,111,150); }
H1.HeaderClassName
{
color: #D16F96;
}
.AnyTagClassName
{
color: #D16F96;
}
</style>
background-color css
<style>
a { background-color: #D16F96; }
a { background-color: rgb(209,111,150); }
div.DivClassName
{
background-color: #D16F96;
}
.BgClassName
{
background-color: #D16F96;
}
</style>
border-color css
<style>
span { border-color: #D16F96; }
span { border-color: rgb(209,111,150); }
td.TdClassName
{
border-color: #D16F96;
}
.TagClassName
{
border-color: #D16F96;
}
</style>