Shades of Hopbush #D46DAA
Tints of Hopbush #D46DAA
RGB
CMYK
RGB Variations
Color information
#D46DAA (or 0xD46DAA) is known color: Hopbush. HEX triplet: D4, 6D and AA. RGB value is (212,109,170). Sum of RGB (Red+Green+Blue) = 212+109+170=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46DAA is #2B9255. Grayscale: #929292. Windows color (decimal): -2855510 or 11169236. OLE color: 11169236.
HSL color Cylindrical-coordinate representation of color #D46DAA: hue angle of 324.47º 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 #D46DAA is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 170 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.17 |
| HSL | 324.47º | 0.54% | 0.63% | - |
| HSV(B) | 324.47º | 0.49% | 0.83% | - |
| XYZ | 39.88 | 27.84 | 41.3 | - |
| YUV | 146.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 170 | 0 | 0.49 | 0.20 | 0.17 | 324.47 | 0.54 | 0.63 |
| Hex | D4 | 6D | AA | 0 | 31 | 14 | 11 | 144 | 36 | 3F |
| Octal | 324 | 155 | 252 | 0 | 61 | 24 | 21 | 504 | 66 | 77 |
| Binary | 11010100 | 1101101 | 10101010 | 0 | 110001 | 10100 | 10001 | 101000100 | 110110 | 111111 |
Color Harmonies of #D46DAA
Complementary color
Monochromatic Colors of #D46DAA
Black with #D46DAA
Text Example
Text Example
White with #D46DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DAA; }
p { color: rgb(212,109,170); }
H1.HeaderClassName
{
color: #D46DAA;
}
.AnyTagClassName
{
color: #D46DAA;
}
</style>
background-color css
<style>
a { background-color: #D46DAA; }
a { background-color: rgb(212,109,170); }
div.DivClassName
{
background-color: #D46DAA;
}
.BgClassName
{
background-color: #D46DAA;
}
</style>
border-color css
<style>
span { border-color: #D46DAA; }
span { border-color: rgb(212,109,170); }
td.TdClassName
{
border-color: #D46DAA;
}
.TagClassName
{
border-color: #D46DAA;
}
</style>