Shades of Hopbush #D5719E
Tints of Hopbush #D5719E
RGB
CMYK
RGB Variations
Color information
#D5719E (or 0xD5719E) is known color: Hopbush. HEX triplet: D5, 71 and 9E. RGB value is (213,113,158). Sum of RGB (Red+Green+Blue) = 213+113+158=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5719E is #2A8E61. Grayscale: #939393. Windows color (decimal): -2788962 or 10383829. OLE color: 10383829.
HSL color Cylindrical-coordinate representation of color #D5719E: hue angle of 333º 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 #D5719E is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 158 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.16 |
| HSL | 333º | 0.54% | 0.64% | - |
| HSV(B) | 333º | 0.47% | 0.84% | - |
| XYZ | 39.52 | 28.43 | 35.75 | - |
| YUV | 148.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 158 | 0 | 0.47 | 0.26 | 0.16 | 333 | 0.54 | 0.64 |
| Hex | D5 | 71 | 9E | 0 | 2F | 1A | 10 | 14D | 36 | 40 |
| Octal | 325 | 161 | 236 | 0 | 57 | 32 | 20 | 515 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10011110 | 0 | 101111 | 11010 | 10000 | 101001101 | 110110 | 1000000 |
Color Harmonies of #D5719E
Complementary color
Monochromatic Colors of #D5719E
Black with #D5719E
Text Example
Text Example
White with #D5719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5719E; }
p { color: rgb(213,113,158); }
H1.HeaderClassName
{
color: #D5719E;
}
.AnyTagClassName
{
color: #D5719E;
}
</style>
background-color css
<style>
a { background-color: #D5719E; }
a { background-color: rgb(213,113,158); }
div.DivClassName
{
background-color: #D5719E;
}
.BgClassName
{
background-color: #D5719E;
}
</style>
border-color css
<style>
span { border-color: #D5719E; }
span { border-color: rgb(213,113,158); }
td.TdClassName
{
border-color: #D5719E;
}
.TagClassName
{
border-color: #D5719E;
}
</style>