Shades of Hopbush #D46793
Tints of Hopbush #D46793
RGB
CMYK
RGB Variations
Color information
#D46793 (or 0xD46793) is known color: Hopbush. HEX triplet: D4, 67 and 93. RGB value is (212,103,147). Sum of RGB (Red+Green+Blue) = 212+103+147=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D46793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46793 is #2B986C. Grayscale: #8C8C8C. Windows color (decimal): -2857069 or 9660372. OLE color: 9660372.
HSL color Cylindrical-coordinate representation of color #D46793: hue angle of 335.78º 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 #D46793 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 147 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.17 |
| HSL | 335.78º | 0.56% | 0.62% | - |
| HSV(B) | 335.78º | 0.51% | 0.83% | - |
| XYZ | 37.27 | 25.8 | 30.62 | - |
| YUV | 140.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 147 | 0 | 0.51 | 0.31 | 0.17 | 335.78 | 0.56 | 0.62 |
| Hex | D4 | 67 | 93 | 0 | 33 | 1F | 11 | 150 | 38 | 3E |
| Octal | 324 | 147 | 223 | 0 | 63 | 37 | 21 | 520 | 70 | 76 |
| Binary | 11010100 | 1100111 | 10010011 | 0 | 110011 | 11111 | 10001 | 101010000 | 111000 | 111110 |
Color Harmonies of #D46793
Complementary color
Monochromatic Colors of #D46793
Black with #D46793
Text Example
Text Example
White with #D46793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46793; }
p { color: rgb(212,103,147); }
H1.HeaderClassName
{
color: #D46793;
}
.AnyTagClassName
{
color: #D46793;
}
</style>
background-color css
<style>
a { background-color: #D46793; }
a { background-color: rgb(212,103,147); }
div.DivClassName
{
background-color: #D46793;
}
.BgClassName
{
background-color: #D46793;
}
</style>
border-color css
<style>
span { border-color: #D46793; }
span { border-color: rgb(212,103,147); }
td.TdClassName
{
border-color: #D46793;
}
.TagClassName
{
border-color: #D46793;
}
</style>