Shades of Hopbush #D1638B
Tints of Hopbush #D1638B
RGB
CMYK
RGB Variations
Color information
#D1638B (or 0xD1638B) is known color: Hopbush. HEX triplet: D1, 63 and 8B. RGB value is (209,99,139). Sum of RGB (Red+Green+Blue) = 209+99+139=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1638B is #2E9C74. Grayscale: #888888. Windows color (decimal): -3054709 or 9135057. OLE color: 9135057.
HSL color Cylindrical-coordinate representation of color #D1638B: hue angle of 338.18º degrees, saturation: 0.54, 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 #D1638B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 139 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.18 |
| HSL | 338.18º | 0.54% | 0.6% | - |
| HSV(B) | 338.18º | 0.53% | 0.82% | - |
| XYZ | 35.42 | 24.34 | 27.26 | - |
| YUV | 136.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 139 | 0 | 0.53 | 0.33 | 0.18 | 338.18 | 0.54 | 0.6 |
| Hex | D1 | 63 | 8B | 0 | 35 | 21 | 12 | 152 | 36 | 3C |
| Octal | 321 | 143 | 213 | 0 | 65 | 41 | 22 | 522 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10001011 | 0 | 110101 | 100001 | 10010 | 101010010 | 110110 | 111100 |
Color Harmonies of #D1638B
Complementary color
Monochromatic Colors of #D1638B
Black with #D1638B
Text Example
Text Example
White with #D1638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1638B; }
p { color: rgb(209,99,139); }
H1.HeaderClassName
{
color: #D1638B;
}
.AnyTagClassName
{
color: #D1638B;
}
</style>
background-color css
<style>
a { background-color: #D1638B; }
a { background-color: rgb(209,99,139); }
div.DivClassName
{
background-color: #D1638B;
}
.BgClassName
{
background-color: #D1638B;
}
</style>
border-color css
<style>
span { border-color: #D1638B; }
span { border-color: rgb(209,99,139); }
td.TdClassName
{
border-color: #D1638B;
}
.TagClassName
{
border-color: #D1638B;
}
</style>