Shades of Hopbush #D46796
Tints of Hopbush #D46796
RGB
CMYK
RGB Variations
Color information
#D46796 (or 0xD46796) is known color: Hopbush. HEX triplet: D4, 67 and 96. RGB value is (212,103,150). Sum of RGB (Red+Green+Blue) = 212+103+150=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D46796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46796 is #2B9869. Grayscale: #8C8C8C. Windows color (decimal): -2857066 or 9856980. OLE color: 9856980.
HSL color Cylindrical-coordinate representation of color #D46796: hue angle of 334.13º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46796 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 150 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.17 |
| HSL | 334.13º | 0.56% | 0.62% | - |
| HSV(B) | 334.13º | 0.51% | 0.83% | - |
| XYZ | 37.51 | 25.9 | 31.88 | - |
| YUV | 140.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 150 | 0 | 0.51 | 0.29 | 0.17 | 334.13 | 0.56 | 0.62 |
| Hex | D4 | 67 | 96 | 0 | 33 | 1D | 11 | 14E | 38 | 3E |
| Octal | 324 | 147 | 226 | 0 | 63 | 35 | 21 | 516 | 70 | 76 |
| Binary | 11010100 | 1100111 | 10010110 | 0 | 110011 | 11101 | 10001 | 101001110 | 111000 | 111110 |
Color Harmonies of #D46796
Complementary color
Monochromatic Colors of #D46796
Black with #D46796
Text Example
Text Example
White with #D46796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46796; }
p { color: rgb(212,103,150); }
H1.HeaderClassName
{
color: #D46796;
}
.AnyTagClassName
{
color: #D46796;
}
</style>
background-color css
<style>
a { background-color: #D46796; }
a { background-color: rgb(212,103,150); }
div.DivClassName
{
background-color: #D46796;
}
.BgClassName
{
background-color: #D46796;
}
</style>
border-color css
<style>
span { border-color: #D46796; }
span { border-color: rgb(212,103,150); }
td.TdClassName
{
border-color: #D46796;
}
.TagClassName
{
border-color: #D46796;
}
</style>