Shades of Hopbush #D36D96
Tints of Hopbush #D36D96
RGB
CMYK
RGB Variations
Color information
#D36D96 (or 0xD36D96) is known color: Hopbush. HEX triplet: D3, 6D and 96. RGB value is (211,109,150). Sum of RGB (Red+Green+Blue) = 211+109+150=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36D96 is #2C9269. Grayscale: #909090. Windows color (decimal): -2921066 or 9858515. OLE color: 9858515.
HSL color Cylindrical-coordinate representation of color #D36D96: hue angle of 335.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36D96 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 150 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.17 |
| HSL | 335.88º | 0.54% | 0.63% | - |
| HSV(B) | 335.88º | 0.48% | 0.83% | - |
| XYZ | 37.84 | 26.99 | 32.07 | - |
| YUV | 144.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 150 | 0 | 0.48 | 0.29 | 0.17 | 335.88 | 0.54 | 0.63 |
| Hex | D3 | 6D | 96 | 0 | 30 | 1D | 11 | 150 | 36 | 3F |
| Octal | 323 | 155 | 226 | 0 | 60 | 35 | 21 | 520 | 66 | 77 |
| Binary | 11010011 | 1101101 | 10010110 | 0 | 110000 | 11101 | 10001 | 101010000 | 110110 | 111111 |
Color Harmonies of #D36D96
Complementary color
Monochromatic Colors of #D36D96
Black with #D36D96
Text Example
Text Example
White with #D36D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36D96; }
p { color: rgb(211,109,150); }
H1.HeaderClassName
{
color: #D36D96;
}
.AnyTagClassName
{
color: #D36D96;
}
</style>
background-color css
<style>
a { background-color: #D36D96; }
a { background-color: rgb(211,109,150); }
div.DivClassName
{
background-color: #D36D96;
}
.BgClassName
{
background-color: #D36D96;
}
</style>
border-color css
<style>
span { border-color: #D36D96; }
span { border-color: rgb(211,109,150); }
td.TdClassName
{
border-color: #D36D96;
}
.TagClassName
{
border-color: #D36D96;
}
</style>