Shades of Hopbush #D16699
Tints of Hopbush #D16699
RGB
CMYK
RGB Variations
Color information
#D16699 (or 0xD16699) is known color: Hopbush. HEX triplet: D1, 66 and 99. RGB value is (209,102,153). Sum of RGB (Red+Green+Blue) = 209+102+153=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D16699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16699 is #2E9966. Grayscale: #8B8B8B. Windows color (decimal): -3053927 or 10053329. OLE color: 10053329.
HSL color Cylindrical-coordinate representation of color #D16699: hue angle of 331.4º 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 #D16699 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 153 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.18 |
| HSL | 331.4º | 0.54% | 0.61% | - |
| HSV(B) | 331.4º | 0.51% | 0.82% | - |
| XYZ | 36.8 | 25.36 | 33.09 | - |
| YUV | 139.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 153 | 0 | 0.51 | 0.27 | 0.18 | 331.4 | 0.54 | 0.61 |
| Hex | D1 | 66 | 99 | 0 | 33 | 1B | 12 | 14B | 36 | 3D |
| Octal | 321 | 146 | 231 | 0 | 63 | 33 | 22 | 513 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10011001 | 0 | 110011 | 11011 | 10010 | 101001011 | 110110 | 111101 |
Color Harmonies of #D16699
Complementary color
Monochromatic Colors of #D16699
Black with #D16699
Text Example
Text Example
White with #D16699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16699; }
p { color: rgb(209,102,153); }
H1.HeaderClassName
{
color: #D16699;
}
.AnyTagClassName
{
color: #D16699;
}
</style>
background-color css
<style>
a { background-color: #D16699; }
a { background-color: rgb(209,102,153); }
div.DivClassName
{
background-color: #D16699;
}
.BgClassName
{
background-color: #D16699;
}
</style>
border-color css
<style>
span { border-color: #D16699; }
span { border-color: rgb(209,102,153); }
td.TdClassName
{
border-color: #D16699;
}
.TagClassName
{
border-color: #D16699;
}
</style>