Shades of Hopbush #D76A99
Tints of Hopbush #D76A99
RGB
CMYK
RGB Variations
Color information
#D76A99 (or 0xD76A99) is known color: Hopbush. HEX triplet: D7, 6A and 99. RGB value is (215,106,153). Sum of RGB (Red+Green+Blue) = 215+106+153=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A99 is #289566. Grayscale: #8F8F8F. Windows color (decimal): -2659687 or 10054359. OLE color: 10054359.
HSL color Cylindrical-coordinate representation of color #D76A99: hue angle of 334.13º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76A99 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 153 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.16 |
| HSL | 334.13º | 0.58% | 0.63% | - |
| HSV(B) | 334.13º | 0.51% | 0.84% | - |
| XYZ | 38.93 | 27.06 | 33.31 | - |
| YUV | 143.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 153 | 0 | 0.51 | 0.29 | 0.16 | 334.13 | 0.58 | 0.63 |
| Hex | D7 | 6A | 99 | 0 | 33 | 1D | 10 | 14E | 3A | 3F |
| Octal | 327 | 152 | 231 | 0 | 63 | 35 | 20 | 516 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10011001 | 0 | 110011 | 11101 | 10000 | 101001110 | 111010 | 111111 |
Color Harmonies of #D76A99
Complementary color
Monochromatic Colors of #D76A99
Black with #D76A99
Text Example
Text Example
White with #D76A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A99; }
p { color: rgb(215,106,153); }
H1.HeaderClassName
{
color: #D76A99;
}
.AnyTagClassName
{
color: #D76A99;
}
</style>
background-color css
<style>
a { background-color: #D76A99; }
a { background-color: rgb(215,106,153); }
div.DivClassName
{
background-color: #D76A99;
}
.BgClassName
{
background-color: #D76A99;
}
</style>
border-color css
<style>
span { border-color: #D76A99; }
span { border-color: rgb(215,106,153); }
td.TdClassName
{
border-color: #D76A99;
}
.TagClassName
{
border-color: #D76A99;
}
</style>