Shades of Charm #D46D8C
Tints of Charm #D46D8C
RGB
CMYK
RGB Variations
Color information
#D46D8C (or 0xD46D8C) is known color: Charm. HEX triplet: D4, 6D and 8C. RGB value is (212,109,140). Sum of RGB (Red+Green+Blue) = 212+109+140=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46D8C is #2B9273. Grayscale: #8F8F8F. Windows color (decimal): -2855540 or 9203156. OLE color: 9203156.
HSL color Cylindrical-coordinate representation of color #D46D8C: hue angle of 341.94º degrees, saturation: 0.54, 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 #D46D8C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 140 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.17 |
| HSL | 341.94º | 0.54% | 0.63% | - |
| HSV(B) | 341.94º | 0.49% | 0.83% | - |
| XYZ | 37.35 | 26.83 | 28.02 | - |
| YUV | 143.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 140 | 0 | 0.49 | 0.34 | 0.17 | 341.94 | 0.54 | 0.63 |
| Hex | D4 | 6D | 8C | 0 | 31 | 22 | 11 | 156 | 36 | 3F |
| Octal | 324 | 155 | 214 | 0 | 61 | 42 | 21 | 526 | 66 | 77 |
| Binary | 11010100 | 1101101 | 10001100 | 0 | 110001 | 100010 | 10001 | 101010110 | 110110 | 111111 |
Color Harmonies of #D46D8C
Complementary color
Monochromatic Colors of #D46D8C
Black with #D46D8C
Text Example
Text Example
White with #D46D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D8C; }
p { color: rgb(212,109,140); }
H1.HeaderClassName
{
color: #D46D8C;
}
.AnyTagClassName
{
color: #D46D8C;
}
</style>
background-color css
<style>
a { background-color: #D46D8C; }
a { background-color: rgb(212,109,140); }
div.DivClassName
{
background-color: #D46D8C;
}
.BgClassName
{
background-color: #D46D8C;
}
</style>
border-color css
<style>
span { border-color: #D46D8C; }
span { border-color: rgb(212,109,140); }
td.TdClassName
{
border-color: #D46D8C;
}
.TagClassName
{
border-color: #D46D8C;
}
</style>