Shades of Hopbush #D76B9A
Tints of Hopbush #D76B9A
RGB
CMYK
RGB Variations
Color information
#D76B9A (or 0xD76B9A) is known color: Hopbush. HEX triplet: D7, 6B and 9A. RGB value is (215,107,154). Sum of RGB (Red+Green+Blue) = 215+107+154=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B9A is #289465. Grayscale: #909090. Windows color (decimal): -2659430 or 10120151. OLE color: 10120151.
HSL color Cylindrical-coordinate representation of color #D76B9A: hue angle of 333.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76B9A is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 154 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.16 |
| HSL | 333.89º | 0.57% | 0.63% | - |
| HSV(B) | 333.89º | 0.5% | 0.84% | - |
| XYZ | 39.11 | 27.3 | 33.78 | - |
| YUV | 144.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 154 | 0 | 0.50 | 0.28 | 0.16 | 333.89 | 0.57 | 0.63 |
| Hex | D7 | 6B | 9A | 0 | 32 | 1C | 10 | 14E | 39 | 3F |
| Octal | 327 | 153 | 232 | 0 | 62 | 34 | 20 | 516 | 71 | 77 |
| Binary | 11010111 | 1101011 | 10011010 | 0 | 110010 | 11100 | 10000 | 101001110 | 111001 | 111111 |
Color Harmonies of #D76B9A
Complementary color
Monochromatic Colors of #D76B9A
Black with #D76B9A
Text Example
Text Example
White with #D76B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B9A; }
p { color: rgb(215,107,154); }
H1.HeaderClassName
{
color: #D76B9A;
}
.AnyTagClassName
{
color: #D76B9A;
}
</style>
background-color css
<style>
a { background-color: #D76B9A; }
a { background-color: rgb(215,107,154); }
div.DivClassName
{
background-color: #D76B9A;
}
.BgClassName
{
background-color: #D76B9A;
}
</style>
border-color css
<style>
span { border-color: #D76B9A; }
span { border-color: rgb(215,107,154); }
td.TdClassName
{
border-color: #D76B9A;
}
.TagClassName
{
border-color: #D76B9A;
}
</style>