Shades of Hopbush #D36BA6
Tints of Hopbush #D36BA6
RGB
CMYK
RGB Variations
Color information
#D36BA6 (or 0xD36BA6) is known color: Hopbush. HEX triplet: D3, 6B and A6. RGB value is (211,107,166). Sum of RGB (Red+Green+Blue) = 211+107+166=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36BA6 is #2C9459. Grayscale: #909090. Windows color (decimal): -2921562 or 10906579. OLE color: 10906579.
HSL color Cylindrical-coordinate representation of color #D36BA6: hue angle of 325.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36BA6 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 166 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.17 |
| HSL | 325.96º | 0.54% | 0.62% | - |
| HSV(B) | 325.96º | 0.49% | 0.83% | - |
| XYZ | 39 | 27.12 | 39.25 | - |
| YUV | 144.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 166 | 0 | 0.49 | 0.21 | 0.17 | 325.96 | 0.54 | 0.62 |
| Hex | D3 | 6B | A6 | 0 | 31 | 15 | 11 | 146 | 36 | 3E |
| Octal | 323 | 153 | 246 | 0 | 61 | 25 | 21 | 506 | 66 | 76 |
| Binary | 11010011 | 1101011 | 10100110 | 0 | 110001 | 10101 | 10001 | 101000110 | 110110 | 111110 |
Color Harmonies of #D36BA6
Complementary color
Monochromatic Colors of #D36BA6
Black with #D36BA6
Text Example
Text Example
White with #D36BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BA6; }
p { color: rgb(211,107,166); }
H1.HeaderClassName
{
color: #D36BA6;
}
.AnyTagClassName
{
color: #D36BA6;
}
</style>
background-color css
<style>
a { background-color: #D36BA6; }
a { background-color: rgb(211,107,166); }
div.DivClassName
{
background-color: #D36BA6;
}
.BgClassName
{
background-color: #D36BA6;
}
</style>
border-color css
<style>
span { border-color: #D36BA6; }
span { border-color: rgb(211,107,166); }
td.TdClassName
{
border-color: #D36BA6;
}
.TagClassName
{
border-color: #D36BA6;
}
</style>