Shades of Hopbush #D770A5
Tints of Hopbush #D770A5
RGB
CMYK
RGB Variations
Color information
#D770A5 (or 0xD770A5) is known color: Hopbush. HEX triplet: D7, 70 and A5. RGB value is (215,112,165). Sum of RGB (Red+Green+Blue) = 215+112+165=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D770A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D770A5 is #288F5A. Grayscale: #949494. Windows color (decimal): -2658139 or 10842327. OLE color: 10842327.
HSL color Cylindrical-coordinate representation of color #D770A5: hue angle of 329.13º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770A5 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 165 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.16 |
| HSL | 329.13º | 0.56% | 0.64% | - |
| HSV(B) | 329.13º | 0.48% | 0.84% | - |
| XYZ | 40.61 | 28.75 | 39.01 | - |
| YUV | 148.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 165 | 0 | 0.48 | 0.23 | 0.16 | 329.13 | 0.56 | 0.64 |
| Hex | D7 | 70 | A5 | 0 | 30 | 17 | 10 | 149 | 38 | 40 |
| Octal | 327 | 160 | 245 | 0 | 60 | 27 | 20 | 511 | 70 | 100 |
| Binary | 11010111 | 1110000 | 10100101 | 0 | 110000 | 10111 | 10000 | 101001001 | 111000 | 1000000 |
Color Harmonies of #D770A5
Complementary color
Monochromatic Colors of #D770A5
Black with #D770A5
Text Example
Text Example
White with #D770A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770A5; }
p { color: rgb(215,112,165); }
H1.HeaderClassName
{
color: #D770A5;
}
.AnyTagClassName
{
color: #D770A5;
}
</style>
background-color css
<style>
a { background-color: #D770A5; }
a { background-color: rgb(215,112,165); }
div.DivClassName
{
background-color: #D770A5;
}
.BgClassName
{
background-color: #D770A5;
}
</style>
border-color css
<style>
span { border-color: #D770A5; }
span { border-color: rgb(215,112,165); }
td.TdClassName
{
border-color: #D770A5;
}
.TagClassName
{
border-color: #D770A5;
}
</style>