Shades of Hopbush #D775A8
Tints of Hopbush #D775A8
RGB
CMYK
RGB Variations
Color information
#D775A8 (or 0xD775A8) is known color: Hopbush. HEX triplet: D7, 75 and A8. RGB value is (215,117,168). Sum of RGB (Red+Green+Blue) = 215+117+168=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D775A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775A8 is #288A57. Grayscale: #989898. Windows color (decimal): -2656856 or 11040215. OLE color: 11040215.
HSL color Cylindrical-coordinate representation of color #D775A8: hue angle of 328.78º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775A8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 168 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.16 |
| HSL | 328.78º | 0.55% | 0.65% | - |
| HSV(B) | 328.78º | 0.46% | 0.84% | - |
| XYZ | 41.45 | 30 | 40.65 | - |
| YUV | 152.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 168 | 0 | 0.46 | 0.22 | 0.16 | 328.78 | 0.55 | 0.65 |
| Hex | D7 | 75 | A8 | 0 | 2E | 16 | 10 | 149 | 37 | 41 |
| Octal | 327 | 165 | 250 | 0 | 56 | 26 | 20 | 511 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10101000 | 0 | 101110 | 10110 | 10000 | 101001001 | 110111 | 1000001 |
Color Harmonies of #D775A8
Complementary color
Monochromatic Colors of #D775A8
Black with #D775A8
Text Example
Text Example
White with #D775A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775A8; }
p { color: rgb(215,117,168); }
H1.HeaderClassName
{
color: #D775A8;
}
.AnyTagClassName
{
color: #D775A8;
}
</style>
background-color css
<style>
a { background-color: #D775A8; }
a { background-color: rgb(215,117,168); }
div.DivClassName
{
background-color: #D775A8;
}
.BgClassName
{
background-color: #D775A8;
}
</style>
border-color css
<style>
span { border-color: #D775A8; }
span { border-color: rgb(215,117,168); }
td.TdClassName
{
border-color: #D775A8;
}
.TagClassName
{
border-color: #D775A8;
}
</style>