Shades of Red Damask #D56D4F
Tints of Red Damask #D56D4F
RGB
CMYK
RGB Variations
Color information
#D56D4F (or 0xD56D4F) is known color: Red Damask. HEX triplet: D5, 6D and 4F. RGB value is (213,109,79). Sum of RGB (Red+Green+Blue) = 213+109+79=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D4F is #2A92B0. Grayscale: #888888. Windows color (decimal): -2790065 or 5205461. OLE color: 5205461.
HSL color Cylindrical-coordinate representation of color #D56D4F: hue angle of 13.43º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D56D4F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 79 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.16 |
| HSL | 13.43º | 0.61% | 0.57% | - |
| HSV(B) | 13.43º | 0.63% | 0.84% | - |
| XYZ | 34.32 | 25.65 | 10.54 | - |
| YUV | 136.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 79 | 0 | 0.49 | 0.63 | 0.16 | 13.43 | 0.61 | 0.57 |
| Hex | D5 | 6D | 4F | 0 | 31 | 3F | 10 | D | 3D | 39 |
| Octal | 325 | 155 | 117 | 0 | 61 | 77 | 20 | 15 | 75 | 71 |
| Binary | 11010101 | 1101101 | 1001111 | 0 | 110001 | 111111 | 10000 | 1101 | 111101 | 111001 |
Color Harmonies of #D56D4F
Complementary color
Monochromatic Colors of #D56D4F
Black with #D56D4F
Text Example
Text Example
White with #D56D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D4F; }
p { color: rgb(213,109,79); }
H1.HeaderClassName
{
color: #D56D4F;
}
.AnyTagClassName
{
color: #D56D4F;
}
</style>
background-color css
<style>
a { background-color: #D56D4F; }
a { background-color: rgb(213,109,79); }
div.DivClassName
{
background-color: #D56D4F;
}
.BgClassName
{
background-color: #D56D4F;
}
</style>
border-color css
<style>
span { border-color: #D56D4F; }
span { border-color: rgb(213,109,79); }
td.TdClassName
{
border-color: #D56D4F;
}
.TagClassName
{
border-color: #D56D4F;
}
</style>