Shades of Hopbush #D5629F
Tints of Hopbush #D5629F
RGB
CMYK
RGB Variations
Color information
#D5629F (or 0xD5629F) is known color: Hopbush. HEX triplet: D5, 62 and 9F. RGB value is (213,98,159). Sum of RGB (Red+Green+Blue) = 213+98+159=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5629F is #2A9D60. Grayscale: #8B8B8B. Windows color (decimal): -2792801 or 10445525. OLE color: 10445525.
HSL color Cylindrical-coordinate representation of color #D5629F: hue angle of 328.17º degrees, saturation: 0.58, 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 #D5629F is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 159 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.16 |
| HSL | 328.17º | 0.58% | 0.61% | - |
| HSV(B) | 328.17º | 0.54% | 0.84% | - |
| XYZ | 38.07 | 25.38 | 35.69 | - |
| YUV | 139.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 159 | 0 | 0.54 | 0.25 | 0.16 | 328.17 | 0.58 | 0.61 |
| Hex | D5 | 62 | 9F | 0 | 36 | 19 | 10 | 148 | 3A | 3D |
| Octal | 325 | 142 | 237 | 0 | 66 | 31 | 20 | 510 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10011111 | 0 | 110110 | 11001 | 10000 | 101001000 | 111010 | 111101 |
Color Harmonies of #D5629F
Complementary color
Monochromatic Colors of #D5629F
Black with #D5629F
Text Example
Text Example
White with #D5629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5629F; }
p { color: rgb(213,98,159); }
H1.HeaderClassName
{
color: #D5629F;
}
.AnyTagClassName
{
color: #D5629F;
}
</style>
background-color css
<style>
a { background-color: #D5629F; }
a { background-color: rgb(213,98,159); }
div.DivClassName
{
background-color: #D5629F;
}
.BgClassName
{
background-color: #D5629F;
}
</style>
border-color css
<style>
span { border-color: #D5629F; }
span { border-color: rgb(213,98,159); }
td.TdClassName
{
border-color: #D5629F;
}
.TagClassName
{
border-color: #D5629F;
}
</style>