Shades of Hopbush #D1659C
Tints of Hopbush #D1659C
RGB
CMYK
RGB Variations
Color information
#D1659C (or 0xD1659C) is known color: Hopbush. HEX triplet: D1, 65 and 9C. RGB value is (209,101,156). Sum of RGB (Red+Green+Blue) = 209+101+156=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1659C is #2E9A63. Grayscale: #8B8B8B. Windows color (decimal): -3054180 or 10249681. OLE color: 10249681.
HSL color Cylindrical-coordinate representation of color #D1659C: hue angle of 329.44º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1659C is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 156 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.18 |
| HSL | 329.44º | 0.54% | 0.61% | - |
| HSV(B) | 329.44º | 0.52% | 0.82% | - |
| XYZ | 36.95 | 25.26 | 34.38 | - |
| YUV | 139.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 156 | 0 | 0.52 | 0.25 | 0.18 | 329.44 | 0.54 | 0.61 |
| Hex | D1 | 65 | 9C | 0 | 34 | 19 | 12 | 149 | 36 | 3D |
| Octal | 321 | 145 | 234 | 0 | 64 | 31 | 22 | 511 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10011100 | 0 | 110100 | 11001 | 10010 | 101001001 | 110110 | 111101 |
Color Harmonies of #D1659C
Complementary color
Monochromatic Colors of #D1659C
Black with #D1659C
Text Example
Text Example
White with #D1659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1659C; }
p { color: rgb(209,101,156); }
H1.HeaderClassName
{
color: #D1659C;
}
.AnyTagClassName
{
color: #D1659C;
}
</style>
background-color css
<style>
a { background-color: #D1659C; }
a { background-color: rgb(209,101,156); }
div.DivClassName
{
background-color: #D1659C;
}
.BgClassName
{
background-color: #D1659C;
}
</style>
border-color css
<style>
span { border-color: #D1659C; }
span { border-color: rgb(209,101,156); }
td.TdClassName
{
border-color: #D1659C;
}
.TagClassName
{
border-color: #D1659C;
}
</style>