Shades of Hopbush #D771A5
Tints of Hopbush #D771A5
RGB
CMYK
RGB Variations
Color information
#D771A5 (or 0xD771A5) is known color: Hopbush. HEX triplet: D7, 71 and A5. RGB value is (215,113,165). Sum of RGB (Red+Green+Blue) = 215+113+165=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D771A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771A5 is #288E5A. Grayscale: #959595. Windows color (decimal): -2657883 or 10842583. OLE color: 10842583.
HSL color Cylindrical-coordinate representation of color #D771A5: hue angle of 329.41º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771A5 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 165 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.16 |
| HSL | 329.41º | 0.56% | 0.64% | - |
| HSV(B) | 329.41º | 0.47% | 0.84% | - |
| XYZ | 40.72 | 28.97 | 39.04 | - |
| YUV | 149.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 165 | 0 | 0.47 | 0.23 | 0.16 | 329.41 | 0.56 | 0.64 |
| Hex | D7 | 71 | A5 | 0 | 2F | 17 | 10 | 149 | 38 | 40 |
| Octal | 327 | 161 | 245 | 0 | 57 | 27 | 20 | 511 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10100101 | 0 | 101111 | 10111 | 10000 | 101001001 | 111000 | 1000000 |
Color Harmonies of #D771A5
Complementary color
Monochromatic Colors of #D771A5
Black with #D771A5
Text Example
Text Example
White with #D771A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771A5; }
p { color: rgb(215,113,165); }
H1.HeaderClassName
{
color: #D771A5;
}
.AnyTagClassName
{
color: #D771A5;
}
</style>
background-color css
<style>
a { background-color: #D771A5; }
a { background-color: rgb(215,113,165); }
div.DivClassName
{
background-color: #D771A5;
}
.BgClassName
{
background-color: #D771A5;
}
</style>
border-color css
<style>
span { border-color: #D771A5; }
span { border-color: rgb(215,113,165); }
td.TdClassName
{
border-color: #D771A5;
}
.TagClassName
{
border-color: #D771A5;
}
</style>