Shades of Hopbush #D16FB0
Tints of Hopbush #D16FB0
RGB
CMYK
RGB Variations
Color information
#D16FB0 (or 0xD16FB0) is known color: Hopbush. HEX triplet: D1, 6F and B0. RGB value is (209,111,176). Sum of RGB (Red+Green+Blue) = 209+111+176=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16FB0 is #2E904F. Grayscale: #939393. Windows color (decimal): -3051600 or 11562961. OLE color: 11562961.
HSL color Cylindrical-coordinate representation of color #D16FB0: hue angle of 320.2º 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 #D16FB0 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 176 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.18 |
| HSL | 320.2º | 0.52% | 0.63% | - |
| HSV(B) | 320.2º | 0.47% | 0.82% | - |
| XYZ | 39.82 | 28.06 | 44.39 | - |
| YUV | 147.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 176 | 0 | 0.47 | 0.16 | 0.18 | 320.2 | 0.52 | 0.63 |
| Hex | D1 | 6F | B0 | 0 | 2F | 10 | 12 | 140 | 34 | 3F |
| Octal | 321 | 157 | 260 | 0 | 57 | 20 | 22 | 500 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10110000 | 0 | 101111 | 10000 | 10010 | 101000000 | 110100 | 111111 |
Color Harmonies of #D16FB0
Complementary color
Monochromatic Colors of #D16FB0
Black with #D16FB0
Text Example
Text Example
White with #D16FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FB0; }
p { color: rgb(209,111,176); }
H1.HeaderClassName
{
color: #D16FB0;
}
.AnyTagClassName
{
color: #D16FB0;
}
</style>
background-color css
<style>
a { background-color: #D16FB0; }
a { background-color: rgb(209,111,176); }
div.DivClassName
{
background-color: #D16FB0;
}
.BgClassName
{
background-color: #D16FB0;
}
</style>
border-color css
<style>
span { border-color: #D16FB0; }
span { border-color: rgb(209,111,176); }
td.TdClassName
{
border-color: #D16FB0;
}
.TagClassName
{
border-color: #D16FB0;
}
</style>