Shades of Hopbush #D57BA6
Tints of Hopbush #D57BA6
RGB
CMYK
RGB Variations
Color information
#D57BA6 (or 0xD57BA6) is known color: Hopbush. HEX triplet: D5, 7B and A6. RGB value is (213,123,166). Sum of RGB (Red+Green+Blue) = 213+123+166=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57BA6 is #2A8459. Grayscale: #9A9A9A. Windows color (decimal): -2786394 or 10910677. OLE color: 10910677.
HSL color Cylindrical-coordinate representation of color #D57BA6: hue angle of 331.33º 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 #D57BA6 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 166 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.16 |
| HSL | 331.33º | 0.52% | 0.66% | - |
| HSV(B) | 331.33º | 0.42% | 0.84% | - |
| XYZ | 41.41 | 31.07 | 39.89 | - |
| YUV | 154.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 166 | 0 | 0.42 | 0.22 | 0.16 | 331.33 | 0.52 | 0.66 |
| Hex | D5 | 7B | A6 | 0 | 2A | 16 | 10 | 14B | 34 | 42 |
| Octal | 325 | 173 | 246 | 0 | 52 | 26 | 20 | 513 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10100110 | 0 | 101010 | 10110 | 10000 | 101001011 | 110100 | 1000010 |
Color Harmonies of #D57BA6
Complementary color
Monochromatic Colors of #D57BA6
Black with #D57BA6
Text Example
Text Example
White with #D57BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BA6; }
p { color: rgb(213,123,166); }
H1.HeaderClassName
{
color: #D57BA6;
}
.AnyTagClassName
{
color: #D57BA6;
}
</style>
background-color css
<style>
a { background-color: #D57BA6; }
a { background-color: rgb(213,123,166); }
div.DivClassName
{
background-color: #D57BA6;
}
.BgClassName
{
background-color: #D57BA6;
}
</style>
border-color css
<style>
span { border-color: #D57BA6; }
span { border-color: rgb(213,123,166); }
td.TdClassName
{
border-color: #D57BA6;
}
.TagClassName
{
border-color: #D57BA6;
}
</style>