Shades of Charm #D46F8D
Tints of Charm #D46F8D
RGB
CMYK
RGB Variations
Color information
#D46F8D (or 0xD46F8D) is known color: Charm. HEX triplet: D4, 6F and 8D. RGB value is (212,111,141). Sum of RGB (Red+Green+Blue) = 212+111+141=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F8D is #2B9072. Grayscale: #909090. Windows color (decimal): -2855027 or 9269204. OLE color: 9269204.
HSL color Cylindrical-coordinate representation of color #D46F8D: hue angle of 342.18º 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 #D46F8D is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 141 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.17 |
| HSL | 342.18º | 0.54% | 0.63% | - |
| HSV(B) | 342.18º | 0.48% | 0.83% | - |
| XYZ | 37.64 | 27.29 | 28.48 | - |
| YUV | 144.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 141 | 0 | 0.48 | 0.33 | 0.17 | 342.18 | 0.54 | 0.63 |
| Hex | D4 | 6F | 8D | 0 | 30 | 21 | 11 | 156 | 36 | 3F |
| Octal | 324 | 157 | 215 | 0 | 60 | 41 | 21 | 526 | 66 | 77 |
| Binary | 11010100 | 1101111 | 10001101 | 0 | 110000 | 100001 | 10001 | 101010110 | 110110 | 111111 |
Color Harmonies of #D46F8D
Complementary color
Monochromatic Colors of #D46F8D
Black with #D46F8D
Text Example
Text Example
White with #D46F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F8D; }
p { color: rgb(212,111,141); }
H1.HeaderClassName
{
color: #D46F8D;
}
.AnyTagClassName
{
color: #D46F8D;
}
</style>
background-color css
<style>
a { background-color: #D46F8D; }
a { background-color: rgb(212,111,141); }
div.DivClassName
{
background-color: #D46F8D;
}
.BgClassName
{
background-color: #D46F8D;
}
</style>
border-color css
<style>
span { border-color: #D46F8D; }
span { border-color: rgb(212,111,141); }
td.TdClassName
{
border-color: #D46F8D;
}
.TagClassName
{
border-color: #D46F8D;
}
</style>