Shades of Hopbush #D66796
Tints of Hopbush #D66796
RGB
CMYK
RGB Variations
Color information
#D66796 (or 0xD66796) is known color: Hopbush. HEX triplet: D6, 67 and 96. RGB value is (214,103,150). Sum of RGB (Red+Green+Blue) = 214+103+150=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D66796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66796 is #299869. Grayscale: #8D8D8D. Windows color (decimal): -2725994 or 9856982. OLE color: 9856982.
HSL color Cylindrical-coordinate representation of color #D66796: hue angle of 334.59º 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 #D66796 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 150 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.16 |
| HSL | 334.59º | 0.58% | 0.62% | - |
| HSV(B) | 334.59º | 0.52% | 0.84% | - |
| XYZ | 38.09 | 26.2 | 31.9 | - |
| YUV | 141.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 150 | 0 | 0.52 | 0.30 | 0.16 | 334.59 | 0.58 | 0.62 |
| Hex | D6 | 67 | 96 | 0 | 34 | 1E | 10 | 14F | 3A | 3E |
| Octal | 326 | 147 | 226 | 0 | 64 | 36 | 20 | 517 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10010110 | 0 | 110100 | 11110 | 10000 | 101001111 | 111010 | 111110 |
Color Harmonies of #D66796
Complementary color
Monochromatic Colors of #D66796
Black with #D66796
Text Example
Text Example
White with #D66796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66796; }
p { color: rgb(214,103,150); }
H1.HeaderClassName
{
color: #D66796;
}
.AnyTagClassName
{
color: #D66796;
}
</style>
background-color css
<style>
a { background-color: #D66796; }
a { background-color: rgb(214,103,150); }
div.DivClassName
{
background-color: #D66796;
}
.BgClassName
{
background-color: #D66796;
}
</style>
border-color css
<style>
span { border-color: #D66796; }
span { border-color: rgb(214,103,150); }
td.TdClassName
{
border-color: #D66796;
}
.TagClassName
{
border-color: #D66796;
}
</style>