Shades of Hopbush #D5618D
Tints of Hopbush #D5618D
RGB
CMYK
RGB Variations
Color information
#D5618D (or 0xD5618D) is known color: Hopbush. HEX triplet: D5, 61 and 8D. RGB value is (213,97,141). Sum of RGB (Red+Green+Blue) = 213+97+141=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5618D is #2A9E72. Grayscale: #888888. Windows color (decimal): -2793075 or 9265621. OLE color: 9265621.
HSL color Cylindrical-coordinate representation of color #D5618D: hue angle of 337.24º 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 #D5618D is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 141 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.16 |
| HSL | 337.24º | 0.58% | 0.61% | - |
| HSV(B) | 337.24º | 0.54% | 0.84% | - |
| XYZ | 36.52 | 24.62 | 28.03 | - |
| YUV | 136.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 141 | 0 | 0.54 | 0.34 | 0.16 | 337.24 | 0.58 | 0.61 |
| Hex | D5 | 61 | 8D | 0 | 36 | 22 | 10 | 151 | 3A | 3D |
| Octal | 325 | 141 | 215 | 0 | 66 | 42 | 20 | 521 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10001101 | 0 | 110110 | 100010 | 10000 | 101010001 | 111010 | 111101 |
Color Harmonies of #D5618D
Complementary color
Monochromatic Colors of #D5618D
Black with #D5618D
Text Example
Text Example
White with #D5618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5618D; }
p { color: rgb(213,97,141); }
H1.HeaderClassName
{
color: #D5618D;
}
.AnyTagClassName
{
color: #D5618D;
}
</style>
background-color css
<style>
a { background-color: #D5618D; }
a { background-color: rgb(213,97,141); }
div.DivClassName
{
background-color: #D5618D;
}
.BgClassName
{
background-color: #D5618D;
}
</style>
border-color css
<style>
span { border-color: #D5618D; }
span { border-color: rgb(213,97,141); }
td.TdClassName
{
border-color: #D5618D;
}
.TagClassName
{
border-color: #D5618D;
}
</style>