Shades of Hopbush #D771AC
Tints of Hopbush #D771AC
RGB
CMYK
RGB Variations
Color information
#D771AC (or 0xD771AC) is known color: Hopbush. HEX triplet: D7, 71 and AC. RGB value is (215,113,172). Sum of RGB (Red+Green+Blue) = 215+113+172=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D771AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771AC is #288E53. Grayscale: #969696. Windows color (decimal): -2657876 or 11301335. OLE color: 11301335.
HSL color Cylindrical-coordinate representation of color #D771AC: hue angle of 325.29º 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 #D771AC is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 172 | - |
| CMYK | 0 | 0.47 | 0.2 | 0.16 |
| HSL | 325.29º | 0.56% | 0.64% | - |
| HSV(B) | 325.29º | 0.47% | 0.84% | - |
| XYZ | 41.38 | 29.24 | 42.49 | - |
| YUV | 150.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 172 | 0 | 0.47 | 0.2 | 0.16 | 325.29 | 0.56 | 0.64 |
| Hex | D7 | 71 | AC | 0 | 2F | 14 | 10 | 145 | 38 | 40 |
| Octal | 327 | 161 | 254 | 0 | 57 | 24 | 20 | 505 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10101100 | 0 | 101111 | 10100 | 10000 | 101000101 | 111000 | 1000000 |
Color Harmonies of #D771AC
Complementary color
Monochromatic Colors of #D771AC
Black with #D771AC
Text Example
Text Example
White with #D771AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771AC; }
p { color: rgb(215,113,172); }
H1.HeaderClassName
{
color: #D771AC;
}
.AnyTagClassName
{
color: #D771AC;
}
</style>
background-color css
<style>
a { background-color: #D771AC; }
a { background-color: rgb(215,113,172); }
div.DivClassName
{
background-color: #D771AC;
}
.BgClassName
{
background-color: #D771AC;
}
</style>
border-color css
<style>
span { border-color: #D771AC; }
span { border-color: rgb(215,113,172); }
td.TdClassName
{
border-color: #D771AC;
}
.TagClassName
{
border-color: #D771AC;
}
</style>