Shades of Hopbush #D57BA7
Tints of Hopbush #D57BA7
RGB
CMYK
RGB Variations
Color information
#D57BA7 (or 0xD57BA7) is known color: Hopbush. HEX triplet: D5, 7B and A7. RGB value is (213,123,167). Sum of RGB (Red+Green+Blue) = 213+123+167=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57BA7 is #2A8458. Grayscale: #9A9A9A. Windows color (decimal): -2786393 or 10976213. OLE color: 10976213.
HSL color Cylindrical-coordinate representation of color #D57BA7: hue angle of 330.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 #D57BA7 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 167 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.16 |
| HSL | 330.67º | 0.52% | 0.66% | - |
| HSV(B) | 330.67º | 0.42% | 0.84% | - |
| XYZ | 41.5 | 31.1 | 40.38 | - |
| YUV | 154.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 167 | 0 | 0.42 | 0.22 | 0.16 | 330.67 | 0.52 | 0.66 |
| Hex | D5 | 7B | A7 | 0 | 2A | 16 | 10 | 14B | 34 | 42 |
| Octal | 325 | 173 | 247 | 0 | 52 | 26 | 20 | 513 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10100111 | 0 | 101010 | 10110 | 10000 | 101001011 | 110100 | 1000010 |
Color Harmonies of #D57BA7
Complementary color
Monochromatic Colors of #D57BA7
Black with #D57BA7
Text Example
Text Example
White with #D57BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BA7; }
p { color: rgb(213,123,167); }
H1.HeaderClassName
{
color: #D57BA7;
}
.AnyTagClassName
{
color: #D57BA7;
}
</style>
background-color css
<style>
a { background-color: #D57BA7; }
a { background-color: rgb(213,123,167); }
div.DivClassName
{
background-color: #D57BA7;
}
.BgClassName
{
background-color: #D57BA7;
}
</style>
border-color css
<style>
span { border-color: #D57BA7; }
span { border-color: rgb(213,123,167); }
td.TdClassName
{
border-color: #D57BA7;
}
.TagClassName
{
border-color: #D57BA7;
}
</style>