Shades of Hopbush #D5719B
Tints of Hopbush #D5719B
RGB
CMYK
RGB Variations
Color information
#D5719B (or 0xD5719B) is known color: Hopbush. HEX triplet: D5, 71 and 9B. RGB value is (213,113,155). Sum of RGB (Red+Green+Blue) = 213+113+155=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5719B is #2A8E64. Grayscale: #939393. Windows color (decimal): -2788965 or 10187221. OLE color: 10187221.
HSL color Cylindrical-coordinate representation of color #D5719B: hue angle of 334.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5719B is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 155 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.16 |
| HSL | 334.8º | 0.54% | 0.64% | - |
| HSV(B) | 334.8º | 0.47% | 0.84% | - |
| XYZ | 39.26 | 28.32 | 34.41 | - |
| YUV | 147.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 155 | 0 | 0.47 | 0.27 | 0.16 | 334.8 | 0.54 | 0.64 |
| Hex | D5 | 71 | 9B | 0 | 2F | 1B | 10 | 14F | 36 | 40 |
| Octal | 325 | 161 | 233 | 0 | 57 | 33 | 20 | 517 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10011011 | 0 | 101111 | 11011 | 10000 | 101001111 | 110110 | 1000000 |
Color Harmonies of #D5719B
Complementary color
Monochromatic Colors of #D5719B
Black with #D5719B
Text Example
Text Example
White with #D5719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5719B; }
p { color: rgb(213,113,155); }
H1.HeaderClassName
{
color: #D5719B;
}
.AnyTagClassName
{
color: #D5719B;
}
</style>
background-color css
<style>
a { background-color: #D5719B; }
a { background-color: rgb(213,113,155); }
div.DivClassName
{
background-color: #D5719B;
}
.BgClassName
{
background-color: #D5719B;
}
</style>
border-color css
<style>
span { border-color: #D5719B; }
span { border-color: rgb(213,113,155); }
td.TdClassName
{
border-color: #D5719B;
}
.TagClassName
{
border-color: #D5719B;
}
</style>