Shades of Charm #D56F83
Tints of Charm #D56F83
RGB
CMYK
RGB Variations
Color information
#D56F83 (or 0xD56F83) is known color: Charm. HEX triplet: D5, 6F and 83. RGB value is (213,111,131). Sum of RGB (Red+Green+Blue) = 213+111+131=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F83 is #2A907C. Grayscale: #8F8F8F. Windows color (decimal): -2789501 or 8613845. OLE color: 8613845.
HSL color Cylindrical-coordinate representation of color #D56F83: hue angle of 348.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F83 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 131 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.16 |
| HSL | 348.24º | 0.55% | 0.64% | - |
| HSV(B) | 348.24º | 0.48% | 0.84% | - |
| XYZ | 37.22 | 27.15 | 24.75 | - |
| YUV | 143.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 131 | 0 | 0.48 | 0.38 | 0.16 | 348.24 | 0.55 | 0.64 |
| Hex | D5 | 6F | 83 | 0 | 30 | 26 | 10 | 15C | 37 | 40 |
| Octal | 325 | 157 | 203 | 0 | 60 | 46 | 20 | 534 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10000011 | 0 | 110000 | 100110 | 10000 | 101011100 | 110111 | 1000000 |
Color Harmonies of #D56F83
Complementary color
Monochromatic Colors of #D56F83
Black with #D56F83
Text Example
Text Example
White with #D56F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F83; }
p { color: rgb(213,111,131); }
H1.HeaderClassName
{
color: #D56F83;
}
.AnyTagClassName
{
color: #D56F83;
}
</style>
background-color css
<style>
a { background-color: #D56F83; }
a { background-color: rgb(213,111,131); }
div.DivClassName
{
background-color: #D56F83;
}
.BgClassName
{
background-color: #D56F83;
}
</style>
border-color css
<style>
span { border-color: #D56F83; }
span { border-color: rgb(213,111,131); }
td.TdClassName
{
border-color: #D56F83;
}
.TagClassName
{
border-color: #D56F83;
}
</style>