Shades of Hopbush #D56893
Tints of Hopbush #D56893
RGB
CMYK
RGB Variations
Color information
#D56893 (or 0xD56893) is known color: Hopbush. HEX triplet: D5, 68 and 93. RGB value is (213,104,147). Sum of RGB (Red+Green+Blue) = 213+104+147=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56893 is #2A976C. Grayscale: #8D8D8D. Windows color (decimal): -2791277 or 9660629. OLE color: 9660629.
HSL color Cylindrical-coordinate representation of color #D56893: hue angle of 336.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56893 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 147 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.16 |
| HSL | 336.33º | 0.56% | 0.62% | - |
| HSV(B) | 336.33º | 0.51% | 0.84% | - |
| XYZ | 37.66 | 26.15 | 30.67 | - |
| YUV | 141.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 147 | 0 | 0.51 | 0.31 | 0.16 | 336.33 | 0.56 | 0.62 |
| Hex | D5 | 68 | 93 | 0 | 33 | 1F | 10 | 150 | 38 | 3E |
| Octal | 325 | 150 | 223 | 0 | 63 | 37 | 20 | 520 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10010011 | 0 | 110011 | 11111 | 10000 | 101010000 | 111000 | 111110 |
Color Harmonies of #D56893
Complementary color
Monochromatic Colors of #D56893
Black with #D56893
Text Example
Text Example
White with #D56893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56893; }
p { color: rgb(213,104,147); }
H1.HeaderClassName
{
color: #D56893;
}
.AnyTagClassName
{
color: #D56893;
}
</style>
background-color css
<style>
a { background-color: #D56893; }
a { background-color: rgb(213,104,147); }
div.DivClassName
{
background-color: #D56893;
}
.BgClassName
{
background-color: #D56893;
}
</style>
border-color css
<style>
span { border-color: #D56893; }
span { border-color: rgb(213,104,147); }
td.TdClassName
{
border-color: #D56893;
}
.TagClassName
{
border-color: #D56893;
}
</style>