Shades of Hopbush #D6679D
Tints of Hopbush #D6679D
RGB
CMYK
RGB Variations
Color information
#D6679D (or 0xD6679D) is known color: Hopbush. HEX triplet: D6, 67 and 9D. RGB value is (214,103,157). Sum of RGB (Red+Green+Blue) = 214+103+157=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6679D is #299862. Grayscale: #8E8E8E. Windows color (decimal): -2725987 or 10315734. OLE color: 10315734.
HSL color Cylindrical-coordinate representation of color #D6679D: hue angle of 330.81º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6679D is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 157 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.16 |
| HSL | 330.81º | 0.58% | 0.62% | - |
| HSV(B) | 330.81º | 0.52% | 0.84% | - |
| XYZ | 38.67 | 26.43 | 34.96 | - |
| YUV | 142.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 157 | 0 | 0.52 | 0.27 | 0.16 | 330.81 | 0.58 | 0.62 |
| Hex | D6 | 67 | 9D | 0 | 34 | 1B | 10 | 14B | 3A | 3E |
| Octal | 326 | 147 | 235 | 0 | 64 | 33 | 20 | 513 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10011101 | 0 | 110100 | 11011 | 10000 | 101001011 | 111010 | 111110 |
Color Harmonies of #D6679D
Complementary color
Monochromatic Colors of #D6679D
Black with #D6679D
Text Example
Text Example
White with #D6679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6679D; }
p { color: rgb(214,103,157); }
H1.HeaderClassName
{
color: #D6679D;
}
.AnyTagClassName
{
color: #D6679D;
}
</style>
background-color css
<style>
a { background-color: #D6679D; }
a { background-color: rgb(214,103,157); }
div.DivClassName
{
background-color: #D6679D;
}
.BgClassName
{
background-color: #D6679D;
}
</style>
border-color css
<style>
span { border-color: #D6679D; }
span { border-color: rgb(214,103,157); }
td.TdClassName
{
border-color: #D6679D;
}
.TagClassName
{
border-color: #D6679D;
}
</style>