Shades of Hopbush #D765A6
Tints of Hopbush #D765A6
RGB
CMYK
RGB Variations
Color information
#D765A6 (or 0xD765A6) is known color: Hopbush. HEX triplet: D7, 65 and A6. RGB value is (215,101,166). Sum of RGB (Red+Green+Blue) = 215+101+166=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D765A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D765A6 is #289A59. Grayscale: #8E8E8E. Windows color (decimal): -2660954 or 10905047. OLE color: 10905047.
HSL color Cylindrical-coordinate representation of color #D765A6: hue angle of 325.79º 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 #D765A6 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 166 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.16 |
| HSL | 325.79º | 0.59% | 0.62% | - |
| HSV(B) | 325.79º | 0.53% | 0.84% | - |
| XYZ | 39.56 | 26.51 | 39.11 | - |
| YUV | 142.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 166 | 0 | 0.53 | 0.23 | 0.16 | 325.79 | 0.59 | 0.62 |
| Hex | D7 | 65 | A6 | 0 | 35 | 17 | 10 | 146 | 3B | 3E |
| Octal | 327 | 145 | 246 | 0 | 65 | 27 | 20 | 506 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10100110 | 0 | 110101 | 10111 | 10000 | 101000110 | 111011 | 111110 |
Color Harmonies of #D765A6
Complementary color
Monochromatic Colors of #D765A6
Black with #D765A6
Text Example
Text Example
White with #D765A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765A6; }
p { color: rgb(215,101,166); }
H1.HeaderClassName
{
color: #D765A6;
}
.AnyTagClassName
{
color: #D765A6;
}
</style>
background-color css
<style>
a { background-color: #D765A6; }
a { background-color: rgb(215,101,166); }
div.DivClassName
{
background-color: #D765A6;
}
.BgClassName
{
background-color: #D765A6;
}
</style>
border-color css
<style>
span { border-color: #D765A6; }
span { border-color: rgb(215,101,166); }
td.TdClassName
{
border-color: #D765A6;
}
.TagClassName
{
border-color: #D765A6;
}
</style>