Shades of Hopbush #D36595
Tints of Hopbush #D36595
RGB
CMYK
RGB Variations
Color information
#D36595 (or 0xD36595) is known color: Hopbush. HEX triplet: D3, 65 and 95. RGB value is (211,101,149). Sum of RGB (Red+Green+Blue) = 211+101+149=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D36595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36595 is #2C9A6A. Grayscale: #8B8B8B. Windows color (decimal): -2923115 or 9790931. OLE color: 9790931.
HSL color Cylindrical-coordinate representation of color #D36595: hue angle of 333.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36595 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 149 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.17 |
| HSL | 333.82º | 0.56% | 0.61% | - |
| HSV(B) | 333.82º | 0.52% | 0.83% | - |
| XYZ | 36.94 | 25.33 | 31.38 | - |
| YUV | 139.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 149 | 0 | 0.52 | 0.29 | 0.17 | 333.82 | 0.56 | 0.61 |
| Hex | D3 | 65 | 95 | 0 | 34 | 1D | 11 | 14E | 38 | 3D |
| Octal | 323 | 145 | 225 | 0 | 64 | 35 | 21 | 516 | 70 | 75 |
| Binary | 11010011 | 1100101 | 10010101 | 0 | 110100 | 11101 | 10001 | 101001110 | 111000 | 111101 |
Color Harmonies of #D36595
Complementary color
Monochromatic Colors of #D36595
Black with #D36595
Text Example
Text Example
White with #D36595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36595; }
p { color: rgb(211,101,149); }
H1.HeaderClassName
{
color: #D36595;
}
.AnyTagClassName
{
color: #D36595;
}
</style>
background-color css
<style>
a { background-color: #D36595; }
a { background-color: rgb(211,101,149); }
div.DivClassName
{
background-color: #D36595;
}
.BgClassName
{
background-color: #D36595;
}
</style>
border-color css
<style>
span { border-color: #D36595; }
span { border-color: rgb(211,101,149); }
td.TdClassName
{
border-color: #D36595;
}
.TagClassName
{
border-color: #D36595;
}
</style>