Shades of Charm #D46384
Tints of Charm #D46384
RGB
CMYK
RGB Variations
Color information
#D46384 (or 0xD46384) is known color: Charm. HEX triplet: D4, 63 and 84. RGB value is (212,99,132). Sum of RGB (Red+Green+Blue) = 212+99+132=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D46384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46384 is #2B9C7B. Grayscale: #888888. Windows color (decimal): -2858108 or 8676308. OLE color: 8676308.
HSL color Cylindrical-coordinate representation of color #D46384: hue angle of 342.48º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46384 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 132 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.17 |
| HSL | 342.48º | 0.57% | 0.61% | - |
| HSV(B) | 342.48º | 0.53% | 0.83% | - |
| XYZ | 35.78 | 24.59 | 24.69 | - |
| YUV | 136.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 132 | 0 | 0.53 | 0.38 | 0.17 | 342.48 | 0.57 | 0.61 |
| Hex | D4 | 63 | 84 | 0 | 35 | 26 | 11 | 156 | 39 | 3D |
| Octal | 324 | 143 | 204 | 0 | 65 | 46 | 21 | 526 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10000100 | 0 | 110101 | 100110 | 10001 | 101010110 | 111001 | 111101 |
Color Harmonies of #D46384
Complementary color
Monochromatic Colors of #D46384
Black with #D46384
Text Example
Text Example
White with #D46384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46384; }
p { color: rgb(212,99,132); }
H1.HeaderClassName
{
color: #D46384;
}
.AnyTagClassName
{
color: #D46384;
}
</style>
background-color css
<style>
a { background-color: #D46384; }
a { background-color: rgb(212,99,132); }
div.DivClassName
{
background-color: #D46384;
}
.BgClassName
{
background-color: #D46384;
}
</style>
border-color css
<style>
span { border-color: #D46384; }
span { border-color: rgb(212,99,132); }
td.TdClassName
{
border-color: #D46384;
}
.TagClassName
{
border-color: #D46384;
}
</style>