Shades of Charm #D56786
Tints of Charm #D56786
RGB
CMYK
RGB Variations
Color information
#D56786 (or 0xD56786) is known color: Charm. HEX triplet: D5, 67 and 86. RGB value is (213,103,134). Sum of RGB (Red+Green+Blue) = 213+103+134=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D56786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56786 is #2A9879. Grayscale: #8B8B8B. Windows color (decimal): -2791546 or 8808405. OLE color: 8808405.
HSL color Cylindrical-coordinate representation of color #D56786: hue angle of 343.09º 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 #D56786 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 134 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.16 |
| HSL | 343.09º | 0.57% | 0.62% | - |
| HSV(B) | 343.09º | 0.52% | 0.84% | - |
| XYZ | 36.59 | 25.57 | 25.56 | - |
| YUV | 139.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 134 | 0 | 0.52 | 0.37 | 0.16 | 343.09 | 0.57 | 0.62 |
| Hex | D5 | 67 | 86 | 0 | 34 | 25 | 10 | 157 | 39 | 3E |
| Octal | 325 | 147 | 206 | 0 | 64 | 45 | 20 | 527 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10000110 | 0 | 110100 | 100101 | 10000 | 101010111 | 111001 | 111110 |
Color Harmonies of #D56786
Complementary color
Monochromatic Colors of #D56786
Black with #D56786
Text Example
Text Example
White with #D56786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56786; }
p { color: rgb(213,103,134); }
H1.HeaderClassName
{
color: #D56786;
}
.AnyTagClassName
{
color: #D56786;
}
</style>
background-color css
<style>
a { background-color: #D56786; }
a { background-color: rgb(213,103,134); }
div.DivClassName
{
background-color: #D56786;
}
.BgClassName
{
background-color: #D56786;
}
</style>
border-color css
<style>
span { border-color: #D56786; }
span { border-color: rgb(213,103,134); }
td.TdClassName
{
border-color: #D56786;
}
.TagClassName
{
border-color: #D56786;
}
</style>