Shades of Hopbush #D16698
Tints of Hopbush #D16698
RGB
CMYK
RGB Variations
Color information
#D16698 (or 0xD16698) is known color: Hopbush. HEX triplet: D1, 66 and 98. RGB value is (209,102,152). Sum of RGB (Red+Green+Blue) = 209+102+152=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D16698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16698 is #2E9967. Grayscale: #8B8B8B. Windows color (decimal): -3053928 or 9987793. OLE color: 9987793.
HSL color Cylindrical-coordinate representation of color #D16698: hue angle of 331.96º 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 #D16698 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 152 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.18 |
| HSL | 331.96º | 0.54% | 0.61% | - |
| HSV(B) | 331.96º | 0.51% | 0.82% | - |
| XYZ | 36.71 | 25.33 | 32.66 | - |
| YUV | 139.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 152 | 0 | 0.51 | 0.27 | 0.18 | 331.96 | 0.54 | 0.61 |
| Hex | D1 | 66 | 98 | 0 | 33 | 1B | 12 | 14C | 36 | 3D |
| Octal | 321 | 146 | 230 | 0 | 63 | 33 | 22 | 514 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10011000 | 0 | 110011 | 11011 | 10010 | 101001100 | 110110 | 111101 |
Color Harmonies of #D16698
Complementary color
Monochromatic Colors of #D16698
Black with #D16698
Text Example
Text Example
White with #D16698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16698; }
p { color: rgb(209,102,152); }
H1.HeaderClassName
{
color: #D16698;
}
.AnyTagClassName
{
color: #D16698;
}
</style>
background-color css
<style>
a { background-color: #D16698; }
a { background-color: rgb(209,102,152); }
div.DivClassName
{
background-color: #D16698;
}
.BgClassName
{
background-color: #D16698;
}
</style>
border-color css
<style>
span { border-color: #D16698; }
span { border-color: rgb(209,102,152); }
td.TdClassName
{
border-color: #D16698;
}
.TagClassName
{
border-color: #D16698;
}
</style>