Shades of Charm #D46B83
Tints of Charm #D46B83
RGB
CMYK
RGB Variations
Color information
#D46B83 (or 0xD46B83) is known color: Charm. HEX triplet: D4, 6B and 83. RGB value is (212,107,131). Sum of RGB (Red+Green+Blue) = 212+107+131=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46B83 is #2B947C. Grayscale: #8D8D8D. Windows color (decimal): -2856061 or 8612820. OLE color: 8612820.
HSL color Cylindrical-coordinate representation of color #D46B83: hue angle of 346.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B83 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 131 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.17 |
| HSL | 346.29º | 0.55% | 0.63% | - |
| HSV(B) | 346.29º | 0.5% | 0.83% | - |
| XYZ | 36.51 | 26.15 | 24.6 | - |
| YUV | 141.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 131 | 0 | 0.50 | 0.38 | 0.17 | 346.29 | 0.55 | 0.63 |
| Hex | D4 | 6B | 83 | 0 | 32 | 26 | 11 | 15A | 37 | 3F |
| Octal | 324 | 153 | 203 | 0 | 62 | 46 | 21 | 532 | 67 | 77 |
| Binary | 11010100 | 1101011 | 10000011 | 0 | 110010 | 100110 | 10001 | 101011010 | 110111 | 111111 |
Color Harmonies of #D46B83
Complementary color
Monochromatic Colors of #D46B83
Black with #D46B83
Text Example
Text Example
White with #D46B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B83; }
p { color: rgb(212,107,131); }
H1.HeaderClassName
{
color: #D46B83;
}
.AnyTagClassName
{
color: #D46B83;
}
</style>
background-color css
<style>
a { background-color: #D46B83; }
a { background-color: rgb(212,107,131); }
div.DivClassName
{
background-color: #D46B83;
}
.BgClassName
{
background-color: #D46B83;
}
</style>
border-color css
<style>
span { border-color: #D46B83; }
span { border-color: rgb(212,107,131); }
td.TdClassName
{
border-color: #D46B83;
}
.TagClassName
{
border-color: #D46B83;
}
</style>