Shades of Hopbush #D5658D
Tints of Hopbush #D5658D
RGB
CMYK
RGB Variations
Color information
#D5658D (or 0xD5658D) is known color: Hopbush. HEX triplet: D5, 65 and 8D. RGB value is (213,101,141). Sum of RGB (Red+Green+Blue) = 213+101+141=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5658D is #2A9A72. Grayscale: #8B8B8B. Windows color (decimal): -2792051 or 9266645. OLE color: 9266645.
HSL color Cylindrical-coordinate representation of color #D5658D: hue angle of 338.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5658D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 141 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.16 |
| HSL | 338.57º | 0.57% | 0.62% | - |
| HSV(B) | 338.57º | 0.53% | 0.84% | - |
| XYZ | 36.9 | 25.38 | 28.15 | - |
| YUV | 139.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 141 | 0 | 0.53 | 0.34 | 0.16 | 338.57 | 0.57 | 0.62 |
| Hex | D5 | 65 | 8D | 0 | 35 | 22 | 10 | 153 | 39 | 3E |
| Octal | 325 | 145 | 215 | 0 | 65 | 42 | 20 | 523 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10001101 | 0 | 110101 | 100010 | 10000 | 101010011 | 111001 | 111110 |
Color Harmonies of #D5658D
Complementary color
Monochromatic Colors of #D5658D
Black with #D5658D
Text Example
Text Example
White with #D5658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5658D; }
p { color: rgb(213,101,141); }
H1.HeaderClassName
{
color: #D5658D;
}
.AnyTagClassName
{
color: #D5658D;
}
</style>
background-color css
<style>
a { background-color: #D5658D; }
a { background-color: rgb(213,101,141); }
div.DivClassName
{
background-color: #D5658D;
}
.BgClassName
{
background-color: #D5658D;
}
</style>
border-color css
<style>
span { border-color: #D5658D; }
span { border-color: rgb(213,101,141); }
td.TdClassName
{
border-color: #D5658D;
}
.TagClassName
{
border-color: #D5658D;
}
</style>