Shades of Hopbush #D5639B
Tints of Hopbush #D5639B
RGB
CMYK
RGB Variations
Color information
#D5639B (or 0xD5639B) is known color: Hopbush. HEX triplet: D5, 63 and 9B. RGB value is (213,99,155). Sum of RGB (Red+Green+Blue) = 213+99+155=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5639B is #2A9C64. Grayscale: #8B8B8B. Windows color (decimal): -2792549 or 10183637. OLE color: 10183637.
HSL color Cylindrical-coordinate representation of color #D5639B: hue angle of 330.53º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5639B is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 155 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.16 |
| HSL | 330.53º | 0.58% | 0.61% | - |
| HSV(B) | 330.53º | 0.54% | 0.84% | - |
| XYZ | 37.82 | 25.44 | 33.93 | - |
| YUV | 139.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 155 | 0 | 0.54 | 0.27 | 0.16 | 330.53 | 0.58 | 0.61 |
| Hex | D5 | 63 | 9B | 0 | 36 | 1B | 10 | 14B | 3A | 3D |
| Octal | 325 | 143 | 233 | 0 | 66 | 33 | 20 | 513 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10011011 | 0 | 110110 | 11011 | 10000 | 101001011 | 111010 | 111101 |
Color Harmonies of #D5639B
Complementary color
Monochromatic Colors of #D5639B
Black with #D5639B
Text Example
Text Example
White with #D5639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5639B; }
p { color: rgb(213,99,155); }
H1.HeaderClassName
{
color: #D5639B;
}
.AnyTagClassName
{
color: #D5639B;
}
</style>
background-color css
<style>
a { background-color: #D5639B; }
a { background-color: rgb(213,99,155); }
div.DivClassName
{
background-color: #D5639B;
}
.BgClassName
{
background-color: #D5639B;
}
</style>
border-color css
<style>
span { border-color: #D5639B; }
span { border-color: rgb(213,99,155); }
td.TdClassName
{
border-color: #D5639B;
}
.TagClassName
{
border-color: #D5639B;
}
</style>