Shades of Hopbush #D46CA6
Tints of Hopbush #D46CA6
RGB
CMYK
RGB Variations
Color information
#D46CA6 (or 0xD46CA6) is known color: Hopbush. HEX triplet: D4, 6C and A6. RGB value is (212,108,166). Sum of RGB (Red+Green+Blue) = 212+108+166=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46CA6 is #2B9359. Grayscale: #919191. Windows color (decimal): -2855770 or 10906836. OLE color: 10906836.
HSL color Cylindrical-coordinate representation of color #D46CA6: hue angle of 326.54º degrees, saturation: 0.55, 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 #D46CA6 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 166 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.17 |
| HSL | 326.54º | 0.55% | 0.63% | - |
| HSV(B) | 326.54º | 0.49% | 0.83% | - |
| XYZ | 39.4 | 27.48 | 39.3 | - |
| YUV | 145.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 166 | 0 | 0.49 | 0.22 | 0.17 | 326.54 | 0.55 | 0.63 |
| Hex | D4 | 6C | A6 | 0 | 31 | 16 | 11 | 147 | 37 | 3F |
| Octal | 324 | 154 | 246 | 0 | 61 | 26 | 21 | 507 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10100110 | 0 | 110001 | 10110 | 10001 | 101000111 | 110111 | 111111 |
Color Harmonies of #D46CA6
Complementary color
Monochromatic Colors of #D46CA6
Black with #D46CA6
Text Example
Text Example
White with #D46CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CA6; }
p { color: rgb(212,108,166); }
H1.HeaderClassName
{
color: #D46CA6;
}
.AnyTagClassName
{
color: #D46CA6;
}
</style>
background-color css
<style>
a { background-color: #D46CA6; }
a { background-color: rgb(212,108,166); }
div.DivClassName
{
background-color: #D46CA6;
}
.BgClassName
{
background-color: #D46CA6;
}
</style>
border-color css
<style>
span { border-color: #D46CA6; }
span { border-color: rgb(212,108,166); }
td.TdClassName
{
border-color: #D46CA6;
}
.TagClassName
{
border-color: #D46CA6;
}
</style>