Shades of Hopbush #D16693
Tints of Hopbush #D16693
RGB
CMYK
RGB Variations
Color information
#D16693 (or 0xD16693) is known color: Hopbush. HEX triplet: D1, 66 and 93. RGB value is (209,102,147). Sum of RGB (Red+Green+Blue) = 209+102+147=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D16693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16693 is #2E996C. Grayscale: #8B8B8B. Windows color (decimal): -3053933 or 9660113. OLE color: 9660113.
HSL color Cylindrical-coordinate representation of color #D16693: hue angle of 334.77º 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 #D16693 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 147 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.18 |
| HSL | 334.77º | 0.54% | 0.61% | - |
| HSV(B) | 334.77º | 0.51% | 0.82% | - |
| XYZ | 36.31 | 25.16 | 30.55 | - |
| YUV | 139.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 147 | 0 | 0.51 | 0.30 | 0.18 | 334.77 | 0.54 | 0.61 |
| Hex | D1 | 66 | 93 | 0 | 33 | 1E | 12 | 14F | 36 | 3D |
| Octal | 321 | 146 | 223 | 0 | 63 | 36 | 22 | 517 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10010011 | 0 | 110011 | 11110 | 10010 | 101001111 | 110110 | 111101 |
Color Harmonies of #D16693
Complementary color
Monochromatic Colors of #D16693
Black with #D16693
Text Example
Text Example
White with #D16693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16693; }
p { color: rgb(209,102,147); }
H1.HeaderClassName
{
color: #D16693;
}
.AnyTagClassName
{
color: #D16693;
}
</style>
background-color css
<style>
a { background-color: #D16693; }
a { background-color: rgb(209,102,147); }
div.DivClassName
{
background-color: #D16693;
}
.BgClassName
{
background-color: #D16693;
}
</style>
border-color css
<style>
span { border-color: #D16693; }
span { border-color: rgb(209,102,147); }
td.TdClassName
{
border-color: #D16693;
}
.TagClassName
{
border-color: #D16693;
}
</style>