Shades of Hopbush #D3688B
Tints of Hopbush #D3688B
RGB
CMYK
RGB Variations
Color information
#D3688B (or 0xD3688B) is known color: Hopbush. HEX triplet: D3, 68 and 8B. RGB value is (211,104,139). Sum of RGB (Red+Green+Blue) = 211+104+139=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3688B is #2C9774. Grayscale: #8B8B8B. Windows color (decimal): -2922357 or 9136339. OLE color: 9136339.
HSL color Cylindrical-coordinate representation of color #D3688B: hue angle of 340.37º 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 #D3688B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 139 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.17 |
| HSL | 340.37º | 0.55% | 0.62% | - |
| HSV(B) | 340.37º | 0.51% | 0.83% | - |
| XYZ | 36.47 | 25.61 | 27.45 | - |
| YUV | 139.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 139 | 0 | 0.51 | 0.34 | 0.17 | 340.37 | 0.55 | 0.62 |
| Hex | D3 | 68 | 8B | 0 | 33 | 22 | 11 | 154 | 37 | 3E |
| Octal | 323 | 150 | 213 | 0 | 63 | 42 | 21 | 524 | 67 | 76 |
| Binary | 11010011 | 1101000 | 10001011 | 0 | 110011 | 100010 | 10001 | 101010100 | 110111 | 111110 |
Color Harmonies of #D3688B
Complementary color
Monochromatic Colors of #D3688B
Black with #D3688B
Text Example
Text Example
White with #D3688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3688B; }
p { color: rgb(211,104,139); }
H1.HeaderClassName
{
color: #D3688B;
}
.AnyTagClassName
{
color: #D3688B;
}
</style>
background-color css
<style>
a { background-color: #D3688B; }
a { background-color: rgb(211,104,139); }
div.DivClassName
{
background-color: #D3688B;
}
.BgClassName
{
background-color: #D3688B;
}
</style>
border-color css
<style>
span { border-color: #D3688B; }
span { border-color: rgb(211,104,139); }
td.TdClassName
{
border-color: #D3688B;
}
.TagClassName
{
border-color: #D3688B;
}
</style>