Shades of Charm #D46A84
Tints of Charm #D46A84
RGB
CMYK
RGB Variations
Color information
#D46A84 (or 0xD46A84) is known color: Charm. HEX triplet: D4, 6A and 84. RGB value is (212,106,132). Sum of RGB (Red+Green+Blue) = 212+106+132=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A84 is #2B957B. Grayscale: #8C8C8C. Windows color (decimal): -2856316 or 8678100. OLE color: 8678100.
HSL color Cylindrical-coordinate representation of color #D46A84: hue angle of 345.28º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A84 is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 132 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.17 |
| HSL | 345.28º | 0.55% | 0.62% | - |
| HSV(B) | 345.28º | 0.5% | 0.83% | - |
| XYZ | 36.47 | 25.97 | 24.92 | - |
| YUV | 140.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 132 | 0 | 0.5 | 0.38 | 0.17 | 345.28 | 0.55 | 0.62 |
| Hex | D4 | 6A | 84 | 0 | 32 | 26 | 11 | 159 | 37 | 3E |
| Octal | 324 | 152 | 204 | 0 | 62 | 46 | 21 | 531 | 67 | 76 |
| Binary | 11010100 | 1101010 | 10000100 | 0 | 110010 | 100110 | 10001 | 101011001 | 110111 | 111110 |
Color Harmonies of #D46A84
Complementary color
Monochromatic Colors of #D46A84
Black with #D46A84
Text Example
Text Example
White with #D46A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A84; }
p { color: rgb(212,106,132); }
H1.HeaderClassName
{
color: #D46A84;
}
.AnyTagClassName
{
color: #D46A84;
}
</style>
background-color css
<style>
a { background-color: #D46A84; }
a { background-color: rgb(212,106,132); }
div.DivClassName
{
background-color: #D46A84;
}
.BgClassName
{
background-color: #D46A84;
}
</style>
border-color css
<style>
span { border-color: #D46A84; }
span { border-color: rgb(212,106,132); }
td.TdClassName
{
border-color: #D46A84;
}
.TagClassName
{
border-color: #D46A84;
}
</style>