Shades of Hopbush #D0659C
Tints of Hopbush #D0659C
RGB
CMYK
RGB Variations
Color information
#D0659C (or 0xD0659C) is known color: Hopbush. HEX triplet: D0, 65 and 9C. RGB value is (208,101,156). Sum of RGB (Red+Green+Blue) = 208+101+156=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0659C is #2F9A63. Grayscale: #8B8B8B. Windows color (decimal): -3119716 or 10249680. OLE color: 10249680.
HSL color Cylindrical-coordinate representation of color #D0659C: hue angle of 329.16º 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 #D0659C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 156 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.18 |
| HSL | 329.16º | 0.53% | 0.61% | - |
| HSV(B) | 329.16º | 0.51% | 0.82% | - |
| XYZ | 36.67 | 25.12 | 34.37 | - |
| YUV | 139.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 156 | 0 | 0.51 | 0.25 | 0.18 | 329.16 | 0.53 | 0.61 |
| Hex | D0 | 65 | 9C | 0 | 33 | 19 | 12 | 149 | 35 | 3D |
| Octal | 320 | 145 | 234 | 0 | 63 | 31 | 22 | 511 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10011100 | 0 | 110011 | 11001 | 10010 | 101001001 | 110101 | 111101 |
Color Harmonies of #D0659C
Complementary color
Monochromatic Colors of #D0659C
Black with #D0659C
Text Example
Text Example
White with #D0659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0659C; }
p { color: rgb(208,101,156); }
H1.HeaderClassName
{
color: #D0659C;
}
.AnyTagClassName
{
color: #D0659C;
}
</style>
background-color css
<style>
a { background-color: #D0659C; }
a { background-color: rgb(208,101,156); }
div.DivClassName
{
background-color: #D0659C;
}
.BgClassName
{
background-color: #D0659C;
}
</style>
border-color css
<style>
span { border-color: #D0659C; }
span { border-color: rgb(208,101,156); }
td.TdClassName
{
border-color: #D0659C;
}
.TagClassName
{
border-color: #D0659C;
}
</style>