Shades of Hopbush #D36995
Tints of Hopbush #D36995
RGB
CMYK
RGB Variations
Color information
#D36995 (or 0xD36995) is known color: Hopbush. HEX triplet: D3, 69 and 95. RGB value is (211,105,149). Sum of RGB (Red+Green+Blue) = 211+105+149=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D36995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36995 is #2C966A. Grayscale: #8D8D8D. Windows color (decimal): -2922091 or 9791955. OLE color: 9791955.
HSL color Cylindrical-coordinate representation of color #D36995: hue angle of 335.09º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36995 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 149 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.17 |
| HSL | 335.09º | 0.55% | 0.62% | - |
| HSV(B) | 335.09º | 0.5% | 0.83% | - |
| XYZ | 37.34 | 26.12 | 31.51 | - |
| YUV | 141.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 149 | 0 | 0.50 | 0.29 | 0.17 | 335.09 | 0.55 | 0.62 |
| Hex | D3 | 69 | 95 | 0 | 32 | 1D | 11 | 14F | 37 | 3E |
| Octal | 323 | 151 | 225 | 0 | 62 | 35 | 21 | 517 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10010101 | 0 | 110010 | 11101 | 10001 | 101001111 | 110111 | 111110 |
Color Harmonies of #D36995
Complementary color
Monochromatic Colors of #D36995
Black with #D36995
Text Example
Text Example
White with #D36995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36995; }
p { color: rgb(211,105,149); }
H1.HeaderClassName
{
color: #D36995;
}
.AnyTagClassName
{
color: #D36995;
}
</style>
background-color css
<style>
a { background-color: #D36995; }
a { background-color: rgb(211,105,149); }
div.DivClassName
{
background-color: #D36995;
}
.BgClassName
{
background-color: #D36995;
}
</style>
border-color css
<style>
span { border-color: #D36995; }
span { border-color: rgb(211,105,149); }
td.TdClassName
{
border-color: #D36995;
}
.TagClassName
{
border-color: #D36995;
}
</style>