Shades of Hopbush #D56892
Tints of Hopbush #D56892
RGB
CMYK
RGB Variations
Color information
#D56892 (or 0xD56892) is known color: Hopbush. HEX triplet: D5, 68 and 92. RGB value is (213,104,146). Sum of RGB (Red+Green+Blue) = 213+104+146=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D56892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56892 is #2A976D. Grayscale: #8D8D8D. Windows color (decimal): -2791278 or 9595093. OLE color: 9595093.
HSL color Cylindrical-coordinate representation of color #D56892: hue angle of 336.88º 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 #D56892 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 146 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.16 |
| HSL | 336.88º | 0.56% | 0.62% | - |
| HSV(B) | 336.88º | 0.51% | 0.84% | - |
| XYZ | 37.58 | 26.12 | 30.26 | - |
| YUV | 141.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 146 | 0 | 0.51 | 0.31 | 0.16 | 336.88 | 0.56 | 0.62 |
| Hex | D5 | 68 | 92 | 0 | 33 | 1F | 10 | 151 | 38 | 3E |
| Octal | 325 | 150 | 222 | 0 | 63 | 37 | 20 | 521 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10010010 | 0 | 110011 | 11111 | 10000 | 101010001 | 111000 | 111110 |
Color Harmonies of #D56892
Complementary color
Monochromatic Colors of #D56892
Black with #D56892
Text Example
Text Example
White with #D56892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56892; }
p { color: rgb(213,104,146); }
H1.HeaderClassName
{
color: #D56892;
}
.AnyTagClassName
{
color: #D56892;
}
</style>
background-color css
<style>
a { background-color: #D56892; }
a { background-color: rgb(213,104,146); }
div.DivClassName
{
background-color: #D56892;
}
.BgClassName
{
background-color: #D56892;
}
</style>
border-color css
<style>
span { border-color: #D56892; }
span { border-color: rgb(213,104,146); }
td.TdClassName
{
border-color: #D56892;
}
.TagClassName
{
border-color: #D56892;
}
</style>