Shades of Hopbush #D36F95
Tints of Hopbush #D36F95
RGB
CMYK
RGB Variations
Color information
#D36F95 (or 0xD36F95) is known color: Hopbush. HEX triplet: D3, 6F and 95. RGB value is (211,111,149). Sum of RGB (Red+Green+Blue) = 211+111+149=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36F95 is #2C906A. Grayscale: #919191. Windows color (decimal): -2920555 or 9793491. OLE color: 9793491.
HSL color Cylindrical-coordinate representation of color #D36F95: hue angle of 337.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36F95 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 149 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.17 |
| HSL | 337.2º | 0.53% | 0.63% | - |
| HSV(B) | 337.2º | 0.47% | 0.83% | - |
| XYZ | 37.97 | 27.39 | 31.72 | - |
| YUV | 145.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 149 | 0 | 0.47 | 0.29 | 0.17 | 337.2 | 0.53 | 0.63 |
| Hex | D3 | 6F | 95 | 0 | 2F | 1D | 11 | 151 | 35 | 3F |
| Octal | 323 | 157 | 225 | 0 | 57 | 35 | 21 | 521 | 65 | 77 |
| Binary | 11010011 | 1101111 | 10010101 | 0 | 101111 | 11101 | 10001 | 101010001 | 110101 | 111111 |
Color Harmonies of #D36F95
Complementary color
Monochromatic Colors of #D36F95
Black with #D36F95
Text Example
Text Example
White with #D36F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F95; }
p { color: rgb(211,111,149); }
H1.HeaderClassName
{
color: #D36F95;
}
.AnyTagClassName
{
color: #D36F95;
}
</style>
background-color css
<style>
a { background-color: #D36F95; }
a { background-color: rgb(211,111,149); }
div.DivClassName
{
background-color: #D36F95;
}
.BgClassName
{
background-color: #D36F95;
}
</style>
border-color css
<style>
span { border-color: #D36F95; }
span { border-color: rgb(211,111,149); }
td.TdClassName
{
border-color: #D36F95;
}
.TagClassName
{
border-color: #D36F95;
}
</style>