Shades of Hopbush #D773A6
Tints of Hopbush #D773A6
RGB
CMYK
RGB Variations
Color information
#D773A6 (or 0xD773A6) is known color: Hopbush. HEX triplet: D7, 73 and A6. RGB value is (215,115,166). Sum of RGB (Red+Green+Blue) = 215+115+166=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D773A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D773A6 is #288C59. Grayscale: #969696. Windows color (decimal): -2657370 or 10908631. OLE color: 10908631.
HSL color Cylindrical-coordinate representation of color #D773A6: hue angle of 329.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773A6 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 166 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.16 |
| HSL | 329.4º | 0.56% | 0.65% | - |
| HSV(B) | 329.4º | 0.47% | 0.84% | - |
| XYZ | 41.04 | 29.46 | 39.6 | - |
| YUV | 150.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 166 | 0 | 0.47 | 0.23 | 0.16 | 329.4 | 0.56 | 0.65 |
| Hex | D7 | 73 | A6 | 0 | 2F | 17 | 10 | 149 | 38 | 41 |
| Octal | 327 | 163 | 246 | 0 | 57 | 27 | 20 | 511 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10100110 | 0 | 101111 | 10111 | 10000 | 101001001 | 111000 | 1000001 |
Color Harmonies of #D773A6
Complementary color
Monochromatic Colors of #D773A6
Black with #D773A6
Text Example
Text Example
White with #D773A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773A6; }
p { color: rgb(215,115,166); }
H1.HeaderClassName
{
color: #D773A6;
}
.AnyTagClassName
{
color: #D773A6;
}
</style>
background-color css
<style>
a { background-color: #D773A6; }
a { background-color: rgb(215,115,166); }
div.DivClassName
{
background-color: #D773A6;
}
.BgClassName
{
background-color: #D773A6;
}
</style>
border-color css
<style>
span { border-color: #D773A6; }
span { border-color: rgb(215,115,166); }
td.TdClassName
{
border-color: #D773A6;
}
.TagClassName
{
border-color: #D773A6;
}
</style>