Shades of Hopbush #D778AD
Tints of Hopbush #D778AD
RGB
CMYK
RGB Variations
Color information
#D778AD (or 0xD778AD) is known color: Hopbush. HEX triplet: D7, 78 and AD. RGB value is (215,120,173). Sum of RGB (Red+Green+Blue) = 215+120+173=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D778AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D778AD is #288752. Grayscale: #9A9A9A. Windows color (decimal): -2656083 or 11368663. OLE color: 11368663.
HSL color Cylindrical-coordinate representation of color #D778AD: hue angle of 326.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778AD is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 173 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.16 |
| HSL | 326.53º | 0.54% | 0.66% | - |
| HSV(B) | 326.53º | 0.44% | 0.84% | - |
| XYZ | 42.28 | 30.9 | 43.27 | - |
| YUV | 154.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 173 | 0 | 0.44 | 0.20 | 0.16 | 326.53 | 0.54 | 0.66 |
| Hex | D7 | 78 | AD | 0 | 2C | 14 | 10 | 147 | 36 | 42 |
| Octal | 327 | 170 | 255 | 0 | 54 | 24 | 20 | 507 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10101101 | 0 | 101100 | 10100 | 10000 | 101000111 | 110110 | 1000010 |
Color Harmonies of #D778AD
Complementary color
Monochromatic Colors of #D778AD
Black with #D778AD
Text Example
Text Example
White with #D778AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778AD; }
p { color: rgb(215,120,173); }
H1.HeaderClassName
{
color: #D778AD;
}
.AnyTagClassName
{
color: #D778AD;
}
</style>
background-color css
<style>
a { background-color: #D778AD; }
a { background-color: rgb(215,120,173); }
div.DivClassName
{
background-color: #D778AD;
}
.BgClassName
{
background-color: #D778AD;
}
</style>
border-color css
<style>
span { border-color: #D778AD; }
span { border-color: rgb(215,120,173); }
td.TdClassName
{
border-color: #D778AD;
}
.TagClassName
{
border-color: #D778AD;
}
</style>