Shades of Hopbush #D07796
Tints of Hopbush #D07796
RGB
CMYK
RGB Variations
Color information
#D07796 (or 0xD07796) is known color: Hopbush. HEX triplet: D0, 77 and 96. RGB value is (208,119,150). Sum of RGB (Red+Green+Blue) = 208+119+150=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D07796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07796 is #2F8869. Grayscale: #959595. Windows color (decimal): -3115114 or 9861072. OLE color: 9861072.
HSL color Cylindrical-coordinate representation of color #D07796: hue angle of 339.1º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07796 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 150 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.18 |
| HSL | 339.1º | 0.49% | 0.64% | - |
| HSV(B) | 339.1º | 0.43% | 0.82% | - |
| XYZ | 38.11 | 28.81 | 32.41 | - |
| YUV | 149.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 150 | 0 | 0.43 | 0.28 | 0.18 | 339.1 | 0.49 | 0.64 |
| Hex | D0 | 77 | 96 | 0 | 2B | 1C | 12 | 153 | 31 | 40 |
| Octal | 320 | 167 | 226 | 0 | 53 | 34 | 22 | 523 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10010110 | 0 | 101011 | 11100 | 10010 | 101010011 | 110001 | 1000000 |
Color Harmonies of #D07796
Complementary color
Monochromatic Colors of #D07796
Black with #D07796
Text Example
Text Example
White with #D07796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07796; }
p { color: rgb(208,119,150); }
H1.HeaderClassName
{
color: #D07796;
}
.AnyTagClassName
{
color: #D07796;
}
</style>
background-color css
<style>
a { background-color: #D07796; }
a { background-color: rgb(208,119,150); }
div.DivClassName
{
background-color: #D07796;
}
.BgClassName
{
background-color: #D07796;
}
</style>
border-color css
<style>
span { border-color: #D07796; }
span { border-color: rgb(208,119,150); }
td.TdClassName
{
border-color: #D07796;
}
.TagClassName
{
border-color: #D07796;
}
</style>