Shades of Hopbush #D36BA4
Tints of Hopbush #D36BA4
RGB
CMYK
RGB Variations
Color information
#D36BA4 (or 0xD36BA4) is known color: Hopbush. HEX triplet: D3, 6B and A4. RGB value is (211,107,164). Sum of RGB (Red+Green+Blue) = 211+107+164=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36BA4 is #2C945B. Grayscale: #909090. Windows color (decimal): -2921564 or 10775507. OLE color: 10775507.
HSL color Cylindrical-coordinate representation of color #D36BA4: hue angle of 327.12º 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 #D36BA4 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 164 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.17 |
| HSL | 327.12º | 0.54% | 0.62% | - |
| HSV(B) | 327.12º | 0.49% | 0.83% | - |
| XYZ | 38.82 | 27.04 | 38.3 | - |
| YUV | 144.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 164 | 0 | 0.49 | 0.22 | 0.17 | 327.12 | 0.54 | 0.62 |
| Hex | D3 | 6B | A4 | 0 | 31 | 16 | 11 | 147 | 36 | 3E |
| Octal | 323 | 153 | 244 | 0 | 61 | 26 | 21 | 507 | 66 | 76 |
| Binary | 11010011 | 1101011 | 10100100 | 0 | 110001 | 10110 | 10001 | 101000111 | 110110 | 111110 |
Color Harmonies of #D36BA4
Complementary color
Monochromatic Colors of #D36BA4
Black with #D36BA4
Text Example
Text Example
White with #D36BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BA4; }
p { color: rgb(211,107,164); }
H1.HeaderClassName
{
color: #D36BA4;
}
.AnyTagClassName
{
color: #D36BA4;
}
</style>
background-color css
<style>
a { background-color: #D36BA4; }
a { background-color: rgb(211,107,164); }
div.DivClassName
{
background-color: #D36BA4;
}
.BgClassName
{
background-color: #D36BA4;
}
</style>
border-color css
<style>
span { border-color: #D36BA4; }
span { border-color: rgb(211,107,164); }
td.TdClassName
{
border-color: #D36BA4;
}
.TagClassName
{
border-color: #D36BA4;
}
</style>