Shades of Hopbush #D06796
Tints of Hopbush #D06796
RGB
CMYK
RGB Variations
Color information
#D06796 (or 0xD06796) is known color: Hopbush. HEX triplet: D0, 67 and 96. RGB value is (208,103,150). Sum of RGB (Red+Green+Blue) = 208+103+150=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D06796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06796 is #2F9869. Grayscale: #8B8B8B. Windows color (decimal): -3119210 or 9856976. OLE color: 9856976.
HSL color Cylindrical-coordinate representation of color #D06796: hue angle of 333.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06796 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 150 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.18 |
| HSL | 333.14º | 0.53% | 0.61% | - |
| HSV(B) | 333.14º | 0.5% | 0.82% | - |
| XYZ | 36.37 | 25.31 | 31.82 | - |
| YUV | 139.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 150 | 0 | 0.50 | 0.28 | 0.18 | 333.14 | 0.53 | 0.61 |
| Hex | D0 | 67 | 96 | 0 | 32 | 1C | 12 | 14D | 35 | 3D |
| Octal | 320 | 147 | 226 | 0 | 62 | 34 | 22 | 515 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10010110 | 0 | 110010 | 11100 | 10010 | 101001101 | 110101 | 111101 |
Color Harmonies of #D06796
Complementary color
Monochromatic Colors of #D06796
Black with #D06796
Text Example
Text Example
White with #D06796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06796; }
p { color: rgb(208,103,150); }
H1.HeaderClassName
{
color: #D06796;
}
.AnyTagClassName
{
color: #D06796;
}
</style>
background-color css
<style>
a { background-color: #D06796; }
a { background-color: rgb(208,103,150); }
div.DivClassName
{
background-color: #D06796;
}
.BgClassName
{
background-color: #D06796;
}
</style>
border-color css
<style>
span { border-color: #D06796; }
span { border-color: rgb(208,103,150); }
td.TdClassName
{
border-color: #D06796;
}
.TagClassName
{
border-color: #D06796;
}
</style>