Shades of Hopbush #D46494
Tints of Hopbush #D46494
RGB
CMYK
RGB Variations
Color information
#D46494 (or 0xD46494) is known color: Hopbush. HEX triplet: D4, 64 and 94. RGB value is (212,100,148). Sum of RGB (Red+Green+Blue) = 212+100+148=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D46494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46494 is #2B9B6B. Grayscale: #8A8A8A. Windows color (decimal): -2857836 or 9725140. OLE color: 9725140.
HSL color Cylindrical-coordinate representation of color #D46494: hue angle of 334.29º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46494 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 148 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.17 |
| HSL | 334.29º | 0.57% | 0.61% | - |
| HSV(B) | 334.29º | 0.53% | 0.83% | - |
| XYZ | 37.05 | 25.25 | 30.94 | - |
| YUV | 138.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 148 | 0 | 0.53 | 0.30 | 0.17 | 334.29 | 0.57 | 0.61 |
| Hex | D4 | 64 | 94 | 0 | 35 | 1E | 11 | 14E | 39 | 3D |
| Octal | 324 | 144 | 224 | 0 | 65 | 36 | 21 | 516 | 71 | 75 |
| Binary | 11010100 | 1100100 | 10010100 | 0 | 110101 | 11110 | 10001 | 101001110 | 111001 | 111101 |
Color Harmonies of #D46494
Complementary color
Monochromatic Colors of #D46494
Black with #D46494
Text Example
Text Example
White with #D46494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46494; }
p { color: rgb(212,100,148); }
H1.HeaderClassName
{
color: #D46494;
}
.AnyTagClassName
{
color: #D46494;
}
</style>
background-color css
<style>
a { background-color: #D46494; }
a { background-color: rgb(212,100,148); }
div.DivClassName
{
background-color: #D46494;
}
.BgClassName
{
background-color: #D46494;
}
</style>
border-color css
<style>
span { border-color: #D46494; }
span { border-color: rgb(212,100,148); }
td.TdClassName
{
border-color: #D46494;
}
.TagClassName
{
border-color: #D46494;
}
</style>