Shades of Hopbush #D6709D
Tints of Hopbush #D6709D
RGB
CMYK
RGB Variations
Color information
#D6709D (or 0xD6709D) is known color: Hopbush. HEX triplet: D6, 70 and 9D. RGB value is (214,112,157). Sum of RGB (Red+Green+Blue) = 214+112+157=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6709D is #298F62. Grayscale: #939393. Windows color (decimal): -2723683 or 10318038. OLE color: 10318038.
HSL color Cylindrical-coordinate representation of color #D6709D: hue angle of 333.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6709D is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 157 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.16 |
| HSL | 333.53º | 0.55% | 0.64% | - |
| HSV(B) | 333.53º | 0.48% | 0.84% | - |
| XYZ | 39.61 | 28.32 | 35.28 | - |
| YUV | 147.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 157 | 0 | 0.48 | 0.27 | 0.16 | 333.53 | 0.55 | 0.64 |
| Hex | D6 | 70 | 9D | 0 | 30 | 1B | 10 | 14E | 37 | 40 |
| Octal | 326 | 160 | 235 | 0 | 60 | 33 | 20 | 516 | 67 | 100 |
| Binary | 11010110 | 1110000 | 10011101 | 0 | 110000 | 11011 | 10000 | 101001110 | 110111 | 1000000 |
Color Harmonies of #D6709D
Complementary color
Monochromatic Colors of #D6709D
Black with #D6709D
Text Example
Text Example
White with #D6709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6709D; }
p { color: rgb(214,112,157); }
H1.HeaderClassName
{
color: #D6709D;
}
.AnyTagClassName
{
color: #D6709D;
}
</style>
background-color css
<style>
a { background-color: #D6709D; }
a { background-color: rgb(214,112,157); }
div.DivClassName
{
background-color: #D6709D;
}
.BgClassName
{
background-color: #D6709D;
}
</style>
border-color css
<style>
span { border-color: #D6709D; }
span { border-color: rgb(214,112,157); }
td.TdClassName
{
border-color: #D6709D;
}
.TagClassName
{
border-color: #D6709D;
}
</style>