Shades of Hopbush #D16F9A
Tints of Hopbush #D16F9A
RGB
CMYK
RGB Variations
Color information
#D16F9A (or 0xD16F9A) is known color: Hopbush. HEX triplet: D1, 6F and 9A. RGB value is (209,111,154). Sum of RGB (Red+Green+Blue) = 209+111+154=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F9A is #2E9065. Grayscale: #919191. Windows color (decimal): -3051622 or 10121169. OLE color: 10121169.
HSL color Cylindrical-coordinate representation of color #D16F9A: hue angle of 333.67º 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 #D16F9A is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 154 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.18 |
| HSL | 333.67º | 0.52% | 0.63% | - |
| HSV(B) | 333.67º | 0.47% | 0.82% | - |
| XYZ | 37.81 | 27.26 | 33.84 | - |
| YUV | 145.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 154 | 0 | 0.47 | 0.26 | 0.18 | 333.67 | 0.52 | 0.63 |
| Hex | D1 | 6F | 9A | 0 | 2F | 1A | 12 | 14E | 34 | 3F |
| Octal | 321 | 157 | 232 | 0 | 57 | 32 | 22 | 516 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10011010 | 0 | 101111 | 11010 | 10010 | 101001110 | 110100 | 111111 |
Color Harmonies of #D16F9A
Complementary color
Monochromatic Colors of #D16F9A
Black with #D16F9A
Text Example
Text Example
White with #D16F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F9A; }
p { color: rgb(209,111,154); }
H1.HeaderClassName
{
color: #D16F9A;
}
.AnyTagClassName
{
color: #D16F9A;
}
</style>
background-color css
<style>
a { background-color: #D16F9A; }
a { background-color: rgb(209,111,154); }
div.DivClassName
{
background-color: #D16F9A;
}
.BgClassName
{
background-color: #D16F9A;
}
</style>
border-color css
<style>
span { border-color: #D16F9A; }
span { border-color: rgb(209,111,154); }
td.TdClassName
{
border-color: #D16F9A;
}
.TagClassName
{
border-color: #D16F9A;
}
</style>