Shades of Hopbush #D36CB1
Tints of Hopbush #D36CB1
RGB
CMYK
RGB Variations
Color information
#D36CB1 (or 0xD36CB1) is known color: Hopbush. HEX triplet: D3, 6C and B1. RGB value is (211,108,177). Sum of RGB (Red+Green+Blue) = 211+108+177=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36CB1 is #2C934E. Grayscale: #929292. Windows color (decimal): -2921295 or 11627731. OLE color: 11627731.
HSL color Cylindrical-coordinate representation of color #D36CB1: hue angle of 319.81º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36CB1 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 177 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.17 |
| HSL | 319.81º | 0.54% | 0.63% | - |
| HSV(B) | 319.81º | 0.49% | 0.83% | - |
| XYZ | 40.16 | 27.75 | 44.83 | - |
| YUV | 146.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 177 | 0 | 0.49 | 0.16 | 0.17 | 319.81 | 0.54 | 0.63 |
| Hex | D3 | 6C | B1 | 0 | 31 | 10 | 11 | 140 | 36 | 3F |
| Octal | 323 | 154 | 261 | 0 | 61 | 20 | 21 | 500 | 66 | 77 |
| Binary | 11010011 | 1101100 | 10110001 | 0 | 110001 | 10000 | 10001 | 101000000 | 110110 | 111111 |
Color Harmonies of #D36CB1
Complementary color
Monochromatic Colors of #D36CB1
Black with #D36CB1
Text Example
Text Example
White with #D36CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CB1; }
p { color: rgb(211,108,177); }
H1.HeaderClassName
{
color: #D36CB1;
}
.AnyTagClassName
{
color: #D36CB1;
}
</style>
background-color css
<style>
a { background-color: #D36CB1; }
a { background-color: rgb(211,108,177); }
div.DivClassName
{
background-color: #D36CB1;
}
.BgClassName
{
background-color: #D36CB1;
}
</style>
border-color css
<style>
span { border-color: #D36CB1; }
span { border-color: rgb(211,108,177); }
td.TdClassName
{
border-color: #D36CB1;
}
.TagClassName
{
border-color: #D36CB1;
}
</style>