Shades of Hopbush #D56599
Tints of Hopbush #D56599
RGB
CMYK
RGB Variations
Color information
#D56599 (or 0xD56599) is known color: Hopbush. HEX triplet: D5, 65 and 99. RGB value is (213,101,153). Sum of RGB (Red+Green+Blue) = 213+101+153=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D56599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56599 is #2A9A66. Grayscale: #8C8C8C. Windows color (decimal): -2792039 or 10053077. OLE color: 10053077.
HSL color Cylindrical-coordinate representation of color #D56599: hue angle of 332.14º 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 #D56599 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 153 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.16 |
| HSL | 332.14º | 0.57% | 0.62% | - |
| HSV(B) | 332.14º | 0.53% | 0.84% | - |
| XYZ | 37.84 | 25.75 | 33.11 | - |
| YUV | 140.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 153 | 0 | 0.53 | 0.28 | 0.16 | 332.14 | 0.57 | 0.62 |
| Hex | D5 | 65 | 99 | 0 | 35 | 1C | 10 | 14C | 39 | 3E |
| Octal | 325 | 145 | 231 | 0 | 65 | 34 | 20 | 514 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10011001 | 0 | 110101 | 11100 | 10000 | 101001100 | 111001 | 111110 |
Color Harmonies of #D56599
Complementary color
Monochromatic Colors of #D56599
Black with #D56599
Text Example
Text Example
White with #D56599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56599; }
p { color: rgb(213,101,153); }
H1.HeaderClassName
{
color: #D56599;
}
.AnyTagClassName
{
color: #D56599;
}
</style>
background-color css
<style>
a { background-color: #D56599; }
a { background-color: rgb(213,101,153); }
div.DivClassName
{
background-color: #D56599;
}
.BgClassName
{
background-color: #D56599;
}
</style>
border-color css
<style>
span { border-color: #D56599; }
span { border-color: rgb(213,101,153); }
td.TdClassName
{
border-color: #D56599;
}
.TagClassName
{
border-color: #D56599;
}
</style>