Shades of Hopbush #D56FAD
Tints of Hopbush #D56FAD
RGB
CMYK
RGB Variations
Color information
#D56FAD (or 0xD56FAD) is known color: Hopbush. HEX triplet: D5, 6F and AD. RGB value is (213,111,173). Sum of RGB (Red+Green+Blue) = 213+111+173=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56FAD is #2A9052. Grayscale: #949494. Windows color (decimal): -2789459 or 11366357. OLE color: 11366357.
HSL color Cylindrical-coordinate representation of color #D56FAD: hue angle of 323.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56FAD is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 173 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.16 |
| HSL | 323.53º | 0.55% | 0.64% | - |
| HSV(B) | 323.53º | 0.48% | 0.84% | - |
| XYZ | 40.67 | 28.53 | 42.9 | - |
| YUV | 148.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 173 | 0 | 0.48 | 0.19 | 0.16 | 323.53 | 0.55 | 0.64 |
| Hex | D5 | 6F | AD | 0 | 30 | 13 | 10 | 144 | 37 | 40 |
| Octal | 325 | 157 | 255 | 0 | 60 | 23 | 20 | 504 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10101101 | 0 | 110000 | 10011 | 10000 | 101000100 | 110111 | 1000000 |
Color Harmonies of #D56FAD
Complementary color
Monochromatic Colors of #D56FAD
Black with #D56FAD
Text Example
Text Example
White with #D56FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FAD; }
p { color: rgb(213,111,173); }
H1.HeaderClassName
{
color: #D56FAD;
}
.AnyTagClassName
{
color: #D56FAD;
}
</style>
background-color css
<style>
a { background-color: #D56FAD; }
a { background-color: rgb(213,111,173); }
div.DivClassName
{
background-color: #D56FAD;
}
.BgClassName
{
background-color: #D56FAD;
}
</style>
border-color css
<style>
span { border-color: #D56FAD; }
span { border-color: rgb(213,111,173); }
td.TdClassName
{
border-color: #D56FAD;
}
.TagClassName
{
border-color: #D56FAD;
}
</style>