Shades of Hopbush #D765AC
Tints of Hopbush #D765AC
RGB
CMYK
RGB Variations
Color information
#D765AC (or 0xD765AC) is known color: Hopbush. HEX triplet: D7, 65 and AC. RGB value is (215,101,172). Sum of RGB (Red+Green+Blue) = 215+101+172=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D765AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D765AC is #289A53. Grayscale: #8F8F8F. Windows color (decimal): -2660948 or 11298263. OLE color: 11298263.
HSL color Cylindrical-coordinate representation of color #D765AC: hue angle of 322.63º 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 #D765AC is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 172 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.16 |
| HSL | 322.63º | 0.59% | 0.62% | - |
| HSV(B) | 322.63º | 0.53% | 0.84% | - |
| XYZ | 40.12 | 26.73 | 42.07 | - |
| YUV | 143.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 172 | 0 | 0.53 | 0.2 | 0.16 | 322.63 | 0.59 | 0.62 |
| Hex | D7 | 65 | AC | 0 | 35 | 14 | 10 | 143 | 3B | 3E |
| Octal | 327 | 145 | 254 | 0 | 65 | 24 | 20 | 503 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10101100 | 0 | 110101 | 10100 | 10000 | 101000011 | 111011 | 111110 |
Color Harmonies of #D765AC
Complementary color
Monochromatic Colors of #D765AC
Black with #D765AC
Text Example
Text Example
White with #D765AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765AC; }
p { color: rgb(215,101,172); }
H1.HeaderClassName
{
color: #D765AC;
}
.AnyTagClassName
{
color: #D765AC;
}
</style>
background-color css
<style>
a { background-color: #D765AC; }
a { background-color: rgb(215,101,172); }
div.DivClassName
{
background-color: #D765AC;
}
.BgClassName
{
background-color: #D765AC;
}
</style>
border-color css
<style>
span { border-color: #D765AC; }
span { border-color: rgb(215,101,172); }
td.TdClassName
{
border-color: #D765AC;
}
.TagClassName
{
border-color: #D765AC;
}
</style>