Shades of Hopbush #D56891
Tints of Hopbush #D56891
RGB
CMYK
RGB Variations
Color information
#D56891 (or 0xD56891) is known color: Hopbush. HEX triplet: D5, 68 and 91. RGB value is (213,104,145). Sum of RGB (Red+Green+Blue) = 213+104+145=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D56891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56891 is #2A976E. Grayscale: #8D8D8D. Windows color (decimal): -2791279 or 9529557. OLE color: 9529557.
HSL color Cylindrical-coordinate representation of color #D56891: hue angle of 337.43º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56891 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 145 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.16 |
| HSL | 337.43º | 0.56% | 0.62% | - |
| HSV(B) | 337.43º | 0.51% | 0.84% | - |
| XYZ | 37.5 | 26.09 | 29.85 | - |
| YUV | 141.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 145 | 0 | 0.51 | 0.32 | 0.16 | 337.43 | 0.56 | 0.62 |
| Hex | D5 | 68 | 91 | 0 | 33 | 20 | 10 | 151 | 38 | 3E |
| Octal | 325 | 150 | 221 | 0 | 63 | 40 | 20 | 521 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10010001 | 0 | 110011 | 100000 | 10000 | 101010001 | 111000 | 111110 |
Color Harmonies of #D56891
Complementary color
Monochromatic Colors of #D56891
Black with #D56891
Text Example
Text Example
White with #D56891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56891; }
p { color: rgb(213,104,145); }
H1.HeaderClassName
{
color: #D56891;
}
.AnyTagClassName
{
color: #D56891;
}
</style>
background-color css
<style>
a { background-color: #D56891; }
a { background-color: rgb(213,104,145); }
div.DivClassName
{
background-color: #D56891;
}
.BgClassName
{
background-color: #D56891;
}
</style>
border-color css
<style>
span { border-color: #D56891; }
span { border-color: rgb(213,104,145); }
td.TdClassName
{
border-color: #D56891;
}
.TagClassName
{
border-color: #D56891;
}
</style>