Shades of Hopbush #D57BA8
Tints of Hopbush #D57BA8
RGB
CMYK
RGB Variations
Color information
#D57BA8 (or 0xD57BA8) is known color: Hopbush. HEX triplet: D5, 7B and A8. RGB value is (213,123,168). Sum of RGB (Red+Green+Blue) = 213+123+168=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57BA8 is #2A8457. Grayscale: #9A9A9A. Windows color (decimal): -2786392 or 11041749. OLE color: 11041749.
HSL color Cylindrical-coordinate representation of color #D57BA8: hue angle of 330º 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 #D57BA8 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 168 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.16 |
| HSL | 330º | 0.52% | 0.66% | - |
| HSV(B) | 330º | 0.42% | 0.84% | - |
| XYZ | 41.59 | 31.14 | 40.86 | - |
| YUV | 155.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 168 | 0 | 0.42 | 0.21 | 0.16 | 330 | 0.52 | 0.66 |
| Hex | D5 | 7B | A8 | 0 | 2A | 15 | 10 | 14A | 34 | 42 |
| Octal | 325 | 173 | 250 | 0 | 52 | 25 | 20 | 512 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10101000 | 0 | 101010 | 10101 | 10000 | 101001010 | 110100 | 1000010 |
Color Harmonies of #D57BA8
Complementary color
Monochromatic Colors of #D57BA8
Black with #D57BA8
Text Example
Text Example
White with #D57BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BA8; }
p { color: rgb(213,123,168); }
H1.HeaderClassName
{
color: #D57BA8;
}
.AnyTagClassName
{
color: #D57BA8;
}
</style>
background-color css
<style>
a { background-color: #D57BA8; }
a { background-color: rgb(213,123,168); }
div.DivClassName
{
background-color: #D57BA8;
}
.BgClassName
{
background-color: #D57BA8;
}
</style>
border-color css
<style>
span { border-color: #D57BA8; }
span { border-color: rgb(213,123,168); }
td.TdClassName
{
border-color: #D57BA8;
}
.TagClassName
{
border-color: #D57BA8;
}
</style>