Shades of Hopbush #D3659E
Tints of Hopbush #D3659E
RGB
CMYK
RGB Variations
Color information
#D3659E (or 0xD3659E) is known color: Hopbush. HEX triplet: D3, 65 and 9E. RGB value is (211,101,158). Sum of RGB (Red+Green+Blue) = 211+101+158=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3659E is #2C9A61. Grayscale: #8C8C8C. Windows color (decimal): -2923106 or 10380755. OLE color: 10380755.
HSL color Cylindrical-coordinate representation of color #D3659E: hue angle of 328.91º 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 #D3659E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 158 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.17 |
| HSL | 328.91º | 0.56% | 0.61% | - |
| HSV(B) | 328.91º | 0.52% | 0.83% | - |
| XYZ | 37.69 | 25.62 | 35.31 | - |
| YUV | 140.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 158 | 0 | 0.52 | 0.25 | 0.17 | 328.91 | 0.56 | 0.61 |
| Hex | D3 | 65 | 9E | 0 | 34 | 19 | 11 | 149 | 38 | 3D |
| Octal | 323 | 145 | 236 | 0 | 64 | 31 | 21 | 511 | 70 | 75 |
| Binary | 11010011 | 1100101 | 10011110 | 0 | 110100 | 11001 | 10001 | 101001001 | 111000 | 111101 |
Color Harmonies of #D3659E
Complementary color
Monochromatic Colors of #D3659E
Black with #D3659E
Text Example
Text Example
White with #D3659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3659E; }
p { color: rgb(211,101,158); }
H1.HeaderClassName
{
color: #D3659E;
}
.AnyTagClassName
{
color: #D3659E;
}
</style>
background-color css
<style>
a { background-color: #D3659E; }
a { background-color: rgb(211,101,158); }
div.DivClassName
{
background-color: #D3659E;
}
.BgClassName
{
background-color: #D3659E;
}
</style>
border-color css
<style>
span { border-color: #D3659E; }
span { border-color: rgb(211,101,158); }
td.TdClassName
{
border-color: #D3659E;
}
.TagClassName
{
border-color: #D3659E;
}
</style>