Shades of Hopbush #D46CA0
Tints of Hopbush #D46CA0
RGB
CMYK
RGB Variations
Color information
#D46CA0 (or 0xD46CA0) is known color: Hopbush. HEX triplet: D4, 6C and A0. RGB value is (212,108,160). Sum of RGB (Red+Green+Blue) = 212+108+160=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46CA0 is #2B935F. Grayscale: #909090. Windows color (decimal): -2855776 or 10513620. OLE color: 10513620.
HSL color Cylindrical-coordinate representation of color #D46CA0: hue angle of 330º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46CA0 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 160 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.17 |
| HSL | 330º | 0.55% | 0.63% | - |
| HSV(B) | 330º | 0.49% | 0.83% | - |
| XYZ | 38.86 | 27.26 | 36.47 | - |
| YUV | 145.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 160 | 0 | 0.49 | 0.25 | 0.17 | 330 | 0.55 | 0.63 |
| Hex | D4 | 6C | A0 | 0 | 31 | 19 | 11 | 14A | 37 | 3F |
| Octal | 324 | 154 | 240 | 0 | 61 | 31 | 21 | 512 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10100000 | 0 | 110001 | 11001 | 10001 | 101001010 | 110111 | 111111 |
Color Harmonies of #D46CA0
Complementary color
Monochromatic Colors of #D46CA0
Black with #D46CA0
Text Example
Text Example
White with #D46CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CA0; }
p { color: rgb(212,108,160); }
H1.HeaderClassName
{
color: #D46CA0;
}
.AnyTagClassName
{
color: #D46CA0;
}
</style>
background-color css
<style>
a { background-color: #D46CA0; }
a { background-color: rgb(212,108,160); }
div.DivClassName
{
background-color: #D46CA0;
}
.BgClassName
{
background-color: #D46CA0;
}
</style>
border-color css
<style>
span { border-color: #D46CA0; }
span { border-color: rgb(212,108,160); }
td.TdClassName
{
border-color: #D46CA0;
}
.TagClassName
{
border-color: #D46CA0;
}
</style>