Shades of Hopbush #D57CAA
Tints of Hopbush #D57CAA
RGB
CMYK
RGB Variations
Color information
#D57CAA (or 0xD57CAA) is known color: Hopbush. HEX triplet: D5, 7C and AA. RGB value is (213,124,170). Sum of RGB (Red+Green+Blue) = 213+124+170=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57CAA is #2A8355. Grayscale: #9B9B9B. Windows color (decimal): -2786134 or 11173077. OLE color: 11173077.
HSL color Cylindrical-coordinate representation of color #D57CAA: hue angle of 328.99º degrees, saturation: 0.51, 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 #D57CAA is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 170 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.16 |
| HSL | 328.99º | 0.51% | 0.66% | - |
| HSV(B) | 328.99º | 0.42% | 0.84% | - |
| XYZ | 41.9 | 31.46 | 41.89 | - |
| YUV | 155.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 170 | 0 | 0.42 | 0.20 | 0.16 | 328.99 | 0.51 | 0.66 |
| Hex | D5 | 7C | AA | 0 | 2A | 14 | 10 | 149 | 33 | 42 |
| Octal | 325 | 174 | 252 | 0 | 52 | 24 | 20 | 511 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10101010 | 0 | 101010 | 10100 | 10000 | 101001001 | 110011 | 1000010 |
Color Harmonies of #D57CAA
Complementary color
Monochromatic Colors of #D57CAA
Black with #D57CAA
Text Example
Text Example
White with #D57CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CAA; }
p { color: rgb(213,124,170); }
H1.HeaderClassName
{
color: #D57CAA;
}
.AnyTagClassName
{
color: #D57CAA;
}
</style>
background-color css
<style>
a { background-color: #D57CAA; }
a { background-color: rgb(213,124,170); }
div.DivClassName
{
background-color: #D57CAA;
}
.BgClassName
{
background-color: #D57CAA;
}
</style>
border-color css
<style>
span { border-color: #D57CAA; }
span { border-color: rgb(213,124,170); }
td.TdClassName
{
border-color: #D57CAA;
}
.TagClassName
{
border-color: #D57CAA;
}
</style>