Shades of Hopbush #D56596
Tints of Hopbush #D56596
RGB
CMYK
RGB Variations
Color information
#D56596 (or 0xD56596) is known color: Hopbush. HEX triplet: D5, 65 and 96. RGB value is (213,101,150). Sum of RGB (Red+Green+Blue) = 213+101+150=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56596 is #2A9A69. Grayscale: #8B8B8B. Windows color (decimal): -2792042 or 9856469. OLE color: 9856469.
HSL color Cylindrical-coordinate representation of color #D56596: hue angle of 333.75º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56596 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 150 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.16 |
| HSL | 333.75º | 0.57% | 0.62% | - |
| HSV(B) | 333.75º | 0.53% | 0.84% | - |
| XYZ | 37.6 | 25.66 | 31.82 | - |
| YUV | 140.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 150 | 0 | 0.53 | 0.30 | 0.16 | 333.75 | 0.57 | 0.62 |
| Hex | D5 | 65 | 96 | 0 | 35 | 1E | 10 | 14E | 39 | 3E |
| Octal | 325 | 145 | 226 | 0 | 65 | 36 | 20 | 516 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10010110 | 0 | 110101 | 11110 | 10000 | 101001110 | 111001 | 111110 |
Color Harmonies of #D56596
Complementary color
Monochromatic Colors of #D56596
Black with #D56596
Text Example
Text Example
White with #D56596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56596; }
p { color: rgb(213,101,150); }
H1.HeaderClassName
{
color: #D56596;
}
.AnyTagClassName
{
color: #D56596;
}
</style>
background-color css
<style>
a { background-color: #D56596; }
a { background-color: rgb(213,101,150); }
div.DivClassName
{
background-color: #D56596;
}
.BgClassName
{
background-color: #D56596;
}
</style>
border-color css
<style>
span { border-color: #D56596; }
span { border-color: rgb(213,101,150); }
td.TdClassName
{
border-color: #D56596;
}
.TagClassName
{
border-color: #D56596;
}
</style>