Shades of Hopbush #D16690
Tints of Hopbush #D16690
RGB
CMYK
RGB Variations
Color information
#D16690 (or 0xD16690) is known color: Hopbush. HEX triplet: D1, 66 and 90. RGB value is (209,102,144). Sum of RGB (Red+Green+Blue) = 209+102+144=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D16690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16690 is #2E996F. Grayscale: #8A8A8A. Windows color (decimal): -3053936 or 9463505. OLE color: 9463505.
HSL color Cylindrical-coordinate representation of color #D16690: hue angle of 336.45º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16690 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 144 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.18 |
| HSL | 336.45º | 0.54% | 0.61% | - |
| HSV(B) | 336.45º | 0.51% | 0.82% | - |
| XYZ | 36.08 | 25.07 | 29.32 | - |
| YUV | 138.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 144 | 0 | 0.51 | 0.31 | 0.18 | 336.45 | 0.54 | 0.61 |
| Hex | D1 | 66 | 90 | 0 | 33 | 1F | 12 | 150 | 36 | 3D |
| Octal | 321 | 146 | 220 | 0 | 63 | 37 | 22 | 520 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10010000 | 0 | 110011 | 11111 | 10010 | 101010000 | 110110 | 111101 |
Color Harmonies of #D16690
Complementary color
Monochromatic Colors of #D16690
Black with #D16690
Text Example
Text Example
White with #D16690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16690; }
p { color: rgb(209,102,144); }
H1.HeaderClassName
{
color: #D16690;
}
.AnyTagClassName
{
color: #D16690;
}
</style>
background-color css
<style>
a { background-color: #D16690; }
a { background-color: rgb(209,102,144); }
div.DivClassName
{
background-color: #D16690;
}
.BgClassName
{
background-color: #D16690;
}
</style>
border-color css
<style>
span { border-color: #D16690; }
span { border-color: rgb(209,102,144); }
td.TdClassName
{
border-color: #D16690;
}
.TagClassName
{
border-color: #D16690;
}
</style>