Shades of Hopbush #D3689D
Tints of Hopbush #D3689D
RGB
CMYK
RGB Variations
Color information
#D3689D (or 0xD3689D) is known color: Hopbush. HEX triplet: D3, 68 and 9D. RGB value is (211,104,157). Sum of RGB (Red+Green+Blue) = 211+104+157=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3689D is #2C9762. Grayscale: #8D8D8D. Windows color (decimal): -2922339 or 10315987. OLE color: 10315987.
HSL color Cylindrical-coordinate representation of color #D3689D: hue angle of 330.28º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3689D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 157 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.17 |
| HSL | 330.28º | 0.55% | 0.62% | - |
| HSV(B) | 330.28º | 0.51% | 0.83% | - |
| XYZ | 37.9 | 26.18 | 34.95 | - |
| YUV | 142.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 157 | 0 | 0.51 | 0.26 | 0.17 | 330.28 | 0.55 | 0.62 |
| Hex | D3 | 68 | 9D | 0 | 33 | 1A | 11 | 14A | 37 | 3E |
| Octal | 323 | 150 | 235 | 0 | 63 | 32 | 21 | 512 | 67 | 76 |
| Binary | 11010011 | 1101000 | 10011101 | 0 | 110011 | 11010 | 10001 | 101001010 | 110111 | 111110 |
Color Harmonies of #D3689D
Complementary color
Monochromatic Colors of #D3689D
Black with #D3689D
Text Example
Text Example
White with #D3689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3689D; }
p { color: rgb(211,104,157); }
H1.HeaderClassName
{
color: #D3689D;
}
.AnyTagClassName
{
color: #D3689D;
}
</style>
background-color css
<style>
a { background-color: #D3689D; }
a { background-color: rgb(211,104,157); }
div.DivClassName
{
background-color: #D3689D;
}
.BgClassName
{
background-color: #D3689D;
}
</style>
border-color css
<style>
span { border-color: #D3689D; }
span { border-color: rgb(211,104,157); }
td.TdClassName
{
border-color: #D3689D;
}
.TagClassName
{
border-color: #D3689D;
}
</style>