Shades of Hopbush #D46697
Tints of Hopbush #D46697
RGB
CMYK
RGB Variations
Color information
#D46697 (or 0xD46697) is known color: Hopbush. HEX triplet: D4, 66 and 97. RGB value is (212,102,151). Sum of RGB (Red+Green+Blue) = 212+102+151=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D46697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46697 is #2B9968. Grayscale: #8C8C8C. Windows color (decimal): -2857321 or 9922260. OLE color: 9922260.
HSL color Cylindrical-coordinate representation of color #D46697: hue angle of 333.27º 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 #D46697 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 151 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.17 |
| HSL | 333.27º | 0.56% | 0.62% | - |
| HSV(B) | 333.27º | 0.52% | 0.83% | - |
| XYZ | 37.49 | 25.73 | 32.27 | - |
| YUV | 140.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 151 | 0 | 0.52 | 0.29 | 0.17 | 333.27 | 0.56 | 0.62 |
| Hex | D4 | 66 | 97 | 0 | 34 | 1D | 11 | 14D | 38 | 3E |
| Octal | 324 | 146 | 227 | 0 | 64 | 35 | 21 | 515 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10010111 | 0 | 110100 | 11101 | 10001 | 101001101 | 111000 | 111110 |
Color Harmonies of #D46697
Complementary color
Monochromatic Colors of #D46697
Black with #D46697
Text Example
Text Example
White with #D46697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46697; }
p { color: rgb(212,102,151); }
H1.HeaderClassName
{
color: #D46697;
}
.AnyTagClassName
{
color: #D46697;
}
</style>
background-color css
<style>
a { background-color: #D46697; }
a { background-color: rgb(212,102,151); }
div.DivClassName
{
background-color: #D46697;
}
.BgClassName
{
background-color: #D46697;
}
</style>
border-color css
<style>
span { border-color: #D46697; }
span { border-color: rgb(212,102,151); }
td.TdClassName
{
border-color: #D46697;
}
.TagClassName
{
border-color: #D46697;
}
</style>