Shades of Hopbush #D56FAA
Tints of Hopbush #D56FAA
RGB
CMYK
RGB Variations
Color information
#D56FAA (or 0xD56FAA) is known color: Hopbush. HEX triplet: D5, 6F and AA. RGB value is (213,111,170). Sum of RGB (Red+Green+Blue) = 213+111+170=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56FAA is #2A9055. Grayscale: #949494. Windows color (decimal): -2789462 or 11169749. OLE color: 11169749.
HSL color Cylindrical-coordinate representation of color #D56FAA: hue angle of 325.29º 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 #D56FAA is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 170 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.16 |
| HSL | 325.29º | 0.55% | 0.64% | - |
| HSV(B) | 325.29º | 0.48% | 0.84% | - |
| XYZ | 40.38 | 28.42 | 41.39 | - |
| YUV | 148.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 170 | 0 | 0.48 | 0.20 | 0.16 | 325.29 | 0.55 | 0.64 |
| Hex | D5 | 6F | AA | 0 | 30 | 14 | 10 | 145 | 37 | 40 |
| Octal | 325 | 157 | 252 | 0 | 60 | 24 | 20 | 505 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10101010 | 0 | 110000 | 10100 | 10000 | 101000101 | 110111 | 1000000 |
Color Harmonies of #D56FAA
Complementary color
Monochromatic Colors of #D56FAA
Black with #D56FAA
Text Example
Text Example
White with #D56FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FAA; }
p { color: rgb(213,111,170); }
H1.HeaderClassName
{
color: #D56FAA;
}
.AnyTagClassName
{
color: #D56FAA;
}
</style>
background-color css
<style>
a { background-color: #D56FAA; }
a { background-color: rgb(213,111,170); }
div.DivClassName
{
background-color: #D56FAA;
}
.BgClassName
{
background-color: #D56FAA;
}
</style>
border-color css
<style>
span { border-color: #D56FAA; }
span { border-color: rgb(213,111,170); }
td.TdClassName
{
border-color: #D56FAA;
}
.TagClassName
{
border-color: #D56FAA;
}
</style>