Shades of Hopbush #D56697
Tints of Hopbush #D56697
RGB
CMYK
RGB Variations
Color information
#D56697 (or 0xD56697) is known color: Hopbush. HEX triplet: D5, 66 and 97. RGB value is (213,102,151). Sum of RGB (Red+Green+Blue) = 213+102+151=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D56697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56697 is #2A9968. Grayscale: #8C8C8C. Windows color (decimal): -2791785 or 9922261. OLE color: 9922261.
HSL color Cylindrical-coordinate representation of color #D56697: hue angle of 333.51º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56697 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 151 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.16 |
| HSL | 333.51º | 0.57% | 0.62% | - |
| HSV(B) | 333.51º | 0.52% | 0.84% | - |
| XYZ | 37.78 | 25.88 | 32.28 | - |
| YUV | 140.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 151 | 0 | 0.52 | 0.29 | 0.16 | 333.51 | 0.57 | 0.62 |
| Hex | D5 | 66 | 97 | 0 | 34 | 1D | 10 | 14E | 39 | 3E |
| Octal | 325 | 146 | 227 | 0 | 64 | 35 | 20 | 516 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10010111 | 0 | 110100 | 11101 | 10000 | 101001110 | 111001 | 111110 |
Color Harmonies of #D56697
Complementary color
Monochromatic Colors of #D56697
Black with #D56697
Text Example
Text Example
White with #D56697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56697; }
p { color: rgb(213,102,151); }
H1.HeaderClassName
{
color: #D56697;
}
.AnyTagClassName
{
color: #D56697;
}
</style>
background-color css
<style>
a { background-color: #D56697; }
a { background-color: rgb(213,102,151); }
div.DivClassName
{
background-color: #D56697;
}
.BgClassName
{
background-color: #D56697;
}
</style>
border-color css
<style>
span { border-color: #D56697; }
span { border-color: rgb(213,102,151); }
td.TdClassName
{
border-color: #D56697;
}
.TagClassName
{
border-color: #D56697;
}
</style>