Shades of Hopbush #D677AB
Tints of Hopbush #D677AB
RGB
CMYK
RGB Variations
Color information
#D677AB (or 0xD677AB) is known color: Hopbush. HEX triplet: D6, 77 and AB. RGB value is (214,119,171). Sum of RGB (Red+Green+Blue) = 214+119+171=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D677AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677AB is #298854. Grayscale: #999999. Windows color (decimal): -2721877 or 11237334. OLE color: 11237334.
HSL color Cylindrical-coordinate representation of color #D677AB: hue angle of 327.16º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D677AB is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 171 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.16 |
| HSL | 327.16º | 0.54% | 0.65% | - |
| HSV(B) | 327.16º | 0.44% | 0.84% | - |
| XYZ | 41.68 | 30.43 | 42.2 | - |
| YUV | 153.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 171 | 0 | 0.44 | 0.20 | 0.16 | 327.16 | 0.54 | 0.65 |
| Hex | D6 | 77 | AB | 0 | 2C | 14 | 10 | 147 | 36 | 41 |
| Octal | 326 | 167 | 253 | 0 | 54 | 24 | 20 | 507 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10101011 | 0 | 101100 | 10100 | 10000 | 101000111 | 110110 | 1000001 |
Color Harmonies of #D677AB
Complementary color
Monochromatic Colors of #D677AB
Black with #D677AB
Text Example
Text Example
White with #D677AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677AB; }
p { color: rgb(214,119,171); }
H1.HeaderClassName
{
color: #D677AB;
}
.AnyTagClassName
{
color: #D677AB;
}
</style>
background-color css
<style>
a { background-color: #D677AB; }
a { background-color: rgb(214,119,171); }
div.DivClassName
{
background-color: #D677AB;
}
.BgClassName
{
background-color: #D677AB;
}
</style>
border-color css
<style>
span { border-color: #D677AB; }
span { border-color: rgb(214,119,171); }
td.TdClassName
{
border-color: #D677AB;
}
.TagClassName
{
border-color: #D677AB;
}
</style>