Shades of Hopbush #D0659E
Tints of Hopbush #D0659E
RGB
CMYK
RGB Variations
Color information
#D0659E (or 0xD0659E) is known color: Hopbush. HEX triplet: D0, 65 and 9E. RGB value is (208,101,158). Sum of RGB (Red+Green+Blue) = 208+101+158=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0659E is #2F9A61. Grayscale: #8B8B8B. Windows color (decimal): -3119714 or 10380752. OLE color: 10380752.
HSL color Cylindrical-coordinate representation of color #D0659E: hue angle of 328.04º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0659E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 158 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.18 |
| HSL | 328.04º | 0.53% | 0.61% | - |
| HSV(B) | 328.04º | 0.51% | 0.82% | - |
| XYZ | 36.84 | 25.19 | 35.27 | - |
| YUV | 139.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 158 | 0 | 0.51 | 0.24 | 0.18 | 328.04 | 0.53 | 0.61 |
| Hex | D0 | 65 | 9E | 0 | 33 | 18 | 12 | 148 | 35 | 3D |
| Octal | 320 | 145 | 236 | 0 | 63 | 30 | 22 | 510 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10011110 | 0 | 110011 | 11000 | 10010 | 101001000 | 110101 | 111101 |
Color Harmonies of #D0659E
Complementary color
Monochromatic Colors of #D0659E
Black with #D0659E
Text Example
Text Example
White with #D0659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0659E; }
p { color: rgb(208,101,158); }
H1.HeaderClassName
{
color: #D0659E;
}
.AnyTagClassName
{
color: #D0659E;
}
</style>
background-color css
<style>
a { background-color: #D0659E; }
a { background-color: rgb(208,101,158); }
div.DivClassName
{
background-color: #D0659E;
}
.BgClassName
{
background-color: #D0659E;
}
</style>
border-color css
<style>
span { border-color: #D0659E; }
span { border-color: rgb(208,101,158); }
td.TdClassName
{
border-color: #D0659E;
}
.TagClassName
{
border-color: #D0659E;
}
</style>