Shades of Hopbush #D46FB2
Tints of Hopbush #D46FB2
RGB
CMYK
RGB Variations
Color information
#D46FB2 (or 0xD46FB2) is known color: Hopbush. HEX triplet: D4, 6F and B2. RGB value is (212,111,178). Sum of RGB (Red+Green+Blue) = 212+111+178=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46FB2 is #2B904D. Grayscale: #949494. Windows color (decimal): -2854990 or 11694036. OLE color: 11694036.
HSL color Cylindrical-coordinate representation of color #D46FB2: hue angle of 320.2º 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 #D46FB2 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 178 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.17 |
| HSL | 320.2º | 0.54% | 0.63% | - |
| HSV(B) | 320.2º | 0.48% | 0.83% | - |
| XYZ | 40.87 | 28.58 | 45.48 | - |
| YUV | 148.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 178 | 0 | 0.48 | 0.16 | 0.17 | 320.2 | 0.54 | 0.63 |
| Hex | D4 | 6F | B2 | 0 | 30 | 10 | 11 | 140 | 36 | 3F |
| Octal | 324 | 157 | 262 | 0 | 60 | 20 | 21 | 500 | 66 | 77 |
| Binary | 11010100 | 1101111 | 10110010 | 0 | 110000 | 10000 | 10001 | 101000000 | 110110 | 111111 |
Color Harmonies of #D46FB2
Complementary color
Monochromatic Colors of #D46FB2
Black with #D46FB2
Text Example
Text Example
White with #D46FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FB2; }
p { color: rgb(212,111,178); }
H1.HeaderClassName
{
color: #D46FB2;
}
.AnyTagClassName
{
color: #D46FB2;
}
</style>
background-color css
<style>
a { background-color: #D46FB2; }
a { background-color: rgb(212,111,178); }
div.DivClassName
{
background-color: #D46FB2;
}
.BgClassName
{
background-color: #D46FB2;
}
</style>
border-color css
<style>
span { border-color: #D46FB2; }
span { border-color: rgb(212,111,178); }
td.TdClassName
{
border-color: #D46FB2;
}
.TagClassName
{
border-color: #D46FB2;
}
</style>