Shades of Hopbush #D56B9D
Tints of Hopbush #D56B9D
RGB
CMYK
RGB Variations
Color information
#D56B9D (or 0xD56B9D) is known color: Hopbush. HEX triplet: D5, 6B and 9D. RGB value is (213,107,157). Sum of RGB (Red+Green+Blue) = 213+107+157=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56B9D is #2A9462. Grayscale: #909090. Windows color (decimal): -2790499 or 10316757. OLE color: 10316757.
HSL color Cylindrical-coordinate representation of color #D56B9D: hue angle of 331.7º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56B9D is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 157 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.16 |
| HSL | 331.7º | 0.56% | 0.63% | - |
| HSV(B) | 331.7º | 0.5% | 0.84% | - |
| XYZ | 38.78 | 27.1 | 35.08 | - |
| YUV | 144.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 157 | 0 | 0.50 | 0.26 | 0.16 | 331.7 | 0.56 | 0.63 |
| Hex | D5 | 6B | 9D | 0 | 32 | 1A | 10 | 14C | 38 | 3F |
| Octal | 325 | 153 | 235 | 0 | 62 | 32 | 20 | 514 | 70 | 77 |
| Binary | 11010101 | 1101011 | 10011101 | 0 | 110010 | 11010 | 10000 | 101001100 | 111000 | 111111 |
Color Harmonies of #D56B9D
Complementary color
Monochromatic Colors of #D56B9D
Black with #D56B9D
Text Example
Text Example
White with #D56B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B9D; }
p { color: rgb(213,107,157); }
H1.HeaderClassName
{
color: #D56B9D;
}
.AnyTagClassName
{
color: #D56B9D;
}
</style>
background-color css
<style>
a { background-color: #D56B9D; }
a { background-color: rgb(213,107,157); }
div.DivClassName
{
background-color: #D56B9D;
}
.BgClassName
{
background-color: #D56B9D;
}
</style>
border-color css
<style>
span { border-color: #D56B9D; }
span { border-color: rgb(213,107,157); }
td.TdClassName
{
border-color: #D56B9D;
}
.TagClassName
{
border-color: #D56B9D;
}
</style>