Shades of Hopbush #D76A98
Tints of Hopbush #D76A98
RGB
CMYK
RGB Variations
Color information
#D76A98 (or 0xD76A98) is known color: Hopbush. HEX triplet: D7, 6A and 98. RGB value is (215,106,152). Sum of RGB (Red+Green+Blue) = 215+106+152=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A98 is #289567. Grayscale: #8F8F8F. Windows color (decimal): -2659688 or 9988823. OLE color: 9988823.
HSL color Cylindrical-coordinate representation of color #D76A98: hue angle of 334.68º 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 #D76A98 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 152 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.16 |
| HSL | 334.68º | 0.58% | 0.63% | - |
| HSV(B) | 334.68º | 0.51% | 0.84% | - |
| XYZ | 38.85 | 27.02 | 32.87 | - |
| YUV | 143.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 152 | 0 | 0.51 | 0.29 | 0.16 | 334.68 | 0.58 | 0.63 |
| Hex | D7 | 6A | 98 | 0 | 33 | 1D | 10 | 14F | 3A | 3F |
| Octal | 327 | 152 | 230 | 0 | 63 | 35 | 20 | 517 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10011000 | 0 | 110011 | 11101 | 10000 | 101001111 | 111010 | 111111 |
Color Harmonies of #D76A98
Complementary color
Monochromatic Colors of #D76A98
Black with #D76A98
Text Example
Text Example
White with #D76A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A98; }
p { color: rgb(215,106,152); }
H1.HeaderClassName
{
color: #D76A98;
}
.AnyTagClassName
{
color: #D76A98;
}
</style>
background-color css
<style>
a { background-color: #D76A98; }
a { background-color: rgb(215,106,152); }
div.DivClassName
{
background-color: #D76A98;
}
.BgClassName
{
background-color: #D76A98;
}
</style>
border-color css
<style>
span { border-color: #D76A98; }
span { border-color: rgb(215,106,152); }
td.TdClassName
{
border-color: #D76A98;
}
.TagClassName
{
border-color: #D76A98;
}
</style>