Shades of Hopbush #D2638B
Tints of Hopbush #D2638B
RGB
CMYK
RGB Variations
Color information
#D2638B (or 0xD2638B) is known color: Hopbush. HEX triplet: D2, 63 and 8B. RGB value is (210,99,139). Sum of RGB (Red+Green+Blue) = 210+99+139=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2638B is #2D9C74. Grayscale: #888888. Windows color (decimal): -2989173 or 9135058. OLE color: 9135058.
HSL color Cylindrical-coordinate representation of color #D2638B: hue angle of 338.38º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2638B is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 139 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.18 |
| HSL | 338.38º | 0.55% | 0.61% | - |
| HSV(B) | 338.38º | 0.53% | 0.82% | - |
| XYZ | 35.7 | 24.49 | 27.27 | - |
| YUV | 136.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 139 | 0 | 0.53 | 0.34 | 0.18 | 338.38 | 0.55 | 0.61 |
| Hex | D2 | 63 | 8B | 0 | 35 | 22 | 12 | 152 | 37 | 3D |
| Octal | 322 | 143 | 213 | 0 | 65 | 42 | 22 | 522 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10001011 | 0 | 110101 | 100010 | 10010 | 101010010 | 110111 | 111101 |
Color Harmonies of #D2638B
Complementary color
Monochromatic Colors of #D2638B
Black with #D2638B
Text Example
Text Example
White with #D2638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2638B; }
p { color: rgb(210,99,139); }
H1.HeaderClassName
{
color: #D2638B;
}
.AnyTagClassName
{
color: #D2638B;
}
</style>
background-color css
<style>
a { background-color: #D2638B; }
a { background-color: rgb(210,99,139); }
div.DivClassName
{
background-color: #D2638B;
}
.BgClassName
{
background-color: #D2638B;
}
</style>
border-color css
<style>
span { border-color: #D2638B; }
span { border-color: rgb(210,99,139); }
td.TdClassName
{
border-color: #D2638B;
}
.TagClassName
{
border-color: #D2638B;
}
</style>