Shades of Hopbush #D677A8
Tints of Hopbush #D677A8
RGB
CMYK
RGB Variations
Color information
#D677A8 (or 0xD677A8) is known color: Hopbush. HEX triplet: D6, 77 and A8. RGB value is (214,119,168). Sum of RGB (Red+Green+Blue) = 214+119+168=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D677A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677A8 is #298857. Grayscale: #989898. Windows color (decimal): -2721880 or 11040726. OLE color: 11040726.
HSL color Cylindrical-coordinate representation of color #D677A8: hue angle of 329.05º 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 #D677A8 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 168 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.16 |
| HSL | 329.05º | 0.54% | 0.65% | - |
| HSV(B) | 329.05º | 0.44% | 0.84% | - |
| XYZ | 41.4 | 30.32 | 40.72 | - |
| YUV | 152.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 168 | 0 | 0.44 | 0.21 | 0.16 | 329.05 | 0.54 | 0.65 |
| Hex | D6 | 77 | A8 | 0 | 2C | 15 | 10 | 149 | 36 | 41 |
| Octal | 326 | 167 | 250 | 0 | 54 | 25 | 20 | 511 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10101000 | 0 | 101100 | 10101 | 10000 | 101001001 | 110110 | 1000001 |
Color Harmonies of #D677A8
Complementary color
Monochromatic Colors of #D677A8
Black with #D677A8
Text Example
Text Example
White with #D677A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677A8; }
p { color: rgb(214,119,168); }
H1.HeaderClassName
{
color: #D677A8;
}
.AnyTagClassName
{
color: #D677A8;
}
</style>
background-color css
<style>
a { background-color: #D677A8; }
a { background-color: rgb(214,119,168); }
div.DivClassName
{
background-color: #D677A8;
}
.BgClassName
{
background-color: #D677A8;
}
</style>
border-color css
<style>
span { border-color: #D677A8; }
span { border-color: rgb(214,119,168); }
td.TdClassName
{
border-color: #D677A8;
}
.TagClassName
{
border-color: #D677A8;
}
</style>