Shades of Hopbush #D76FA6
Tints of Hopbush #D76FA6
RGB
CMYK
RGB Variations
Color information
#D76FA6 (or 0xD76FA6) is known color: Hopbush. HEX triplet: D7, 6F and A6. RGB value is (215,111,166). Sum of RGB (Red+Green+Blue) = 215+111+166=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FA6 is #289059. Grayscale: #949494. Windows color (decimal): -2658394 or 10907607. OLE color: 10907607.
HSL color Cylindrical-coordinate representation of color #D76FA6: hue angle of 328.27º degrees, saturation: 0.57, 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 #D76FA6 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 166 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.16 |
| HSL | 328.27º | 0.57% | 0.64% | - |
| HSV(B) | 328.27º | 0.48% | 0.84% | - |
| XYZ | 40.59 | 28.57 | 39.45 | - |
| YUV | 148.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 166 | 0 | 0.48 | 0.23 | 0.16 | 328.27 | 0.57 | 0.64 |
| Hex | D7 | 6F | A6 | 0 | 30 | 17 | 10 | 148 | 39 | 40 |
| Octal | 327 | 157 | 246 | 0 | 60 | 27 | 20 | 510 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10100110 | 0 | 110000 | 10111 | 10000 | 101001000 | 111001 | 1000000 |
Color Harmonies of #D76FA6
Complementary color
Monochromatic Colors of #D76FA6
Black with #D76FA6
Text Example
Text Example
White with #D76FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FA6; }
p { color: rgb(215,111,166); }
H1.HeaderClassName
{
color: #D76FA6;
}
.AnyTagClassName
{
color: #D76FA6;
}
</style>
background-color css
<style>
a { background-color: #D76FA6; }
a { background-color: rgb(215,111,166); }
div.DivClassName
{
background-color: #D76FA6;
}
.BgClassName
{
background-color: #D76FA6;
}
</style>
border-color css
<style>
span { border-color: #D76FA6; }
span { border-color: rgb(215,111,166); }
td.TdClassName
{
border-color: #D76FA6;
}
.TagClassName
{
border-color: #D76FA6;
}
</style>