Shades of Hopbush #D46795
Tints of Hopbush #D46795
RGB
CMYK
RGB Variations
Color information
#D46795 (or 0xD46795) is known color: Hopbush. HEX triplet: D4, 67 and 95. RGB value is (212,103,149). Sum of RGB (Red+Green+Blue) = 212+103+149=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D46795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46795 is #2B986A. Grayscale: #8C8C8C. Windows color (decimal): -2857067 or 9791444. OLE color: 9791444.
HSL color Cylindrical-coordinate representation of color #D46795: hue angle of 334.68º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46795 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 149 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.17 |
| HSL | 334.68º | 0.56% | 0.62% | - |
| HSV(B) | 334.68º | 0.51% | 0.83% | - |
| XYZ | 37.43 | 25.87 | 31.45 | - |
| YUV | 140.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 149 | 0 | 0.51 | 0.30 | 0.17 | 334.68 | 0.56 | 0.62 |
| Hex | D4 | 67 | 95 | 0 | 33 | 1E | 11 | 14F | 38 | 3E |
| Octal | 324 | 147 | 225 | 0 | 63 | 36 | 21 | 517 | 70 | 76 |
| Binary | 11010100 | 1100111 | 10010101 | 0 | 110011 | 11110 | 10001 | 101001111 | 111000 | 111110 |
Color Harmonies of #D46795
Complementary color
Monochromatic Colors of #D46795
Black with #D46795
Text Example
Text Example
White with #D46795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46795; }
p { color: rgb(212,103,149); }
H1.HeaderClassName
{
color: #D46795;
}
.AnyTagClassName
{
color: #D46795;
}
</style>
background-color css
<style>
a { background-color: #D46795; }
a { background-color: rgb(212,103,149); }
div.DivClassName
{
background-color: #D46795;
}
.BgClassName
{
background-color: #D46795;
}
</style>
border-color css
<style>
span { border-color: #D46795; }
span { border-color: rgb(212,103,149); }
td.TdClassName
{
border-color: #D46795;
}
.TagClassName
{
border-color: #D46795;
}
</style>