Shades of Hopbush #D1698B
Tints of Hopbush #D1698B
RGB
CMYK
RGB Variations
Color information
#D1698B (or 0xD1698B) is known color: Hopbush. HEX triplet: D1, 69 and 8B. RGB value is (209,105,139). Sum of RGB (Red+Green+Blue) = 209+105+139=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D1698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1698B is #2E9674. Grayscale: #8B8B8B. Windows color (decimal): -3053173 or 9136593. OLE color: 9136593.
HSL color Cylindrical-coordinate representation of color #D1698B: hue angle of 340.38º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1698B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 139 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.18 |
| HSL | 340.38º | 0.53% | 0.62% | - |
| HSV(B) | 340.38º | 0.5% | 0.82% | - |
| XYZ | 36.01 | 25.52 | 27.45 | - |
| YUV | 139.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 139 | 0 | 0.50 | 0.33 | 0.18 | 340.38 | 0.53 | 0.62 |
| Hex | D1 | 69 | 8B | 0 | 32 | 21 | 12 | 154 | 35 | 3E |
| Octal | 321 | 151 | 213 | 0 | 62 | 41 | 22 | 524 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10001011 | 0 | 110010 | 100001 | 10010 | 101010100 | 110101 | 111110 |
Color Harmonies of #D1698B
Complementary color
Monochromatic Colors of #D1698B
Black with #D1698B
Text Example
Text Example
White with #D1698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1698B; }
p { color: rgb(209,105,139); }
H1.HeaderClassName
{
color: #D1698B;
}
.AnyTagClassName
{
color: #D1698B;
}
</style>
background-color css
<style>
a { background-color: #D1698B; }
a { background-color: rgb(209,105,139); }
div.DivClassName
{
background-color: #D1698B;
}
.BgClassName
{
background-color: #D1698B;
}
</style>
border-color css
<style>
span { border-color: #D1698B; }
span { border-color: rgb(209,105,139); }
td.TdClassName
{
border-color: #D1698B;
}
.TagClassName
{
border-color: #D1698B;
}
</style>