Shades of Hopbush #D6689B
Tints of Hopbush #D6689B
RGB
CMYK
RGB Variations
Color information
#D6689B (or 0xD6689B) is known color: Hopbush. HEX triplet: D6, 68 and 9B. RGB value is (214,104,155). Sum of RGB (Red+Green+Blue) = 214+104+155=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6689B is #299764. Grayscale: #8E8E8E. Windows color (decimal): -2725733 or 10184918. OLE color: 10184918.
HSL color Cylindrical-coordinate representation of color #D6689B: hue angle of 332.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6689B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 155 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.16 |
| HSL | 332.18º | 0.57% | 0.62% | - |
| HSV(B) | 332.18º | 0.51% | 0.84% | - |
| XYZ | 38.6 | 26.56 | 34.1 | - |
| YUV | 142.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 155 | 0 | 0.51 | 0.28 | 0.16 | 332.18 | 0.57 | 0.62 |
| Hex | D6 | 68 | 9B | 0 | 33 | 1C | 10 | 14C | 39 | 3E |
| Octal | 326 | 150 | 233 | 0 | 63 | 34 | 20 | 514 | 71 | 76 |
| Binary | 11010110 | 1101000 | 10011011 | 0 | 110011 | 11100 | 10000 | 101001100 | 111001 | 111110 |
Color Harmonies of #D6689B
Complementary color
Monochromatic Colors of #D6689B
Black with #D6689B
Text Example
Text Example
White with #D6689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6689B; }
p { color: rgb(214,104,155); }
H1.HeaderClassName
{
color: #D6689B;
}
.AnyTagClassName
{
color: #D6689B;
}
</style>
background-color css
<style>
a { background-color: #D6689B; }
a { background-color: rgb(214,104,155); }
div.DivClassName
{
background-color: #D6689B;
}
.BgClassName
{
background-color: #D6689B;
}
</style>
border-color css
<style>
span { border-color: #D6689B; }
span { border-color: rgb(214,104,155); }
td.TdClassName
{
border-color: #D6689B;
}
.TagClassName
{
border-color: #D6689B;
}
</style>