Shades of Hopbush #D76CA5
Tints of Hopbush #D76CA5
RGB
CMYK
RGB Variations
Color information
#D76CA5 (or 0xD76CA5) is known color: Hopbush. HEX triplet: D7, 6C and A5. RGB value is (215,108,165). Sum of RGB (Red+Green+Blue) = 215+108+165=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CA5 is #28935A. Grayscale: #929292. Windows color (decimal): -2659163 or 10841303. OLE color: 10841303.
HSL color Cylindrical-coordinate representation of color #D76CA5: hue angle of 328.04º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CA5 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 165 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.16 |
| HSL | 328.04º | 0.57% | 0.63% | - |
| HSV(B) | 328.04º | 0.5% | 0.84% | - |
| XYZ | 40.18 | 27.89 | 38.86 | - |
| YUV | 146.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 165 | 0 | 0.50 | 0.23 | 0.16 | 328.04 | 0.57 | 0.63 |
| Hex | D7 | 6C | A5 | 0 | 32 | 17 | 10 | 148 | 39 | 3F |
| Octal | 327 | 154 | 245 | 0 | 62 | 27 | 20 | 510 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10100101 | 0 | 110010 | 10111 | 10000 | 101001000 | 111001 | 111111 |
Color Harmonies of #D76CA5
Complementary color
Monochromatic Colors of #D76CA5
Black with #D76CA5
Text Example
Text Example
White with #D76CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CA5; }
p { color: rgb(215,108,165); }
H1.HeaderClassName
{
color: #D76CA5;
}
.AnyTagClassName
{
color: #D76CA5;
}
</style>
background-color css
<style>
a { background-color: #D76CA5; }
a { background-color: rgb(215,108,165); }
div.DivClassName
{
background-color: #D76CA5;
}
.BgClassName
{
background-color: #D76CA5;
}
</style>
border-color css
<style>
span { border-color: #D76CA5; }
span { border-color: rgb(215,108,165); }
td.TdClassName
{
border-color: #D76CA5;
}
.TagClassName
{
border-color: #D76CA5;
}
</style>