Shades of Hopbush #D56095
Tints of Hopbush #D56095
RGB
CMYK
RGB Variations
Color information
#D56095 (or 0xD56095) is known color: Hopbush. HEX triplet: D5, 60 and 95. RGB value is (213,96,149). Sum of RGB (Red+Green+Blue) = 213+96+149=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D56095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56095 is #2A9F6A. Grayscale: #888888. Windows color (decimal): -2793323 or 9789653. OLE color: 9789653.
HSL color Cylindrical-coordinate representation of color #D56095: hue angle of 332.82º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56095 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 149 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.16 |
| HSL | 332.82º | 0.58% | 0.61% | - |
| HSV(B) | 332.82º | 0.55% | 0.84% | - |
| XYZ | 37.05 | 24.68 | 31.25 | - |
| YUV | 137.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 149 | 0 | 0.55 | 0.30 | 0.16 | 332.82 | 0.58 | 0.61 |
| Hex | D5 | 60 | 95 | 0 | 37 | 1E | 10 | 14D | 3A | 3D |
| Octal | 325 | 140 | 225 | 0 | 67 | 36 | 20 | 515 | 72 | 75 |
| Binary | 11010101 | 1100000 | 10010101 | 0 | 110111 | 11110 | 10000 | 101001101 | 111010 | 111101 |
Color Harmonies of #D56095
Complementary color
Monochromatic Colors of #D56095
Black with #D56095
Text Example
Text Example
White with #D56095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56095; }
p { color: rgb(213,96,149); }
H1.HeaderClassName
{
color: #D56095;
}
.AnyTagClassName
{
color: #D56095;
}
</style>
background-color css
<style>
a { background-color: #D56095; }
a { background-color: rgb(213,96,149); }
div.DivClassName
{
background-color: #D56095;
}
.BgClassName
{
background-color: #D56095;
}
</style>
border-color css
<style>
span { border-color: #D56095; }
span { border-color: rgb(213,96,149); }
td.TdClassName
{
border-color: #D56095;
}
.TagClassName
{
border-color: #D56095;
}
</style>