Shades of Charm #D56785
Tints of Charm #D56785
RGB
CMYK
RGB Variations
Color information
#D56785 (or 0xD56785) is known color: Charm. HEX triplet: D5, 67 and 85. RGB value is (213,103,133). Sum of RGB (Red+Green+Blue) = 213+103+133=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D56785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56785 is #2A987A. Grayscale: #8B8B8B. Windows color (decimal): -2791547 or 8742869. OLE color: 8742869.
HSL color Cylindrical-coordinate representation of color #D56785: hue angle of 343.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56785 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 133 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 343.64º | 0.57% | 0.62% | - |
| HSV(B) | 343.64º | 0.52% | 0.84% | - |
| XYZ | 36.52 | 25.54 | 25.19 | - |
| YUV | 139.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 133 | 0 | 0.52 | 0.38 | 0.16 | 343.64 | 0.57 | 0.62 |
| Hex | D5 | 67 | 85 | 0 | 34 | 26 | 10 | 158 | 39 | 3E |
| Octal | 325 | 147 | 205 | 0 | 64 | 46 | 20 | 530 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10000101 | 0 | 110100 | 100110 | 10000 | 101011000 | 111001 | 111110 |
Color Harmonies of #D56785
Complementary color
Monochromatic Colors of #D56785
Black with #D56785
Text Example
Text Example
White with #D56785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56785; }
p { color: rgb(213,103,133); }
H1.HeaderClassName
{
color: #D56785;
}
.AnyTagClassName
{
color: #D56785;
}
</style>
background-color css
<style>
a { background-color: #D56785; }
a { background-color: rgb(213,103,133); }
div.DivClassName
{
background-color: #D56785;
}
.BgClassName
{
background-color: #D56785;
}
</style>
border-color css
<style>
span { border-color: #D56785; }
span { border-color: rgb(213,103,133); }
td.TdClassName
{
border-color: #D56785;
}
.TagClassName
{
border-color: #D56785;
}
</style>