Shades of Charm #D46487
Tints of Charm #D46487
RGB
CMYK
RGB Variations
Color information
#D46487 (or 0xD46487) is known color: Charm. HEX triplet: D4, 64 and 87. RGB value is (212,100,135). Sum of RGB (Red+Green+Blue) = 212+100+135=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D46487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46487 is #2B9B78. Grayscale: #898989. Windows color (decimal): -2857849 or 8873172. OLE color: 8873172.
HSL color Cylindrical-coordinate representation of color #D46487: hue angle of 341.25º 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 #D46487 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 135 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.17 |
| HSL | 341.25º | 0.57% | 0.61% | - |
| HSV(B) | 341.25º | 0.53% | 0.83% | - |
| XYZ | 36.08 | 24.86 | 25.82 | - |
| YUV | 137.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 135 | 0 | 0.53 | 0.36 | 0.17 | 341.25 | 0.57 | 0.61 |
| Hex | D4 | 64 | 87 | 0 | 35 | 24 | 11 | 155 | 39 | 3D |
| Octal | 324 | 144 | 207 | 0 | 65 | 44 | 21 | 525 | 71 | 75 |
| Binary | 11010100 | 1100100 | 10000111 | 0 | 110101 | 100100 | 10001 | 101010101 | 111001 | 111101 |
Color Harmonies of #D46487
Complementary color
Monochromatic Colors of #D46487
Black with #D46487
Text Example
Text Example
White with #D46487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46487; }
p { color: rgb(212,100,135); }
H1.HeaderClassName
{
color: #D46487;
}
.AnyTagClassName
{
color: #D46487;
}
</style>
background-color css
<style>
a { background-color: #D46487; }
a { background-color: rgb(212,100,135); }
div.DivClassName
{
background-color: #D46487;
}
.BgClassName
{
background-color: #D46487;
}
</style>
border-color css
<style>
span { border-color: #D46487; }
span { border-color: rgb(212,100,135); }
td.TdClassName
{
border-color: #D46487;
}
.TagClassName
{
border-color: #D46487;
}
</style>