Shades of Hopbush #D16F9D
Tints of Hopbush #D16F9D
RGB
CMYK
RGB Variations
Color information
#D16F9D (or 0xD16F9D) is known color: Hopbush. HEX triplet: D1, 6F and 9D. RGB value is (209,111,157). Sum of RGB (Red+Green+Blue) = 209+111+157=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F9D is #2E9062. Grayscale: #919191. Windows color (decimal): -3051619 or 10317777. OLE color: 10317777.
HSL color Cylindrical-coordinate representation of color #D16F9D: hue angle of 331.84º 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 #D16F9D is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 157 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.18 |
| HSL | 331.84º | 0.52% | 0.63% | - |
| HSV(B) | 331.84º | 0.47% | 0.82% | - |
| XYZ | 38.06 | 27.36 | 35.17 | - |
| YUV | 145.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 157 | 0 | 0.47 | 0.25 | 0.18 | 331.84 | 0.52 | 0.63 |
| Hex | D1 | 6F | 9D | 0 | 2F | 19 | 12 | 14C | 34 | 3F |
| Octal | 321 | 157 | 235 | 0 | 57 | 31 | 22 | 514 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10011101 | 0 | 101111 | 11001 | 10010 | 101001100 | 110100 | 111111 |
Color Harmonies of #D16F9D
Complementary color
Monochromatic Colors of #D16F9D
Black with #D16F9D
Text Example
Text Example
White with #D16F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F9D; }
p { color: rgb(209,111,157); }
H1.HeaderClassName
{
color: #D16F9D;
}
.AnyTagClassName
{
color: #D16F9D;
}
</style>
background-color css
<style>
a { background-color: #D16F9D; }
a { background-color: rgb(209,111,157); }
div.DivClassName
{
background-color: #D16F9D;
}
.BgClassName
{
background-color: #D16F9D;
}
</style>
border-color css
<style>
span { border-color: #D16F9D; }
span { border-color: rgb(209,111,157); }
td.TdClassName
{
border-color: #D16F9D;
}
.TagClassName
{
border-color: #D16F9D;
}
</style>