Shades of Charm #D46385
Tints of Charm #D46385
RGB
CMYK
RGB Variations
Color information
#D46385 (or 0xD46385) is known color: Charm. HEX triplet: D4, 63 and 85. RGB value is (212,99,133). Sum of RGB (Red+Green+Blue) = 212+99+133=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D46385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46385 is #2B9C7A. Grayscale: #888888. Windows color (decimal): -2858107 or 8741844. OLE color: 8741844.
HSL color Cylindrical-coordinate representation of color #D46385: hue angle of 341.95º 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 #D46385 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 133 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.17 |
| HSL | 341.95º | 0.57% | 0.61% | - |
| HSV(B) | 341.95º | 0.53% | 0.83% | - |
| XYZ | 35.85 | 24.61 | 25.05 | - |
| YUV | 136.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 133 | 0 | 0.53 | 0.37 | 0.17 | 341.95 | 0.57 | 0.61 |
| Hex | D4 | 63 | 85 | 0 | 35 | 25 | 11 | 156 | 39 | 3D |
| Octal | 324 | 143 | 205 | 0 | 65 | 45 | 21 | 526 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10000101 | 0 | 110101 | 100101 | 10001 | 101010110 | 111001 | 111101 |
Color Harmonies of #D46385
Complementary color
Monochromatic Colors of #D46385
Black with #D46385
Text Example
Text Example
White with #D46385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46385; }
p { color: rgb(212,99,133); }
H1.HeaderClassName
{
color: #D46385;
}
.AnyTagClassName
{
color: #D46385;
}
</style>
background-color css
<style>
a { background-color: #D46385; }
a { background-color: rgb(212,99,133); }
div.DivClassName
{
background-color: #D46385;
}
.BgClassName
{
background-color: #D46385;
}
</style>
border-color css
<style>
span { border-color: #D46385; }
span { border-color: rgb(212,99,133); }
td.TdClassName
{
border-color: #D46385;
}
.TagClassName
{
border-color: #D46385;
}
</style>