Shades of Hopbush #D775A6
Tints of Hopbush #D775A6
RGB
CMYK
RGB Variations
Color information
#D775A6 (or 0xD775A6) is known color: Hopbush. HEX triplet: D7, 75 and A6. RGB value is (215,117,166). Sum of RGB (Red+Green+Blue) = 215+117+166=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D775A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775A6 is #288A59. Grayscale: #979797. Windows color (decimal): -2656858 or 10909143. OLE color: 10909143.
HSL color Cylindrical-coordinate representation of color #D775A6: hue angle of 330º 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 #D775A6 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 166 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.16 |
| HSL | 330º | 0.55% | 0.65% | - |
| HSV(B) | 330º | 0.46% | 0.84% | - |
| XYZ | 41.27 | 29.92 | 39.68 | - |
| YUV | 151.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 166 | 0 | 0.46 | 0.23 | 0.16 | 330 | 0.55 | 0.65 |
| Hex | D7 | 75 | A6 | 0 | 2E | 17 | 10 | 14A | 37 | 41 |
| Octal | 327 | 165 | 246 | 0 | 56 | 27 | 20 | 512 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10100110 | 0 | 101110 | 10111 | 10000 | 101001010 | 110111 | 1000001 |
Color Harmonies of #D775A6
Complementary color
Monochromatic Colors of #D775A6
Black with #D775A6
Text Example
Text Example
White with #D775A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775A6; }
p { color: rgb(215,117,166); }
H1.HeaderClassName
{
color: #D775A6;
}
.AnyTagClassName
{
color: #D775A6;
}
</style>
background-color css
<style>
a { background-color: #D775A6; }
a { background-color: rgb(215,117,166); }
div.DivClassName
{
background-color: #D775A6;
}
.BgClassName
{
background-color: #D775A6;
}
</style>
border-color css
<style>
span { border-color: #D775A6; }
span { border-color: rgb(215,117,166); }
td.TdClassName
{
border-color: #D775A6;
}
.TagClassName
{
border-color: #D775A6;
}
</style>