Shades of Hopbush #D5689B
Tints of Hopbush #D5689B
RGB
CMYK
RGB Variations
Color information
#D5689B (or 0xD5689B) is known color: Hopbush. HEX triplet: D5, 68 and 9B. RGB value is (213,104,155). Sum of RGB (Red+Green+Blue) = 213+104+155=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5689B is #2A9764. Grayscale: #8E8E8E. Windows color (decimal): -2791269 or 10184917. OLE color: 10184917.
HSL color Cylindrical-coordinate representation of color #D5689B: hue angle of 331.93º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5689B is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 155 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.16 |
| HSL | 331.93º | 0.56% | 0.62% | - |
| HSV(B) | 331.93º | 0.51% | 0.84% | - |
| XYZ | 38.31 | 26.41 | 34.09 | - |
| YUV | 142.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 155 | 0 | 0.51 | 0.27 | 0.16 | 331.93 | 0.56 | 0.62 |
| Hex | D5 | 68 | 9B | 0 | 33 | 1B | 10 | 14C | 38 | 3E |
| Octal | 325 | 150 | 233 | 0 | 63 | 33 | 20 | 514 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10011011 | 0 | 110011 | 11011 | 10000 | 101001100 | 111000 | 111110 |
Color Harmonies of #D5689B
Complementary color
Monochromatic Colors of #D5689B
Black with #D5689B
Text Example
Text Example
White with #D5689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5689B; }
p { color: rgb(213,104,155); }
H1.HeaderClassName
{
color: #D5689B;
}
.AnyTagClassName
{
color: #D5689B;
}
</style>
background-color css
<style>
a { background-color: #D5689B; }
a { background-color: rgb(213,104,155); }
div.DivClassName
{
background-color: #D5689B;
}
.BgClassName
{
background-color: #D5689B;
}
</style>
border-color css
<style>
span { border-color: #D5689B; }
span { border-color: rgb(213,104,155); }
td.TdClassName
{
border-color: #D5689B;
}
.TagClassName
{
border-color: #D5689B;
}
</style>