Shades of Hopbush #D46694
Tints of Hopbush #D46694
RGB
CMYK
RGB Variations
Color information
#D46694 (or 0xD46694) is known color: Hopbush. HEX triplet: D4, 66 and 94. RGB value is (212,102,148). Sum of RGB (Red+Green+Blue) = 212+102+148=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D46694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46694 is #2B996B. Grayscale: #8C8C8C. Windows color (decimal): -2857324 or 9725652. OLE color: 9725652.
HSL color Cylindrical-coordinate representation of color #D46694: hue angle of 334.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46694 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 148 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.17 |
| HSL | 334.91º | 0.56% | 0.62% | - |
| HSV(B) | 334.91º | 0.52% | 0.83% | - |
| XYZ | 37.25 | 25.64 | 31 | - |
| YUV | 140.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 148 | 0 | 0.52 | 0.30 | 0.17 | 334.91 | 0.56 | 0.62 |
| Hex | D4 | 66 | 94 | 0 | 34 | 1E | 11 | 14F | 38 | 3E |
| Octal | 324 | 146 | 224 | 0 | 64 | 36 | 21 | 517 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10010100 | 0 | 110100 | 11110 | 10001 | 101001111 | 111000 | 111110 |
Color Harmonies of #D46694
Complementary color
Monochromatic Colors of #D46694
Black with #D46694
Text Example
Text Example
White with #D46694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46694; }
p { color: rgb(212,102,148); }
H1.HeaderClassName
{
color: #D46694;
}
.AnyTagClassName
{
color: #D46694;
}
</style>
background-color css
<style>
a { background-color: #D46694; }
a { background-color: rgb(212,102,148); }
div.DivClassName
{
background-color: #D46694;
}
.BgClassName
{
background-color: #D46694;
}
</style>
border-color css
<style>
span { border-color: #D46694; }
span { border-color: rgb(212,102,148); }
td.TdClassName
{
border-color: #D46694;
}
.TagClassName
{
border-color: #D46694;
}
</style>