Shades of Charm #D46885
Tints of Charm #D46885
RGB
CMYK
RGB Variations
Color information
#D46885 (or 0xD46885) is known color: Charm. HEX triplet: D4, 68 and 85. RGB value is (212,104,133). Sum of RGB (Red+Green+Blue) = 212+104+133=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D46885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46885 is #2B977A. Grayscale: #8B8B8B. Windows color (decimal): -2856827 or 8743124. OLE color: 8743124.
HSL color Cylindrical-coordinate representation of color #D46885: hue angle of 343.89º 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 #D46885 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 133 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.17 |
| HSL | 343.89º | 0.56% | 0.62% | - |
| HSV(B) | 343.89º | 0.51% | 0.83% | - |
| XYZ | 36.34 | 25.59 | 25.21 | - |
| YUV | 139.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 133 | 0 | 0.51 | 0.37 | 0.17 | 343.89 | 0.56 | 0.62 |
| Hex | D4 | 68 | 85 | 0 | 33 | 25 | 11 | 158 | 38 | 3E |
| Octal | 324 | 150 | 205 | 0 | 63 | 45 | 21 | 530 | 70 | 76 |
| Binary | 11010100 | 1101000 | 10000101 | 0 | 110011 | 100101 | 10001 | 101011000 | 111000 | 111110 |
Color Harmonies of #D46885
Complementary color
Monochromatic Colors of #D46885
Black with #D46885
Text Example
Text Example
White with #D46885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46885; }
p { color: rgb(212,104,133); }
H1.HeaderClassName
{
color: #D46885;
}
.AnyTagClassName
{
color: #D46885;
}
</style>
background-color css
<style>
a { background-color: #D46885; }
a { background-color: rgb(212,104,133); }
div.DivClassName
{
background-color: #D46885;
}
.BgClassName
{
background-color: #D46885;
}
</style>
border-color css
<style>
span { border-color: #D46885; }
span { border-color: rgb(212,104,133); }
td.TdClassName
{
border-color: #D46885;
}
.TagClassName
{
border-color: #D46885;
}
</style>