Shades of Hopbush #D56087
Tints of Hopbush #D56087
RGB
CMYK
RGB Variations
Color information
#D56087 (or 0xD56087) is known color: Hopbush. HEX triplet: D5, 60 and 87. RGB value is (213,96,135). Sum of RGB (Red+Green+Blue) = 213+96+135=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56087 is #2A9F78. Grayscale: #878787. Windows color (decimal): -2793337 or 8872149. OLE color: 8872149.
HSL color Cylindrical-coordinate representation of color #D56087: hue angle of 340º 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 #D56087 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 135 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.16 |
| HSL | 340º | 0.58% | 0.61% | - |
| HSV(B) | 340º | 0.55% | 0.84% | - |
| XYZ | 36 | 24.26 | 25.71 | - |
| YUV | 135.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 135 | 0 | 0.55 | 0.37 | 0.16 | 340 | 0.58 | 0.61 |
| Hex | D5 | 60 | 87 | 0 | 37 | 25 | 10 | 154 | 3A | 3D |
| Octal | 325 | 140 | 207 | 0 | 67 | 45 | 20 | 524 | 72 | 75 |
| Binary | 11010101 | 1100000 | 10000111 | 0 | 110111 | 100101 | 10000 | 101010100 | 111010 | 111101 |
Color Harmonies of #D56087
Complementary color
Monochromatic Colors of #D56087
Black with #D56087
Text Example
Text Example
White with #D56087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56087; }
p { color: rgb(213,96,135); }
H1.HeaderClassName
{
color: #D56087;
}
.AnyTagClassName
{
color: #D56087;
}
</style>
background-color css
<style>
a { background-color: #D56087; }
a { background-color: rgb(213,96,135); }
div.DivClassName
{
background-color: #D56087;
}
.BgClassName
{
background-color: #D56087;
}
</style>
border-color css
<style>
span { border-color: #D56087; }
span { border-color: rgb(213,96,135); }
td.TdClassName
{
border-color: #D56087;
}
.TagClassName
{
border-color: #D56087;
}
</style>