Shades of Charm #D46884
Tints of Charm #D46884
RGB
CMYK
RGB Variations
Color information
#D46884 (or 0xD46884) is known color: Charm. HEX triplet: D4, 68 and 84. RGB value is (212,104,132). Sum of RGB (Red+Green+Blue) = 212+104+132=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D46884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46884 is #2B977B. Grayscale: #8B8B8B. Windows color (decimal): -2856828 or 8677588. OLE color: 8677588.
HSL color Cylindrical-coordinate representation of color #D46884: hue angle of 344.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46884 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 132 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.17 |
| HSL | 344.44º | 0.56% | 0.62% | - |
| HSV(B) | 344.44º | 0.51% | 0.83% | - |
| XYZ | 36.27 | 25.56 | 24.85 | - |
| YUV | 139.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 132 | 0 | 0.51 | 0.38 | 0.17 | 344.44 | 0.56 | 0.62 |
| Hex | D4 | 68 | 84 | 0 | 33 | 26 | 11 | 158 | 38 | 3E |
| Octal | 324 | 150 | 204 | 0 | 63 | 46 | 21 | 530 | 70 | 76 |
| Binary | 11010100 | 1101000 | 10000100 | 0 | 110011 | 100110 | 10001 | 101011000 | 111000 | 111110 |
Color Harmonies of #D46884
Complementary color
Monochromatic Colors of #D46884
Black with #D46884
Text Example
Text Example
White with #D46884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46884; }
p { color: rgb(212,104,132); }
H1.HeaderClassName
{
color: #D46884;
}
.AnyTagClassName
{
color: #D46884;
}
</style>
background-color css
<style>
a { background-color: #D46884; }
a { background-color: rgb(212,104,132); }
div.DivClassName
{
background-color: #D46884;
}
.BgClassName
{
background-color: #D46884;
}
</style>
border-color css
<style>
span { border-color: #D46884; }
span { border-color: rgb(212,104,132); }
td.TdClassName
{
border-color: #D46884;
}
.TagClassName
{
border-color: #D46884;
}
</style>