Shades of Hopbush #D36BAE
Tints of Hopbush #D36BAE
RGB
CMYK
RGB Variations
Color information
#D36BAE (or 0xD36BAE) is known color: Hopbush. HEX triplet: D3, 6B and AE. RGB value is (211,107,174). Sum of RGB (Red+Green+Blue) = 211+107+174=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36BAE is #2C9451. Grayscale: #919191. Windows color (decimal): -2921554 or 11430867. OLE color: 11430867.
HSL color Cylindrical-coordinate representation of color #D36BAE: hue angle of 321.35º 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 #D36BAE is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 174 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.17 |
| HSL | 321.35º | 0.54% | 0.62% | - |
| HSV(B) | 321.35º | 0.49% | 0.83% | - |
| XYZ | 39.76 | 27.42 | 43.24 | - |
| YUV | 145.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 174 | 0 | 0.49 | 0.18 | 0.17 | 321.35 | 0.54 | 0.62 |
| Hex | D3 | 6B | AE | 0 | 31 | 12 | 11 | 141 | 36 | 3E |
| Octal | 323 | 153 | 256 | 0 | 61 | 22 | 21 | 501 | 66 | 76 |
| Binary | 11010011 | 1101011 | 10101110 | 0 | 110001 | 10010 | 10001 | 101000001 | 110110 | 111110 |
Color Harmonies of #D36BAE
Complementary color
Monochromatic Colors of #D36BAE
Black with #D36BAE
Text Example
Text Example
White with #D36BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BAE; }
p { color: rgb(211,107,174); }
H1.HeaderClassName
{
color: #D36BAE;
}
.AnyTagClassName
{
color: #D36BAE;
}
</style>
background-color css
<style>
a { background-color: #D36BAE; }
a { background-color: rgb(211,107,174); }
div.DivClassName
{
background-color: #D36BAE;
}
.BgClassName
{
background-color: #D36BAE;
}
</style>
border-color css
<style>
span { border-color: #D36BAE; }
span { border-color: rgb(211,107,174); }
td.TdClassName
{
border-color: #D36BAE;
}
.TagClassName
{
border-color: #D36BAE;
}
</style>