Shades of Hopbush #D778A8
Tints of Hopbush #D778A8
RGB
CMYK
RGB Variations
Color information
#D778A8 (or 0xD778A8) is known color: Hopbush. HEX triplet: D7, 78 and A8. RGB value is (215,120,168). Sum of RGB (Red+Green+Blue) = 215+120+168=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D778A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D778A8 is #288757. Grayscale: #999999. Windows color (decimal): -2656088 or 11040983. OLE color: 11040983.
HSL color Cylindrical-coordinate representation of color #D778A8: hue angle of 329.68º 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 #D778A8 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 168 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.16 |
| HSL | 329.68º | 0.54% | 0.66% | - |
| HSV(B) | 329.68º | 0.44% | 0.84% | - |
| XYZ | 41.81 | 30.71 | 40.77 | - |
| YUV | 153.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 168 | 0 | 0.44 | 0.22 | 0.16 | 329.68 | 0.54 | 0.66 |
| Hex | D7 | 78 | A8 | 0 | 2C | 16 | 10 | 14A | 36 | 42 |
| Octal | 327 | 170 | 250 | 0 | 54 | 26 | 20 | 512 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10101000 | 0 | 101100 | 10110 | 10000 | 101001010 | 110110 | 1000010 |
Color Harmonies of #D778A8
Complementary color
Monochromatic Colors of #D778A8
Black with #D778A8
Text Example
Text Example
White with #D778A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778A8; }
p { color: rgb(215,120,168); }
H1.HeaderClassName
{
color: #D778A8;
}
.AnyTagClassName
{
color: #D778A8;
}
</style>
background-color css
<style>
a { background-color: #D778A8; }
a { background-color: rgb(215,120,168); }
div.DivClassName
{
background-color: #D778A8;
}
.BgClassName
{
background-color: #D778A8;
}
</style>
border-color css
<style>
span { border-color: #D778A8; }
span { border-color: rgb(215,120,168); }
td.TdClassName
{
border-color: #D778A8;
}
.TagClassName
{
border-color: #D778A8;
}
</style>