Shades of Hopbush #D677AD
Tints of Hopbush #D677AD
RGB
CMYK
RGB Variations
Color information
#D677AD (or 0xD677AD) is known color: Hopbush. HEX triplet: D6, 77 and AD. RGB value is (214,119,173). Sum of RGB (Red+Green+Blue) = 214+119+173=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D677AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677AD is #298852. Grayscale: #999999. Windows color (decimal): -2721875 or 11368406. OLE color: 11368406.
HSL color Cylindrical-coordinate representation of color #D677AD: hue angle of 325.89º 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 #D677AD is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 173 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.16 |
| HSL | 325.89º | 0.54% | 0.65% | - |
| HSV(B) | 325.89º | 0.44% | 0.84% | - |
| XYZ | 41.87 | 30.51 | 43.22 | - |
| YUV | 153.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 173 | 0 | 0.44 | 0.19 | 0.16 | 325.89 | 0.54 | 0.65 |
| Hex | D6 | 77 | AD | 0 | 2C | 13 | 10 | 146 | 36 | 41 |
| Octal | 326 | 167 | 255 | 0 | 54 | 23 | 20 | 506 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10101101 | 0 | 101100 | 10011 | 10000 | 101000110 | 110110 | 1000001 |
Color Harmonies of #D677AD
Complementary color
Monochromatic Colors of #D677AD
Black with #D677AD
Text Example
Text Example
White with #D677AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677AD; }
p { color: rgb(214,119,173); }
H1.HeaderClassName
{
color: #D677AD;
}
.AnyTagClassName
{
color: #D677AD;
}
</style>
background-color css
<style>
a { background-color: #D677AD; }
a { background-color: rgb(214,119,173); }
div.DivClassName
{
background-color: #D677AD;
}
.BgClassName
{
background-color: #D677AD;
}
</style>
border-color css
<style>
span { border-color: #D677AD; }
span { border-color: rgb(214,119,173); }
td.TdClassName
{
border-color: #D677AD;
}
.TagClassName
{
border-color: #D677AD;
}
</style>