Shades of Hopbush #D36CB2
Tints of Hopbush #D36CB2
RGB
CMYK
RGB Variations
Color information
#D36CB2 (or 0xD36CB2) is known color: Hopbush. HEX triplet: D3, 6C and B2. RGB value is (211,108,178). Sum of RGB (Red+Green+Blue) = 211+108+178=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36CB2 is #2C934D. Grayscale: #929292. Windows color (decimal): -2921294 or 11693267. OLE color: 11693267.
HSL color Cylindrical-coordinate representation of color #D36CB2: hue angle of 319.22º 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 #D36CB2 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 178 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.17 |
| HSL | 319.22º | 0.54% | 0.63% | - |
| HSV(B) | 319.22º | 0.49% | 0.83% | - |
| XYZ | 40.26 | 27.79 | 45.36 | - |
| YUV | 146.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 178 | 0 | 0.49 | 0.16 | 0.17 | 319.22 | 0.54 | 0.63 |
| Hex | D3 | 6C | B2 | 0 | 31 | 10 | 11 | 13F | 36 | 3F |
| Octal | 323 | 154 | 262 | 0 | 61 | 20 | 21 | 477 | 66 | 77 |
| Binary | 11010011 | 1101100 | 10110010 | 0 | 110001 | 10000 | 10001 | 100111111 | 110110 | 111111 |
Color Harmonies of #D36CB2
Complementary color
Monochromatic Colors of #D36CB2
Black with #D36CB2
Text Example
Text Example
White with #D36CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CB2; }
p { color: rgb(211,108,178); }
H1.HeaderClassName
{
color: #D36CB2;
}
.AnyTagClassName
{
color: #D36CB2;
}
</style>
background-color css
<style>
a { background-color: #D36CB2; }
a { background-color: rgb(211,108,178); }
div.DivClassName
{
background-color: #D36CB2;
}
.BgClassName
{
background-color: #D36CB2;
}
</style>
border-color css
<style>
span { border-color: #D36CB2; }
span { border-color: rgb(211,108,178); }
td.TdClassName
{
border-color: #D36CB2;
}
.TagClassName
{
border-color: #D36CB2;
}
</style>