Shades of Hopbush #D56088
Tints of Hopbush #D56088
RGB
CMYK
RGB Variations
Color information
#D56088 (or 0xD56088) is known color: Hopbush. HEX triplet: D5, 60 and 88. RGB value is (213,96,136). Sum of RGB (Red+Green+Blue) = 213+96+136=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D56088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56088 is #2A9F77. Grayscale: #878787. Windows color (decimal): -2793336 or 8937685. OLE color: 8937685.
HSL color Cylindrical-coordinate representation of color #D56088: hue angle of 339.49º 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 #D56088 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 136 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.16 |
| HSL | 339.49º | 0.58% | 0.61% | - |
| HSV(B) | 339.49º | 0.55% | 0.84% | - |
| XYZ | 36.07 | 24.29 | 26.08 | - |
| YUV | 135.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 136 | 0 | 0.55 | 0.36 | 0.16 | 339.49 | 0.58 | 0.61 |
| Hex | D5 | 60 | 88 | 0 | 37 | 24 | 10 | 153 | 3A | 3D |
| Octal | 325 | 140 | 210 | 0 | 67 | 44 | 20 | 523 | 72 | 75 |
| Binary | 11010101 | 1100000 | 10001000 | 0 | 110111 | 100100 | 10000 | 101010011 | 111010 | 111101 |
Color Harmonies of #D56088
Complementary color
Monochromatic Colors of #D56088
Black with #D56088
Text Example
Text Example
White with #D56088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56088; }
p { color: rgb(213,96,136); }
H1.HeaderClassName
{
color: #D56088;
}
.AnyTagClassName
{
color: #D56088;
}
</style>
background-color css
<style>
a { background-color: #D56088; }
a { background-color: rgb(213,96,136); }
div.DivClassName
{
background-color: #D56088;
}
.BgClassName
{
background-color: #D56088;
}
</style>
border-color css
<style>
span { border-color: #D56088; }
span { border-color: rgb(213,96,136); }
td.TdClassName
{
border-color: #D56088;
}
.TagClassName
{
border-color: #D56088;
}
</style>