Shades of Hopbush #D57BAA
Tints of Hopbush #D57BAA
RGB
CMYK
RGB Variations
Color information
#D57BAA (or 0xD57BAA) is known color: Hopbush. HEX triplet: D5, 7B and AA. RGB value is (213,123,170). Sum of RGB (Red+Green+Blue) = 213+123+170=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57BAA is #2A8455. Grayscale: #9B9B9B. Windows color (decimal): -2786390 or 11172821. OLE color: 11172821.
HSL color Cylindrical-coordinate representation of color #D57BAA: hue angle of 328.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57BAA is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 170 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.16 |
| HSL | 328.67º | 0.52% | 0.66% | - |
| HSV(B) | 328.67º | 0.42% | 0.84% | - |
| XYZ | 41.78 | 31.21 | 41.85 | - |
| YUV | 155.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 170 | 0 | 0.42 | 0.20 | 0.16 | 328.67 | 0.52 | 0.66 |
| Hex | D5 | 7B | AA | 0 | 2A | 14 | 10 | 149 | 34 | 42 |
| Octal | 325 | 173 | 252 | 0 | 52 | 24 | 20 | 511 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10101010 | 0 | 101010 | 10100 | 10000 | 101001001 | 110100 | 1000010 |
Color Harmonies of #D57BAA
Complementary color
Monochromatic Colors of #D57BAA
Black with #D57BAA
Text Example
Text Example
White with #D57BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BAA; }
p { color: rgb(213,123,170); }
H1.HeaderClassName
{
color: #D57BAA;
}
.AnyTagClassName
{
color: #D57BAA;
}
</style>
background-color css
<style>
a { background-color: #D57BAA; }
a { background-color: rgb(213,123,170); }
div.DivClassName
{
background-color: #D57BAA;
}
.BgClassName
{
background-color: #D57BAA;
}
</style>
border-color css
<style>
span { border-color: #D57BAA; }
span { border-color: rgb(213,123,170); }
td.TdClassName
{
border-color: #D57BAA;
}
.TagClassName
{
border-color: #D57BAA;
}
</style>