Shades of Contessa #D56F6E
Tints of Contessa #D56F6E
RGB
CMYK
RGB Variations
Color information
#D56F6E (or 0xD56F6E) is known color: Contessa. HEX triplet: D5, 6F and 6E. RGB value is (213,111,110). Sum of RGB (Red+Green+Blue) = 213+111+110=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F6E is #2A9091. Grayscale: #8D8D8D. Windows color (decimal): -2789522 or 7237589. OLE color: 7237589.
HSL color Cylindrical-coordinate representation of color #D56F6E: hue angle of 0.58º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F6E is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 110 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.16 |
| HSL | 0.58º | 0.55% | 0.63% | - |
| HSV(B) | 0.58º | 0.48% | 0.84% | - |
| XYZ | 35.94 | 26.64 | 18 | - |
| YUV | 141.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 110 | 0 | 0.48 | 0.48 | 0.16 | 0.58 | 0.55 | 0.63 |
| Hex | D5 | 6F | 6E | 0 | 30 | 30 | 10 | 1 | 37 | 3F |
| Octal | 325 | 157 | 156 | 0 | 60 | 60 | 20 | 1 | 67 | 77 |
| Binary | 11010101 | 1101111 | 1101110 | 0 | 110000 | 110000 | 10000 | 1 | 110111 | 111111 |
Color Harmonies of #D56F6E
Complementary color
Monochromatic Colors of #D56F6E
Black with #D56F6E
Text Example
Text Example
White with #D56F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F6E; }
p { color: rgb(213,111,110); }
H1.HeaderClassName
{
color: #D56F6E;
}
.AnyTagClassName
{
color: #D56F6E;
}
</style>
background-color css
<style>
a { background-color: #D56F6E; }
a { background-color: rgb(213,111,110); }
div.DivClassName
{
background-color: #D56F6E;
}
.BgClassName
{
background-color: #D56F6E;
}
</style>
border-color css
<style>
span { border-color: #D56F6E; }
span { border-color: rgb(213,111,110); }
td.TdClassName
{
border-color: #D56F6E;
}
.TagClassName
{
border-color: #D56F6E;
}
</style>