Shades of Hopbush #D36896
Tints of Hopbush #D36896
RGB
CMYK
RGB Variations
Color information
#D36896 (or 0xD36896) is known color: Hopbush. HEX triplet: D3, 68 and 96. RGB value is (211,104,150). Sum of RGB (Red+Green+Blue) = 211+104+150=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D36896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36896 is #2C9769. Grayscale: #8D8D8D. Windows color (decimal): -2922346 or 9857235. OLE color: 9857235.
HSL color Cylindrical-coordinate representation of color #D36896: hue angle of 334.21º degrees, saturation: 0.55, 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 #D36896 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 150 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.17 |
| HSL | 334.21º | 0.55% | 0.62% | - |
| HSV(B) | 334.21º | 0.51% | 0.83% | - |
| XYZ | 37.32 | 25.95 | 31.9 | - |
| YUV | 141.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 150 | 0 | 0.51 | 0.29 | 0.17 | 334.21 | 0.55 | 0.62 |
| Hex | D3 | 68 | 96 | 0 | 33 | 1D | 11 | 14E | 37 | 3E |
| Octal | 323 | 150 | 226 | 0 | 63 | 35 | 21 | 516 | 67 | 76 |
| Binary | 11010011 | 1101000 | 10010110 | 0 | 110011 | 11101 | 10001 | 101001110 | 110111 | 111110 |
Color Harmonies of #D36896
Complementary color
Monochromatic Colors of #D36896
Black with #D36896
Text Example
Text Example
White with #D36896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36896; }
p { color: rgb(211,104,150); }
H1.HeaderClassName
{
color: #D36896;
}
.AnyTagClassName
{
color: #D36896;
}
</style>
background-color css
<style>
a { background-color: #D36896; }
a { background-color: rgb(211,104,150); }
div.DivClassName
{
background-color: #D36896;
}
.BgClassName
{
background-color: #D36896;
}
</style>
border-color css
<style>
span { border-color: #D36896; }
span { border-color: rgb(211,104,150); }
td.TdClassName
{
border-color: #D36896;
}
.TagClassName
{
border-color: #D36896;
}
</style>