Shades of Hopbush #D56BAF
Tints of Hopbush #D56BAF
RGB
CMYK
RGB Variations
Color information
#D56BAF (or 0xD56BAF) is known color: Hopbush. HEX triplet: D5, 6B and AF. RGB value is (213,107,175). Sum of RGB (Red+Green+Blue) = 213+107+175=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56BAF is #2A9450. Grayscale: #929292. Windows color (decimal): -2790481 or 11496405. OLE color: 11496405.
HSL color Cylindrical-coordinate representation of color #D56BAF: hue angle of 321.51º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56BAF is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 175 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.16 |
| HSL | 321.51º | 0.56% | 0.63% | - |
| HSV(B) | 321.51º | 0.5% | 0.84% | - |
| XYZ | 40.44 | 27.76 | 43.78 | - |
| YUV | 146.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 175 | 0 | 0.50 | 0.18 | 0.16 | 321.51 | 0.56 | 0.63 |
| Hex | D5 | 6B | AF | 0 | 32 | 12 | 10 | 142 | 38 | 3F |
| Octal | 325 | 153 | 257 | 0 | 62 | 22 | 20 | 502 | 70 | 77 |
| Binary | 11010101 | 1101011 | 10101111 | 0 | 110010 | 10010 | 10000 | 101000010 | 111000 | 111111 |
Color Harmonies of #D56BAF
Complementary color
Monochromatic Colors of #D56BAF
Black with #D56BAF
Text Example
Text Example
White with #D56BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BAF; }
p { color: rgb(213,107,175); }
H1.HeaderClassName
{
color: #D56BAF;
}
.AnyTagClassName
{
color: #D56BAF;
}
</style>
background-color css
<style>
a { background-color: #D56BAF; }
a { background-color: rgb(213,107,175); }
div.DivClassName
{
background-color: #D56BAF;
}
.BgClassName
{
background-color: #D56BAF;
}
</style>
border-color css
<style>
span { border-color: #D56BAF; }
span { border-color: rgb(213,107,175); }
td.TdClassName
{
border-color: #D56BAF;
}
.TagClassName
{
border-color: #D56BAF;
}
</style>