Shades of Hopbush #D56793
Tints of Hopbush #D56793
RGB
CMYK
RGB Variations
Color information
#D56793 (or 0xD56793) is known color: Hopbush. HEX triplet: D5, 67 and 93. RGB value is (213,103,147). Sum of RGB (Red+Green+Blue) = 213+103+147=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D56793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56793 is #2A986C. Grayscale: #8C8C8C. Windows color (decimal): -2791533 or 9660373. OLE color: 9660373.
HSL color Cylindrical-coordinate representation of color #D56793: hue angle of 336º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56793 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 147 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.16 |
| HSL | 336º | 0.57% | 0.62% | - |
| HSV(B) | 336º | 0.52% | 0.84% | - |
| XYZ | 37.56 | 25.95 | 30.63 | - |
| YUV | 140.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 147 | 0 | 0.52 | 0.31 | 0.16 | 336 | 0.57 | 0.62 |
| Hex | D5 | 67 | 93 | 0 | 34 | 1F | 10 | 150 | 39 | 3E |
| Octal | 325 | 147 | 223 | 0 | 64 | 37 | 20 | 520 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10010011 | 0 | 110100 | 11111 | 10000 | 101010000 | 111001 | 111110 |
Color Harmonies of #D56793
Complementary color
Monochromatic Colors of #D56793
Black with #D56793
Text Example
Text Example
White with #D56793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56793; }
p { color: rgb(213,103,147); }
H1.HeaderClassName
{
color: #D56793;
}
.AnyTagClassName
{
color: #D56793;
}
</style>
background-color css
<style>
a { background-color: #D56793; }
a { background-color: rgb(213,103,147); }
div.DivClassName
{
background-color: #D56793;
}
.BgClassName
{
background-color: #D56793;
}
</style>
border-color css
<style>
span { border-color: #D56793; }
span { border-color: rgb(213,103,147); }
td.TdClassName
{
border-color: #D56793;
}
.TagClassName
{
border-color: #D56793;
}
</style>