Shades of Charm #D46C8B
Tints of Charm #D46C8B
RGB
CMYK
RGB Variations
Color information
#D46C8B (or 0xD46C8B) is known color: Charm. HEX triplet: D4, 6C and 8B. RGB value is (212,108,139). Sum of RGB (Red+Green+Blue) = 212+108+139=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46C8B is #2B9374. Grayscale: #8E8E8E. Windows color (decimal): -2855797 or 9137364. OLE color: 9137364.
HSL color Cylindrical-coordinate representation of color #D46C8B: hue angle of 342.12º 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 #D46C8B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 139 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.17 |
| HSL | 342.12º | 0.55% | 0.63% | - |
| HSV(B) | 342.12º | 0.49% | 0.83% | - |
| XYZ | 37.17 | 26.59 | 27.6 | - |
| YUV | 142.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 139 | 0 | 0.49 | 0.34 | 0.17 | 342.12 | 0.55 | 0.63 |
| Hex | D4 | 6C | 8B | 0 | 31 | 22 | 11 | 156 | 37 | 3F |
| Octal | 324 | 154 | 213 | 0 | 61 | 42 | 21 | 526 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10001011 | 0 | 110001 | 100010 | 10001 | 101010110 | 110111 | 111111 |
Color Harmonies of #D46C8B
Complementary color
Monochromatic Colors of #D46C8B
Black with #D46C8B
Text Example
Text Example
White with #D46C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C8B; }
p { color: rgb(212,108,139); }
H1.HeaderClassName
{
color: #D46C8B;
}
.AnyTagClassName
{
color: #D46C8B;
}
</style>
background-color css
<style>
a { background-color: #D46C8B; }
a { background-color: rgb(212,108,139); }
div.DivClassName
{
background-color: #D46C8B;
}
.BgClassName
{
background-color: #D46C8B;
}
</style>
border-color css
<style>
span { border-color: #D46C8B; }
span { border-color: rgb(212,108,139); }
td.TdClassName
{
border-color: #D46C8B;
}
.TagClassName
{
border-color: #D46C8B;
}
</style>