Shades of Hopbush #D7629E
Tints of Hopbush #D7629E
RGB
CMYK
RGB Variations
Color information
#D7629E (or 0xD7629E) is known color: Hopbush. HEX triplet: D7, 62 and 9E. RGB value is (215,98,158). Sum of RGB (Red+Green+Blue) = 215+98+158=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7629E is #289D61. Grayscale: #8B8B8B. Windows color (decimal): -2661730 or 10379991. OLE color: 10379991.
HSL color Cylindrical-coordinate representation of color #D7629E: hue angle of 329.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7629E is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 158 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.16 |
| HSL | 329.23º | 0.59% | 0.61% | - |
| HSV(B) | 329.23º | 0.54% | 0.84% | - |
| XYZ | 38.56 | 25.65 | 35.27 | - |
| YUV | 139.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 158 | 0 | 0.54 | 0.27 | 0.16 | 329.23 | 0.59 | 0.61 |
| Hex | D7 | 62 | 9E | 0 | 36 | 1B | 10 | 149 | 3B | 3D |
| Octal | 327 | 142 | 236 | 0 | 66 | 33 | 20 | 511 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10011110 | 0 | 110110 | 11011 | 10000 | 101001001 | 111011 | 111101 |
Color Harmonies of #D7629E
Complementary color
Monochromatic Colors of #D7629E
Black with #D7629E
Text Example
Text Example
White with #D7629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7629E; }
p { color: rgb(215,98,158); }
H1.HeaderClassName
{
color: #D7629E;
}
.AnyTagClassName
{
color: #D7629E;
}
</style>
background-color css
<style>
a { background-color: #D7629E; }
a { background-color: rgb(215,98,158); }
div.DivClassName
{
background-color: #D7629E;
}
.BgClassName
{
background-color: #D7629E;
}
</style>
border-color css
<style>
span { border-color: #D7629E; }
span { border-color: rgb(215,98,158); }
td.TdClassName
{
border-color: #D7629E;
}
.TagClassName
{
border-color: #D7629E;
}
</style>