Shades of Charm #D46D83
Tints of Charm #D46D83
RGB
CMYK
RGB Variations
Color information
#D46D83 (or 0xD46D83) is known color: Charm. HEX triplet: D4, 6D and 83. RGB value is (212,109,131). Sum of RGB (Red+Green+Blue) = 212+109+131=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46D83 is #2B927C. Grayscale: #8E8E8E. Windows color (decimal): -2855549 or 8613332. OLE color: 8613332.
HSL color Cylindrical-coordinate representation of color #D46D83: hue angle of 347.18º 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 #D46D83 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 131 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.17 |
| HSL | 347.18º | 0.54% | 0.63% | - |
| HSV(B) | 347.18º | 0.49% | 0.83% | - |
| XYZ | 36.72 | 26.57 | 24.67 | - |
| YUV | 142.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 131 | 0 | 0.49 | 0.38 | 0.17 | 347.18 | 0.54 | 0.63 |
| Hex | D4 | 6D | 83 | 0 | 31 | 26 | 11 | 15B | 36 | 3F |
| Octal | 324 | 155 | 203 | 0 | 61 | 46 | 21 | 533 | 66 | 77 |
| Binary | 11010100 | 1101101 | 10000011 | 0 | 110001 | 100110 | 10001 | 101011011 | 110110 | 111111 |
Color Harmonies of #D46D83
Complementary color
Monochromatic Colors of #D46D83
Black with #D46D83
Text Example
Text Example
White with #D46D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D83; }
p { color: rgb(212,109,131); }
H1.HeaderClassName
{
color: #D46D83;
}
.AnyTagClassName
{
color: #D46D83;
}
</style>
background-color css
<style>
a { background-color: #D46D83; }
a { background-color: rgb(212,109,131); }
div.DivClassName
{
background-color: #D46D83;
}
.BgClassName
{
background-color: #D46D83;
}
</style>
border-color css
<style>
span { border-color: #D46D83; }
span { border-color: rgb(212,109,131); }
td.TdClassName
{
border-color: #D46D83;
}
.TagClassName
{
border-color: #D46D83;
}
</style>