Shades of Hopbush #D36295
Tints of Hopbush #D36295
RGB
CMYK
RGB Variations
Color information
#D36295 (or 0xD36295) is known color: Hopbush. HEX triplet: D3, 62 and 95. RGB value is (211,98,149). Sum of RGB (Red+Green+Blue) = 211+98+149=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D36295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36295 is #2C9D6A. Grayscale: #898989. Windows color (decimal): -2923883 or 9790163. OLE color: 9790163.
HSL color Cylindrical-coordinate representation of color #D36295: hue angle of 332.92º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36295 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 149 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.17 |
| HSL | 332.92º | 0.56% | 0.61% | - |
| HSV(B) | 332.92º | 0.54% | 0.83% | - |
| XYZ | 36.66 | 24.75 | 31.28 | - |
| YUV | 137.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 149 | 0 | 0.54 | 0.29 | 0.17 | 332.92 | 0.56 | 0.61 |
| Hex | D3 | 62 | 95 | 0 | 36 | 1D | 11 | 14D | 38 | 3D |
| Octal | 323 | 142 | 225 | 0 | 66 | 35 | 21 | 515 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10010101 | 0 | 110110 | 11101 | 10001 | 101001101 | 111000 | 111101 |
Color Harmonies of #D36295
Complementary color
Monochromatic Colors of #D36295
Black with #D36295
Text Example
Text Example
White with #D36295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36295; }
p { color: rgb(211,98,149); }
H1.HeaderClassName
{
color: #D36295;
}
.AnyTagClassName
{
color: #D36295;
}
</style>
background-color css
<style>
a { background-color: #D36295; }
a { background-color: rgb(211,98,149); }
div.DivClassName
{
background-color: #D36295;
}
.BgClassName
{
background-color: #D36295;
}
</style>
border-color css
<style>
span { border-color: #D36295; }
span { border-color: rgb(211,98,149); }
td.TdClassName
{
border-color: #D36295;
}
.TagClassName
{
border-color: #D36295;
}
</style>