Shades of Hopbush #D56592
Tints of Hopbush #D56592
RGB
CMYK
RGB Variations
Color information
#D56592 (or 0xD56592) is known color: Hopbush. HEX triplet: D5, 65 and 92. RGB value is (213,101,146). Sum of RGB (Red+Green+Blue) = 213+101+146=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D56592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56592 is #2A9A6D. Grayscale: #8B8B8B. Windows color (decimal): -2792046 or 9594325. OLE color: 9594325.
HSL color Cylindrical-coordinate representation of color #D56592: hue angle of 335.89º 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 #D56592 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 146 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.16 |
| HSL | 335.89º | 0.57% | 0.62% | - |
| HSV(B) | 335.89º | 0.53% | 0.84% | - |
| XYZ | 37.28 | 25.53 | 30.16 | - |
| YUV | 139.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 146 | 0 | 0.53 | 0.31 | 0.16 | 335.89 | 0.57 | 0.62 |
| Hex | D5 | 65 | 92 | 0 | 35 | 1F | 10 | 150 | 39 | 3E |
| Octal | 325 | 145 | 222 | 0 | 65 | 37 | 20 | 520 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10010010 | 0 | 110101 | 11111 | 10000 | 101010000 | 111001 | 111110 |
Color Harmonies of #D56592
Complementary color
Monochromatic Colors of #D56592
Black with #D56592
Text Example
Text Example
White with #D56592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56592; }
p { color: rgb(213,101,146); }
H1.HeaderClassName
{
color: #D56592;
}
.AnyTagClassName
{
color: #D56592;
}
</style>
background-color css
<style>
a { background-color: #D56592; }
a { background-color: rgb(213,101,146); }
div.DivClassName
{
background-color: #D56592;
}
.BgClassName
{
background-color: #D56592;
}
</style>
border-color css
<style>
span { border-color: #D56592; }
span { border-color: rgb(213,101,146); }
td.TdClassName
{
border-color: #D56592;
}
.TagClassName
{
border-color: #D56592;
}
</style>