Shades of Charm #D46986
Tints of Charm #D46986
RGB
CMYK
RGB Variations
Color information
#D46986 (or 0xD46986) is known color: Charm. HEX triplet: D4, 69 and 86. RGB value is (212,105,134). Sum of RGB (Red+Green+Blue) = 212+105+134=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D46986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46986 is #2B9679. Grayscale: #8C8C8C. Windows color (decimal): -2856570 or 8808916. OLE color: 8808916.
HSL color Cylindrical-coordinate representation of color #D46986: hue angle of 343.74º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46986 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 134 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.17 |
| HSL | 343.74º | 0.55% | 0.62% | - |
| HSV(B) | 343.74º | 0.5% | 0.83% | - |
| XYZ | 36.51 | 25.82 | 25.61 | - |
| YUV | 140.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 134 | 0 | 0.50 | 0.37 | 0.17 | 343.74 | 0.55 | 0.62 |
| Hex | D4 | 69 | 86 | 0 | 32 | 25 | 11 | 158 | 37 | 3E |
| Octal | 324 | 151 | 206 | 0 | 62 | 45 | 21 | 530 | 67 | 76 |
| Binary | 11010100 | 1101001 | 10000110 | 0 | 110010 | 100101 | 10001 | 101011000 | 110111 | 111110 |
Color Harmonies of #D46986
Complementary color
Monochromatic Colors of #D46986
Black with #D46986
Text Example
Text Example
White with #D46986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46986; }
p { color: rgb(212,105,134); }
H1.HeaderClassName
{
color: #D46986;
}
.AnyTagClassName
{
color: #D46986;
}
</style>
background-color css
<style>
a { background-color: #D46986; }
a { background-color: rgb(212,105,134); }
div.DivClassName
{
background-color: #D46986;
}
.BgClassName
{
background-color: #D46986;
}
</style>
border-color css
<style>
span { border-color: #D46986; }
span { border-color: rgb(212,105,134); }
td.TdClassName
{
border-color: #D46986;
}
.TagClassName
{
border-color: #D46986;
}
</style>