Shades of Charm #D56687
Tints of Charm #D56687
RGB
CMYK
RGB Variations
Color information
#D56687 (or 0xD56687) is known color: Charm. HEX triplet: D5, 66 and 87. RGB value is (213,102,135). Sum of RGB (Red+Green+Blue) = 213+102+135=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D56687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56687 is #2A9978. Grayscale: #8A8A8A. Windows color (decimal): -2791801 or 8873685. OLE color: 8873685.
HSL color Cylindrical-coordinate representation of color #D56687: hue angle of 342.16º 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 #D56687 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 135 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.16 |
| HSL | 342.16º | 0.57% | 0.62% | - |
| HSV(B) | 342.16º | 0.52% | 0.84% | - |
| XYZ | 36.57 | 25.4 | 25.9 | - |
| YUV | 138.95 | 125.77 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 135 | 0 | 0.52 | 0.37 | 0.16 | 342.16 | 0.57 | 0.62 |
| Hex | D5 | 66 | 87 | 0 | 34 | 25 | 10 | 156 | 39 | 3E |
| Octal | 325 | 146 | 207 | 0 | 64 | 45 | 20 | 526 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10000111 | 0 | 110100 | 100101 | 10000 | 101010110 | 111001 | 111110 |
Color Harmonies of #D56687
Complementary color
Monochromatic Colors of #D56687
Black with #D56687
Text Example
Text Example
White with #D56687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56687; }
p { color: rgb(213,102,135); }
H1.HeaderClassName
{
color: #D56687;
}
.AnyTagClassName
{
color: #D56687;
}
</style>
background-color css
<style>
a { background-color: #D56687; }
a { background-color: rgb(213,102,135); }
div.DivClassName
{
background-color: #D56687;
}
.BgClassName
{
background-color: #D56687;
}
</style>
border-color css
<style>
span { border-color: #D56687; }
span { border-color: rgb(213,102,135); }
td.TdClassName
{
border-color: #D56687;
}
.TagClassName
{
border-color: #D56687;
}
</style>