Shades of Hopbush #D766A0
Tints of Hopbush #D766A0
RGB
CMYK
RGB Variations
Color information
#D766A0 (or 0xD766A0) is known color: Hopbush. HEX triplet: D7, 66 and A0. RGB value is (215,102,160). Sum of RGB (Red+Green+Blue) = 215+102+160=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D766A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D766A0 is #28995F. Grayscale: #8E8E8E. Windows color (decimal): -2660704 or 10512087. OLE color: 10512087.
HSL color Cylindrical-coordinate representation of color #D766A0: hue angle of 329.2º 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 #D766A0 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 160 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.16 |
| HSL | 329.2º | 0.59% | 0.62% | - |
| HSV(B) | 329.2º | 0.53% | 0.84% | - |
| XYZ | 39.12 | 26.49 | 36.31 | - |
| YUV | 142.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 160 | 0 | 0.53 | 0.26 | 0.16 | 329.2 | 0.59 | 0.62 |
| Hex | D7 | 66 | A0 | 0 | 35 | 1A | 10 | 149 | 3B | 3E |
| Octal | 327 | 146 | 240 | 0 | 65 | 32 | 20 | 511 | 73 | 76 |
| Binary | 11010111 | 1100110 | 10100000 | 0 | 110101 | 11010 | 10000 | 101001001 | 111011 | 111110 |
Color Harmonies of #D766A0
Complementary color
Monochromatic Colors of #D766A0
Black with #D766A0
Text Example
Text Example
White with #D766A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766A0; }
p { color: rgb(215,102,160); }
H1.HeaderClassName
{
color: #D766A0;
}
.AnyTagClassName
{
color: #D766A0;
}
</style>
background-color css
<style>
a { background-color: #D766A0; }
a { background-color: rgb(215,102,160); }
div.DivClassName
{
background-color: #D766A0;
}
.BgClassName
{
background-color: #D766A0;
}
</style>
border-color css
<style>
span { border-color: #D766A0; }
span { border-color: rgb(215,102,160); }
td.TdClassName
{
border-color: #D766A0;
}
.TagClassName
{
border-color: #D766A0;
}
</style>