Shades of Charm #D46E7E
Tints of Charm #D46E7E
RGB
CMYK
RGB Variations
Color information
#D46E7E (or 0xD46E7E) is known color: Charm. HEX triplet: D4, 6E and 7E. RGB value is (212,110,126). Sum of RGB (Red+Green+Blue) = 212+110+126=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46E7E is #2B9181. Grayscale: #8E8E8E. Windows color (decimal): -2855298 or 8285908. OLE color: 8285908.
HSL color Cylindrical-coordinate representation of color #D46E7E: hue angle of 350.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46E7E is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 126 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.17 |
| HSL | 350.59º | 0.54% | 0.63% | - |
| HSV(B) | 350.59º | 0.48% | 0.83% | - |
| XYZ | 36.49 | 26.66 | 22.96 | - |
| YUV | 142.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 126 | 0 | 0.48 | 0.41 | 0.17 | 350.59 | 0.54 | 0.63 |
| Hex | D4 | 6E | 7E | 0 | 30 | 29 | 11 | 15F | 36 | 3F |
| Octal | 324 | 156 | 176 | 0 | 60 | 51 | 21 | 537 | 66 | 77 |
| Binary | 11010100 | 1101110 | 1111110 | 0 | 110000 | 101001 | 10001 | 101011111 | 110110 | 111111 |
Color Harmonies of #D46E7E
Complementary color
Monochromatic Colors of #D46E7E
Black with #D46E7E
Text Example
Text Example
White with #D46E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46E7E; }
p { color: rgb(212,110,126); }
H1.HeaderClassName
{
color: #D46E7E;
}
.AnyTagClassName
{
color: #D46E7E;
}
</style>
background-color css
<style>
a { background-color: #D46E7E; }
a { background-color: rgb(212,110,126); }
div.DivClassName
{
background-color: #D46E7E;
}
.BgClassName
{
background-color: #D46E7E;
}
</style>
border-color css
<style>
span { border-color: #D46E7E; }
span { border-color: rgb(212,110,126); }
td.TdClassName
{
border-color: #D46E7E;
}
.TagClassName
{
border-color: #D46E7E;
}
</style>