Shades of Hopbush #D766A5
Tints of Hopbush #D766A5
RGB
CMYK
RGB Variations
Color information
#D766A5 (or 0xD766A5) is known color: Hopbush. HEX triplet: D7, 66 and A5. RGB value is (215,102,165). Sum of RGB (Red+Green+Blue) = 215+102+165=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D766A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D766A5 is #28995A. Grayscale: #8E8E8E. Windows color (decimal): -2660699 or 10839767. OLE color: 10839767.
HSL color Cylindrical-coordinate representation of color #D766A5: hue angle of 326.55º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766A5 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 165 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.16 |
| HSL | 326.55º | 0.59% | 0.62% | - |
| HSV(B) | 326.55º | 0.53% | 0.84% | - |
| XYZ | 39.57 | 26.67 | 38.66 | - |
| YUV | 142.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 165 | 0 | 0.53 | 0.23 | 0.16 | 326.55 | 0.59 | 0.62 |
| Hex | D7 | 66 | A5 | 0 | 35 | 17 | 10 | 147 | 3B | 3E |
| Octal | 327 | 146 | 245 | 0 | 65 | 27 | 20 | 507 | 73 | 76 |
| Binary | 11010111 | 1100110 | 10100101 | 0 | 110101 | 10111 | 10000 | 101000111 | 111011 | 111110 |
Color Harmonies of #D766A5
Complementary color
Monochromatic Colors of #D766A5
Black with #D766A5
Text Example
Text Example
White with #D766A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766A5; }
p { color: rgb(215,102,165); }
H1.HeaderClassName
{
color: #D766A5;
}
.AnyTagClassName
{
color: #D766A5;
}
</style>
background-color css
<style>
a { background-color: #D766A5; }
a { background-color: rgb(215,102,165); }
div.DivClassName
{
background-color: #D766A5;
}
.BgClassName
{
background-color: #D766A5;
}
</style>
border-color css
<style>
span { border-color: #D766A5; }
span { border-color: rgb(215,102,165); }
td.TdClassName
{
border-color: #D766A5;
}
.TagClassName
{
border-color: #D766A5;
}
</style>