Shades of Hopbush #D3658B
Tints of Hopbush #D3658B
RGB
CMYK
RGB Variations
Color information
#D3658B (or 0xD3658B) is known color: Hopbush. HEX triplet: D3, 65 and 8B. RGB value is (211,101,139). Sum of RGB (Red+Green+Blue) = 211+101+139=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3658B is #2C9A74. Grayscale: #8A8A8A. Windows color (decimal): -2923125 or 9135571. OLE color: 9135571.
HSL color Cylindrical-coordinate representation of color #D3658B: hue angle of 339.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3658B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 139 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.17 |
| HSL | 339.27º | 0.56% | 0.61% | - |
| HSV(B) | 339.27º | 0.52% | 0.83% | - |
| XYZ | 36.18 | 25.02 | 27.35 | - |
| YUV | 138.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 139 | 0 | 0.52 | 0.34 | 0.17 | 339.27 | 0.56 | 0.61 |
| Hex | D3 | 65 | 8B | 0 | 34 | 22 | 11 | 153 | 38 | 3D |
| Octal | 323 | 145 | 213 | 0 | 64 | 42 | 21 | 523 | 70 | 75 |
| Binary | 11010011 | 1100101 | 10001011 | 0 | 110100 | 100010 | 10001 | 101010011 | 111000 | 111101 |
Color Harmonies of #D3658B
Complementary color
Monochromatic Colors of #D3658B
Black with #D3658B
Text Example
Text Example
White with #D3658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3658B; }
p { color: rgb(211,101,139); }
H1.HeaderClassName
{
color: #D3658B;
}
.AnyTagClassName
{
color: #D3658B;
}
</style>
background-color css
<style>
a { background-color: #D3658B; }
a { background-color: rgb(211,101,139); }
div.DivClassName
{
background-color: #D3658B;
}
.BgClassName
{
background-color: #D3658B;
}
</style>
border-color css
<style>
span { border-color: #D3658B; }
span { border-color: rgb(211,101,139); }
td.TdClassName
{
border-color: #D3658B;
}
.TagClassName
{
border-color: #D3658B;
}
</style>