Shades of Hopbush #D36CAA
Tints of Hopbush #D36CAA
RGB
CMYK
RGB Variations
Color information
#D36CAA (or 0xD36CAA) is known color: Hopbush. HEX triplet: D3, 6C and AA. RGB value is (211,108,170). Sum of RGB (Red+Green+Blue) = 211+108+170=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36CAA is #2C9355. Grayscale: #919191. Windows color (decimal): -2921302 or 11168979. OLE color: 11168979.
HSL color Cylindrical-coordinate representation of color #D36CAA: hue angle of 323.88º 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 #D36CAA is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 170 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.17 |
| HSL | 323.88º | 0.54% | 0.63% | - |
| HSV(B) | 323.88º | 0.49% | 0.83% | - |
| XYZ | 39.48 | 27.48 | 41.25 | - |
| YUV | 145.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 170 | 0 | 0.49 | 0.19 | 0.17 | 323.88 | 0.54 | 0.63 |
| Hex | D3 | 6C | AA | 0 | 31 | 13 | 11 | 144 | 36 | 3F |
| Octal | 323 | 154 | 252 | 0 | 61 | 23 | 21 | 504 | 66 | 77 |
| Binary | 11010011 | 1101100 | 10101010 | 0 | 110001 | 10011 | 10001 | 101000100 | 110110 | 111111 |
Color Harmonies of #D36CAA
Complementary color
Monochromatic Colors of #D36CAA
Black with #D36CAA
Text Example
Text Example
White with #D36CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CAA; }
p { color: rgb(211,108,170); }
H1.HeaderClassName
{
color: #D36CAA;
}
.AnyTagClassName
{
color: #D36CAA;
}
</style>
background-color css
<style>
a { background-color: #D36CAA; }
a { background-color: rgb(211,108,170); }
div.DivClassName
{
background-color: #D36CAA;
}
.BgClassName
{
background-color: #D36CAA;
}
</style>
border-color css
<style>
span { border-color: #D36CAA; }
span { border-color: rgb(211,108,170); }
td.TdClassName
{
border-color: #D36CAA;
}
.TagClassName
{
border-color: #D36CAA;
}
</style>