Shades of Hopbush #D56287
Tints of Hopbush #D56287
RGB
CMYK
RGB Variations
Color information
#D56287 (or 0xD56287) is known color: Hopbush. HEX triplet: D5, 62 and 87. RGB value is (213,98,135). Sum of RGB (Red+Green+Blue) = 213+98+135=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56287 is #2A9D78. Grayscale: #888888. Windows color (decimal): -2792825 or 8872661. OLE color: 8872661.
HSL color Cylindrical-coordinate representation of color #D56287: hue angle of 340.7º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56287 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 135 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.16 |
| HSL | 340.7º | 0.58% | 0.61% | - |
| HSV(B) | 340.7º | 0.54% | 0.84% | - |
| XYZ | 36.18 | 24.63 | 25.77 | - |
| YUV | 136.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 135 | 0 | 0.54 | 0.37 | 0.16 | 340.7 | 0.58 | 0.61 |
| Hex | D5 | 62 | 87 | 0 | 36 | 25 | 10 | 155 | 3A | 3D |
| Octal | 325 | 142 | 207 | 0 | 66 | 45 | 20 | 525 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10000111 | 0 | 110110 | 100101 | 10000 | 101010101 | 111010 | 111101 |
Color Harmonies of #D56287
Complementary color
Monochromatic Colors of #D56287
Black with #D56287
Text Example
Text Example
White with #D56287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56287; }
p { color: rgb(213,98,135); }
H1.HeaderClassName
{
color: #D56287;
}
.AnyTagClassName
{
color: #D56287;
}
</style>
background-color css
<style>
a { background-color: #D56287; }
a { background-color: rgb(213,98,135); }
div.DivClassName
{
background-color: #D56287;
}
.BgClassName
{
background-color: #D56287;
}
</style>
border-color css
<style>
span { border-color: #D56287; }
span { border-color: rgb(213,98,135); }
td.TdClassName
{
border-color: #D56287;
}
.TagClassName
{
border-color: #D56287;
}
</style>