Shades of Hopbush #D1699B
Tints of Hopbush #D1699B
RGB
CMYK
RGB Variations
Color information
#D1699B (or 0xD1699B) is known color: Hopbush. HEX triplet: D1, 69 and 9B. RGB value is (209,105,155). Sum of RGB (Red+Green+Blue) = 209+105+155=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1699B is #2E9664. Grayscale: #8D8D8D. Windows color (decimal): -3053157 or 10185169. OLE color: 10185169.
HSL color Cylindrical-coordinate representation of color #D1699B: hue angle of 331.15º 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 #D1699B is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 155 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.18 |
| HSL | 331.15º | 0.53% | 0.62% | - |
| HSV(B) | 331.15º | 0.5% | 0.82% | - |
| XYZ | 37.26 | 26.03 | 34.07 | - |
| YUV | 141.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 155 | 0 | 0.50 | 0.26 | 0.18 | 331.15 | 0.53 | 0.62 |
| Hex | D1 | 69 | 9B | 0 | 32 | 1A | 12 | 14B | 35 | 3E |
| Octal | 321 | 151 | 233 | 0 | 62 | 32 | 22 | 513 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10011011 | 0 | 110010 | 11010 | 10010 | 101001011 | 110101 | 111110 |
Color Harmonies of #D1699B
Complementary color
Monochromatic Colors of #D1699B
Black with #D1699B
Text Example
Text Example
White with #D1699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1699B; }
p { color: rgb(209,105,155); }
H1.HeaderClassName
{
color: #D1699B;
}
.AnyTagClassName
{
color: #D1699B;
}
</style>
background-color css
<style>
a { background-color: #D1699B; }
a { background-color: rgb(209,105,155); }
div.DivClassName
{
background-color: #D1699B;
}
.BgClassName
{
background-color: #D1699B;
}
</style>
border-color css
<style>
span { border-color: #D1699B; }
span { border-color: rgb(209,105,155); }
td.TdClassName
{
border-color: #D1699B;
}
.TagClassName
{
border-color: #D1699B;
}
</style>