Shades of Hopbush #D46CA2
Tints of Hopbush #D46CA2
RGB
CMYK
RGB Variations
Color information
#D46CA2 (or 0xD46CA2) is known color: Hopbush. HEX triplet: D4, 6C and A2. RGB value is (212,108,162). Sum of RGB (Red+Green+Blue) = 212+108+162=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46CA2 is #2B935D. Grayscale: #919191. Windows color (decimal): -2855774 or 10644692. OLE color: 10644692.
HSL color Cylindrical-coordinate representation of color #D46CA2: hue angle of 328.85º 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 #D46CA2 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 162 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.17 |
| HSL | 328.85º | 0.55% | 0.63% | - |
| HSV(B) | 328.85º | 0.49% | 0.83% | - |
| XYZ | 39.04 | 27.33 | 37.4 | - |
| YUV | 145.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 162 | 0 | 0.49 | 0.24 | 0.17 | 328.85 | 0.55 | 0.63 |
| Hex | D4 | 6C | A2 | 0 | 31 | 18 | 11 | 149 | 37 | 3F |
| Octal | 324 | 154 | 242 | 0 | 61 | 30 | 21 | 511 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10100010 | 0 | 110001 | 11000 | 10001 | 101001001 | 110111 | 111111 |
Color Harmonies of #D46CA2
Complementary color
Monochromatic Colors of #D46CA2
Black with #D46CA2
Text Example
Text Example
White with #D46CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CA2; }
p { color: rgb(212,108,162); }
H1.HeaderClassName
{
color: #D46CA2;
}
.AnyTagClassName
{
color: #D46CA2;
}
</style>
background-color css
<style>
a { background-color: #D46CA2; }
a { background-color: rgb(212,108,162); }
div.DivClassName
{
background-color: #D46CA2;
}
.BgClassName
{
background-color: #D46CA2;
}
</style>
border-color css
<style>
span { border-color: #D46CA2; }
span { border-color: rgb(212,108,162); }
td.TdClassName
{
border-color: #D46CA2;
}
.TagClassName
{
border-color: #D46CA2;
}
</style>