Shades of Hopbush #D1629C
Tints of Hopbush #D1629C
RGB
CMYK
RGB Variations
Color information
#D1629C (or 0xD1629C) is known color: Hopbush. HEX triplet: D1, 62 and 9C. RGB value is (209,98,156). Sum of RGB (Red+Green+Blue) = 209+98+156=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1629C is #2E9D63. Grayscale: #898989. Windows color (decimal): -3054948 or 10248913. OLE color: 10248913.
HSL color Cylindrical-coordinate representation of color #D1629C: hue angle of 328.65º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1629C is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 156 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.18 |
| HSL | 328.65º | 0.55% | 0.6% | - |
| HSV(B) | 328.65º | 0.53% | 0.82% | - |
| XYZ | 36.66 | 24.69 | 34.29 | - |
| YUV | 137.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 156 | 0 | 0.53 | 0.25 | 0.18 | 328.65 | 0.55 | 0.6 |
| Hex | D1 | 62 | 9C | 0 | 35 | 19 | 12 | 149 | 37 | 3C |
| Octal | 321 | 142 | 234 | 0 | 65 | 31 | 22 | 511 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10011100 | 0 | 110101 | 11001 | 10010 | 101001001 | 110111 | 111100 |
Color Harmonies of #D1629C
Complementary color
Monochromatic Colors of #D1629C
Black with #D1629C
Text Example
Text Example
White with #D1629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1629C; }
p { color: rgb(209,98,156); }
H1.HeaderClassName
{
color: #D1629C;
}
.AnyTagClassName
{
color: #D1629C;
}
</style>
background-color css
<style>
a { background-color: #D1629C; }
a { background-color: rgb(209,98,156); }
div.DivClassName
{
background-color: #D1629C;
}
.BgClassName
{
background-color: #D1629C;
}
</style>
border-color css
<style>
span { border-color: #D1629C; }
span { border-color: rgb(209,98,156); }
td.TdClassName
{
border-color: #D1629C;
}
.TagClassName
{
border-color: #D1629C;
}
</style>