Shades of Hopbush #D16B9D
Tints of Hopbush #D16B9D
RGB
CMYK
RGB Variations
Color information
#D16B9D (or 0xD16B9D) is known color: Hopbush. HEX triplet: D1, 6B and 9D. RGB value is (209,107,157). Sum of RGB (Red+Green+Blue) = 209+107+157=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16B9D is #2E9462. Grayscale: #8F8F8F. Windows color (decimal): -3052643 or 10316753. OLE color: 10316753.
HSL color Cylindrical-coordinate representation of color #D16B9D: hue angle of 330.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16B9D is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 157 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.18 |
| HSL | 330.59º | 0.53% | 0.62% | - |
| HSV(B) | 330.59º | 0.49% | 0.82% | - |
| XYZ | 37.64 | 26.51 | 35.03 | - |
| YUV | 143.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 157 | 0 | 0.49 | 0.25 | 0.18 | 330.59 | 0.53 | 0.62 |
| Hex | D1 | 6B | 9D | 0 | 31 | 19 | 12 | 14B | 35 | 3E |
| Octal | 321 | 153 | 235 | 0 | 61 | 31 | 22 | 513 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10011101 | 0 | 110001 | 11001 | 10010 | 101001011 | 110101 | 111110 |
Color Harmonies of #D16B9D
Complementary color
Monochromatic Colors of #D16B9D
Black with #D16B9D
Text Example
Text Example
White with #D16B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B9D; }
p { color: rgb(209,107,157); }
H1.HeaderClassName
{
color: #D16B9D;
}
.AnyTagClassName
{
color: #D16B9D;
}
</style>
background-color css
<style>
a { background-color: #D16B9D; }
a { background-color: rgb(209,107,157); }
div.DivClassName
{
background-color: #D16B9D;
}
.BgClassName
{
background-color: #D16B9D;
}
</style>
border-color css
<style>
span { border-color: #D16B9D; }
span { border-color: rgb(209,107,157); }
td.TdClassName
{
border-color: #D16B9D;
}
.TagClassName
{
border-color: #D16B9D;
}
</style>