Shades of Hopbush #D56D9E
Tints of Hopbush #D56D9E
RGB
CMYK
RGB Variations
Color information
#D56D9E (or 0xD56D9E) is known color: Hopbush. HEX triplet: D5, 6D and 9E. RGB value is (213,109,158). Sum of RGB (Red+Green+Blue) = 213+109+158=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D9E is #2A9261. Grayscale: #919191. Windows color (decimal): -2789986 or 10382805. OLE color: 10382805.
HSL color Cylindrical-coordinate representation of color #D56D9E: hue angle of 331.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56D9E is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 158 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.16 |
| HSL | 331.73º | 0.55% | 0.63% | - |
| HSV(B) | 331.73º | 0.49% | 0.84% | - |
| XYZ | 39.08 | 27.55 | 35.61 | - |
| YUV | 145.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 158 | 0 | 0.49 | 0.26 | 0.16 | 331.73 | 0.55 | 0.63 |
| Hex | D5 | 6D | 9E | 0 | 31 | 1A | 10 | 14C | 37 | 3F |
| Octal | 325 | 155 | 236 | 0 | 61 | 32 | 20 | 514 | 67 | 77 |
| Binary | 11010101 | 1101101 | 10011110 | 0 | 110001 | 11010 | 10000 | 101001100 | 110111 | 111111 |
Color Harmonies of #D56D9E
Complementary color
Monochromatic Colors of #D56D9E
Black with #D56D9E
Text Example
Text Example
White with #D56D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D9E; }
p { color: rgb(213,109,158); }
H1.HeaderClassName
{
color: #D56D9E;
}
.AnyTagClassName
{
color: #D56D9E;
}
</style>
background-color css
<style>
a { background-color: #D56D9E; }
a { background-color: rgb(213,109,158); }
div.DivClassName
{
background-color: #D56D9E;
}
.BgClassName
{
background-color: #D56D9E;
}
</style>
border-color css
<style>
span { border-color: #D56D9E; }
span { border-color: rgb(213,109,158); }
td.TdClassName
{
border-color: #D56D9E;
}
.TagClassName
{
border-color: #D56D9E;
}
</style>