Shades of Hopbush #D46FAC
Tints of Hopbush #D46FAC
RGB
CMYK
RGB Variations
Color information
#D46FAC (or 0xD46FAC) is known color: Hopbush. HEX triplet: D4, 6F and AC. RGB value is (212,111,172). Sum of RGB (Red+Green+Blue) = 212+111+172=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46FAC is #2B9053. Grayscale: #949494. Windows color (decimal): -2854996 or 11300820. OLE color: 11300820.
HSL color Cylindrical-coordinate representation of color #D46FAC: hue angle of 323.76º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FAC is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 172 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.17 |
| HSL | 323.76º | 0.54% | 0.63% | - |
| HSV(B) | 323.76º | 0.48% | 0.83% | - |
| XYZ | 40.28 | 28.34 | 42.38 | - |
| YUV | 148.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 172 | 0 | 0.48 | 0.19 | 0.17 | 323.76 | 0.54 | 0.63 |
| Hex | D4 | 6F | AC | 0 | 30 | 13 | 11 | 144 | 36 | 3F |
| Octal | 324 | 157 | 254 | 0 | 60 | 23 | 21 | 504 | 66 | 77 |
| Binary | 11010100 | 1101111 | 10101100 | 0 | 110000 | 10011 | 10001 | 101000100 | 110110 | 111111 |
Color Harmonies of #D46FAC
Complementary color
Monochromatic Colors of #D46FAC
Black with #D46FAC
Text Example
Text Example
White with #D46FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FAC; }
p { color: rgb(212,111,172); }
H1.HeaderClassName
{
color: #D46FAC;
}
.AnyTagClassName
{
color: #D46FAC;
}
</style>
background-color css
<style>
a { background-color: #D46FAC; }
a { background-color: rgb(212,111,172); }
div.DivClassName
{
background-color: #D46FAC;
}
.BgClassName
{
background-color: #D46FAC;
}
</style>
border-color css
<style>
span { border-color: #D46FAC; }
span { border-color: rgb(212,111,172); }
td.TdClassName
{
border-color: #D46FAC;
}
.TagClassName
{
border-color: #D46FAC;
}
</style>