Shades of Hopbush #D46BA3
Tints of Hopbush #D46BA3
RGB
CMYK
RGB Variations
Color information
#D46BA3 (or 0xD46BA3) is known color: Hopbush. HEX triplet: D4, 6B and A3. RGB value is (212,107,163). Sum of RGB (Red+Green+Blue) = 212+107+163=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46BA3 is #2B945C. Grayscale: #909090. Windows color (decimal): -2856029 or 10709972. OLE color: 10709972.
HSL color Cylindrical-coordinate representation of color #D46BA3: hue angle of 328º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BA3 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 163 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.17 |
| HSL | 328º | 0.55% | 0.63% | - |
| HSV(B) | 328º | 0.5% | 0.83% | - |
| XYZ | 39.02 | 27.16 | 37.84 | - |
| YUV | 144.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 163 | 0 | 0.50 | 0.23 | 0.17 | 328 | 0.55 | 0.63 |
| Hex | D4 | 6B | A3 | 0 | 32 | 17 | 11 | 148 | 37 | 3F |
| Octal | 324 | 153 | 243 | 0 | 62 | 27 | 21 | 510 | 67 | 77 |
| Binary | 11010100 | 1101011 | 10100011 | 0 | 110010 | 10111 | 10001 | 101001000 | 110111 | 111111 |
Color Harmonies of #D46BA3
Complementary color
Monochromatic Colors of #D46BA3
Black with #D46BA3
Text Example
Text Example
White with #D46BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BA3; }
p { color: rgb(212,107,163); }
H1.HeaderClassName
{
color: #D46BA3;
}
.AnyTagClassName
{
color: #D46BA3;
}
</style>
background-color css
<style>
a { background-color: #D46BA3; }
a { background-color: rgb(212,107,163); }
div.DivClassName
{
background-color: #D46BA3;
}
.BgClassName
{
background-color: #D46BA3;
}
</style>
border-color css
<style>
span { border-color: #D46BA3; }
span { border-color: rgb(212,107,163); }
td.TdClassName
{
border-color: #D46BA3;
}
.TagClassName
{
border-color: #D46BA3;
}
</style>