Shades of Hopbush #D5628C
Tints of Hopbush #D5628C
RGB
CMYK
RGB Variations
Color information
#D5628C (or 0xD5628C) is known color: Hopbush. HEX triplet: D5, 62 and 8C. RGB value is (213,98,140). Sum of RGB (Red+Green+Blue) = 213+98+140=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5628C is #2A9D73. Grayscale: #898989. Windows color (decimal): -2792820 or 9200341. OLE color: 9200341.
HSL color Cylindrical-coordinate representation of color #D5628C: hue angle of 338.09º 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 #D5628C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 140 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.16 |
| HSL | 338.09º | 0.58% | 0.61% | - |
| HSV(B) | 338.09º | 0.54% | 0.84% | - |
| XYZ | 36.54 | 24.77 | 27.67 | - |
| YUV | 137.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 140 | 0 | 0.54 | 0.34 | 0.16 | 338.09 | 0.58 | 0.61 |
| Hex | D5 | 62 | 8C | 0 | 36 | 22 | 10 | 152 | 3A | 3D |
| Octal | 325 | 142 | 214 | 0 | 66 | 42 | 20 | 522 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10001100 | 0 | 110110 | 100010 | 10000 | 101010010 | 111010 | 111101 |
Color Harmonies of #D5628C
Complementary color
Monochromatic Colors of #D5628C
Black with #D5628C
Text Example
Text Example
White with #D5628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5628C; }
p { color: rgb(213,98,140); }
H1.HeaderClassName
{
color: #D5628C;
}
.AnyTagClassName
{
color: #D5628C;
}
</style>
background-color css
<style>
a { background-color: #D5628C; }
a { background-color: rgb(213,98,140); }
div.DivClassName
{
background-color: #D5628C;
}
.BgClassName
{
background-color: #D5628C;
}
</style>
border-color css
<style>
span { border-color: #D5628C; }
span { border-color: rgb(213,98,140); }
td.TdClassName
{
border-color: #D5628C;
}
.TagClassName
{
border-color: #D5628C;
}
</style>