Shades of Hopbush #D7629F
Tints of Hopbush #D7629F
RGB
CMYK
RGB Variations
Color information
#D7629F (or 0xD7629F) is known color: Hopbush. HEX triplet: D7, 62 and 9F. RGB value is (215,98,159). Sum of RGB (Red+Green+Blue) = 215+98+159=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7629F is #289D60. Grayscale: #8B8B8B. Windows color (decimal): -2661729 or 10445527. OLE color: 10445527.
HSL color Cylindrical-coordinate representation of color #D7629F: hue angle of 328.72º 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 #D7629F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 159 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.16 |
| HSL | 328.72º | 0.59% | 0.61% | - |
| HSV(B) | 328.72º | 0.54% | 0.84% | - |
| XYZ | 38.65 | 25.69 | 35.72 | - |
| YUV | 139.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 159 | 0 | 0.54 | 0.26 | 0.16 | 328.72 | 0.59 | 0.61 |
| Hex | D7 | 62 | 9F | 0 | 36 | 1A | 10 | 149 | 3B | 3D |
| Octal | 327 | 142 | 237 | 0 | 66 | 32 | 20 | 511 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10011111 | 0 | 110110 | 11010 | 10000 | 101001001 | 111011 | 111101 |
Color Harmonies of #D7629F
Complementary color
Monochromatic Colors of #D7629F
Black with #D7629F
Text Example
Text Example
White with #D7629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7629F; }
p { color: rgb(215,98,159); }
H1.HeaderClassName
{
color: #D7629F;
}
.AnyTagClassName
{
color: #D7629F;
}
</style>
background-color css
<style>
a { background-color: #D7629F; }
a { background-color: rgb(215,98,159); }
div.DivClassName
{
background-color: #D7629F;
}
.BgClassName
{
background-color: #D7629F;
}
</style>
border-color css
<style>
span { border-color: #D7629F; }
span { border-color: rgb(215,98,159); }
td.TdClassName
{
border-color: #D7629F;
}
.TagClassName
{
border-color: #D7629F;
}
</style>