Shades of Hopbush #D46896
Tints of Hopbush #D46896
RGB
CMYK
RGB Variations
Color information
#D46896 (or 0xD46896) is known color: Hopbush. HEX triplet: D4, 68 and 96. RGB value is (212,104,150). Sum of RGB (Red+Green+Blue) = 212+104+150=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D46896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46896 is #2B9769. Grayscale: #8D8D8D. Windows color (decimal): -2856810 or 9857236. OLE color: 9857236.
HSL color Cylindrical-coordinate representation of color #D46896: hue angle of 334.44º 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 #D46896 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 150 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.17 |
| HSL | 334.44º | 0.56% | 0.62% | - |
| HSV(B) | 334.44º | 0.51% | 0.83% | - |
| XYZ | 37.61 | 26.1 | 31.91 | - |
| YUV | 141.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 150 | 0 | 0.51 | 0.29 | 0.17 | 334.44 | 0.56 | 0.62 |
| Hex | D4 | 68 | 96 | 0 | 33 | 1D | 11 | 14E | 38 | 3E |
| Octal | 324 | 150 | 226 | 0 | 63 | 35 | 21 | 516 | 70 | 76 |
| Binary | 11010100 | 1101000 | 10010110 | 0 | 110011 | 11101 | 10001 | 101001110 | 111000 | 111110 |
Color Harmonies of #D46896
Complementary color
Monochromatic Colors of #D46896
Black with #D46896
Text Example
Text Example
White with #D46896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46896; }
p { color: rgb(212,104,150); }
H1.HeaderClassName
{
color: #D46896;
}
.AnyTagClassName
{
color: #D46896;
}
</style>
background-color css
<style>
a { background-color: #D46896; }
a { background-color: rgb(212,104,150); }
div.DivClassName
{
background-color: #D46896;
}
.BgClassName
{
background-color: #D46896;
}
</style>
border-color css
<style>
span { border-color: #D46896; }
span { border-color: rgb(212,104,150); }
td.TdClassName
{
border-color: #D46896;
}
.TagClassName
{
border-color: #D46896;
}
</style>