Shades of Hopbush #D46EAC
Tints of Hopbush #D46EAC
RGB
CMYK
RGB Variations
Color information
#D46EAC (or 0xD46EAC) is known color: Hopbush. HEX triplet: D4, 6E and AC. RGB value is (212,110,172). Sum of RGB (Red+Green+Blue) = 212+110+172=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46EAC is #2B9153. Grayscale: #939393. Windows color (decimal): -2855252 or 11300564. OLE color: 11300564.
HSL color Cylindrical-coordinate representation of color #D46EAC: hue angle of 323.53º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46EAC is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 172 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.17 |
| HSL | 323.53º | 0.54% | 0.63% | - |
| HSV(B) | 323.53º | 0.48% | 0.83% | - |
| XYZ | 40.17 | 28.13 | 42.34 | - |
| YUV | 147.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 172 | 0 | 0.48 | 0.19 | 0.17 | 323.53 | 0.54 | 0.63 |
| Hex | D4 | 6E | AC | 0 | 30 | 13 | 11 | 144 | 36 | 3F |
| Octal | 324 | 156 | 254 | 0 | 60 | 23 | 21 | 504 | 66 | 77 |
| Binary | 11010100 | 1101110 | 10101100 | 0 | 110000 | 10011 | 10001 | 101000100 | 110110 | 111111 |
Color Harmonies of #D46EAC
Complementary color
Monochromatic Colors of #D46EAC
Black with #D46EAC
Text Example
Text Example
White with #D46EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EAC; }
p { color: rgb(212,110,172); }
H1.HeaderClassName
{
color: #D46EAC;
}
.AnyTagClassName
{
color: #D46EAC;
}
</style>
background-color css
<style>
a { background-color: #D46EAC; }
a { background-color: rgb(212,110,172); }
div.DivClassName
{
background-color: #D46EAC;
}
.BgClassName
{
background-color: #D46EAC;
}
</style>
border-color css
<style>
span { border-color: #D46EAC; }
span { border-color: rgb(212,110,172); }
td.TdClassName
{
border-color: #D46EAC;
}
.TagClassName
{
border-color: #D46EAC;
}
</style>