Shades of Hopbush #D36395
Tints of Hopbush #D36395
RGB
CMYK
RGB Variations
Color information
#D36395 (or 0xD36395) is known color: Hopbush. HEX triplet: D3, 63 and 95. RGB value is (211,99,149). Sum of RGB (Red+Green+Blue) = 211+99+149=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D36395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36395 is #2C9C6A. Grayscale: #8A8A8A. Windows color (decimal): -2923627 or 9790419. OLE color: 9790419.
HSL color Cylindrical-coordinate representation of color #D36395: hue angle of 333.21º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36395 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 149 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.17 |
| HSL | 333.21º | 0.56% | 0.61% | - |
| HSV(B) | 333.21º | 0.53% | 0.83% | - |
| XYZ | 36.75 | 24.94 | 31.31 | - |
| YUV | 138.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 149 | 0 | 0.53 | 0.29 | 0.17 | 333.21 | 0.56 | 0.61 |
| Hex | D3 | 63 | 95 | 0 | 35 | 1D | 11 | 14D | 38 | 3D |
| Octal | 323 | 143 | 225 | 0 | 65 | 35 | 21 | 515 | 70 | 75 |
| Binary | 11010011 | 1100011 | 10010101 | 0 | 110101 | 11101 | 10001 | 101001101 | 111000 | 111101 |
Color Harmonies of #D36395
Complementary color
Monochromatic Colors of #D36395
Black with #D36395
Text Example
Text Example
White with #D36395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36395; }
p { color: rgb(211,99,149); }
H1.HeaderClassName
{
color: #D36395;
}
.AnyTagClassName
{
color: #D36395;
}
</style>
background-color css
<style>
a { background-color: #D36395; }
a { background-color: rgb(211,99,149); }
div.DivClassName
{
background-color: #D36395;
}
.BgClassName
{
background-color: #D36395;
}
</style>
border-color css
<style>
span { border-color: #D36395; }
span { border-color: rgb(211,99,149); }
td.TdClassName
{
border-color: #D36395;
}
.TagClassName
{
border-color: #D36395;
}
</style>