Shades of Hopbush #D1689B
Tints of Hopbush #D1689B
RGB
CMYK
RGB Variations
Color information
#D1689B (or 0xD1689B) is known color: Hopbush. HEX triplet: D1, 68 and 9B. RGB value is (209,104,155). Sum of RGB (Red+Green+Blue) = 209+104+155=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1689B is #2E9764. Grayscale: #8D8D8D. Windows color (decimal): -3053413 or 10184913. OLE color: 10184913.
HSL color Cylindrical-coordinate representation of color #D1689B: hue angle of 330.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1689B is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 155 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.18 |
| HSL | 330.86º | 0.53% | 0.61% | - |
| HSV(B) | 330.86º | 0.5% | 0.82% | - |
| XYZ | 37.16 | 25.82 | 34.04 | - |
| YUV | 141.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 155 | 0 | 0.50 | 0.26 | 0.18 | 330.86 | 0.53 | 0.61 |
| Hex | D1 | 68 | 9B | 0 | 32 | 1A | 12 | 14B | 35 | 3D |
| Octal | 321 | 150 | 233 | 0 | 62 | 32 | 22 | 513 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10011011 | 0 | 110010 | 11010 | 10010 | 101001011 | 110101 | 111101 |
Color Harmonies of #D1689B
Complementary color
Monochromatic Colors of #D1689B
Black with #D1689B
Text Example
Text Example
White with #D1689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1689B; }
p { color: rgb(209,104,155); }
H1.HeaderClassName
{
color: #D1689B;
}
.AnyTagClassName
{
color: #D1689B;
}
</style>
background-color css
<style>
a { background-color: #D1689B; }
a { background-color: rgb(209,104,155); }
div.DivClassName
{
background-color: #D1689B;
}
.BgClassName
{
background-color: #D1689B;
}
</style>
border-color css
<style>
span { border-color: #D1689B; }
span { border-color: rgb(209,104,155); }
td.TdClassName
{
border-color: #D1689B;
}
.TagClassName
{
border-color: #D1689B;
}
</style>