Shades of Hopbush #D1689F
Tints of Hopbush #D1689F
RGB
CMYK
RGB Variations
Color information
#D1689F (or 0xD1689F) is known color: Hopbush. HEX triplet: D1, 68 and 9F. RGB value is (209,104,159). Sum of RGB (Red+Green+Blue) = 209+104+159=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1689F is #2E9760. Grayscale: #8D8D8D. Windows color (decimal): -3053409 or 10447057. OLE color: 10447057.
HSL color Cylindrical-coordinate representation of color #D1689F: hue angle of 328.57º 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 #D1689F is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 159 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.18 |
| HSL | 328.57º | 0.53% | 0.61% | - |
| HSV(B) | 328.57º | 0.5% | 0.82% | - |
| XYZ | 37.5 | 25.96 | 35.83 | - |
| YUV | 141.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 159 | 0 | 0.50 | 0.24 | 0.18 | 328.57 | 0.53 | 0.61 |
| Hex | D1 | 68 | 9F | 0 | 32 | 18 | 12 | 149 | 35 | 3D |
| Octal | 321 | 150 | 237 | 0 | 62 | 30 | 22 | 511 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10011111 | 0 | 110010 | 11000 | 10010 | 101001001 | 110101 | 111101 |
Color Harmonies of #D1689F
Complementary color
Monochromatic Colors of #D1689F
Black with #D1689F
Text Example
Text Example
White with #D1689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1689F; }
p { color: rgb(209,104,159); }
H1.HeaderClassName
{
color: #D1689F;
}
.AnyTagClassName
{
color: #D1689F;
}
</style>
background-color css
<style>
a { background-color: #D1689F; }
a { background-color: rgb(209,104,159); }
div.DivClassName
{
background-color: #D1689F;
}
.BgClassName
{
background-color: #D1689F;
}
</style>
border-color css
<style>
span { border-color: #D1689F; }
span { border-color: rgb(209,104,159); }
td.TdClassName
{
border-color: #D1689F;
}
.TagClassName
{
border-color: #D1689F;
}
</style>