Shades of Hopbush #D46CA4
Tints of Hopbush #D46CA4
RGB
CMYK
RGB Variations
Color information
#D46CA4 (or 0xD46CA4) is known color: Hopbush. HEX triplet: D4, 6C and A4. RGB value is (212,108,164). Sum of RGB (Red+Green+Blue) = 212+108+164=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46CA4 is #2B935B. Grayscale: #919191. Windows color (decimal): -2855772 or 10775764. OLE color: 10775764.
HSL color Cylindrical-coordinate representation of color #D46CA4: hue angle of 327.69º 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 #D46CA4 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 164 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.17 |
| HSL | 327.69º | 0.55% | 0.63% | - |
| HSV(B) | 327.69º | 0.49% | 0.83% | - |
| XYZ | 39.21 | 27.4 | 38.34 | - |
| YUV | 145.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 164 | 0 | 0.49 | 0.23 | 0.17 | 327.69 | 0.55 | 0.63 |
| Hex | D4 | 6C | A4 | 0 | 31 | 17 | 11 | 148 | 37 | 3F |
| Octal | 324 | 154 | 244 | 0 | 61 | 27 | 21 | 510 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10100100 | 0 | 110001 | 10111 | 10001 | 101001000 | 110111 | 111111 |
Color Harmonies of #D46CA4
Complementary color
Monochromatic Colors of #D46CA4
Black with #D46CA4
Text Example
Text Example
White with #D46CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CA4; }
p { color: rgb(212,108,164); }
H1.HeaderClassName
{
color: #D46CA4;
}
.AnyTagClassName
{
color: #D46CA4;
}
</style>
background-color css
<style>
a { background-color: #D46CA4; }
a { background-color: rgb(212,108,164); }
div.DivClassName
{
background-color: #D46CA4;
}
.BgClassName
{
background-color: #D46CA4;
}
</style>
border-color css
<style>
span { border-color: #D46CA4; }
span { border-color: rgb(212,108,164); }
td.TdClassName
{
border-color: #D46CA4;
}
.TagClassName
{
border-color: #D46CA4;
}
</style>