Shades of Mandy #D56061
Tints of Mandy #D56061
RGB
CMYK
RGB Variations
Color information
#D56061 (or 0xD56061) is known color: Mandy. HEX triplet: D5, 60 and 61. RGB value is (213,96,97). Sum of RGB (Red+Green+Blue) = 213+96+97=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D56061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56061 is #2A9F9E. Grayscale: #838383. Windows color (decimal): -2793375 or 6381781. OLE color: 6381781.
HSL color Cylindrical-coordinate representation of color #D56061: hue angle of 359.49º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56061 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 97 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.16 |
| HSL | 359.49º | 0.58% | 0.61% | - |
| HSV(B) | 359.49º | 0.55% | 0.84% | - |
| XYZ | 33.78 | 23.37 | 14.04 | - |
| YUV | 131.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 97 | 0 | 0.55 | 0.54 | 0.16 | 359.49 | 0.58 | 0.61 |
| Hex | D5 | 60 | 61 | 0 | 37 | 36 | 10 | 167 | 3A | 3D |
| Octal | 325 | 140 | 141 | 0 | 67 | 66 | 20 | 547 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1100001 | 0 | 110111 | 110110 | 10000 | 101100111 | 111010 | 111101 |
Color Harmonies of #D56061
Complementary color
Monochromatic Colors of #D56061
Black with #D56061
Text Example
Text Example
White with #D56061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56061; }
p { color: rgb(213,96,97); }
H1.HeaderClassName
{
color: #D56061;
}
.AnyTagClassName
{
color: #D56061;
}
</style>
background-color css
<style>
a { background-color: #D56061; }
a { background-color: rgb(213,96,97); }
div.DivClassName
{
background-color: #D56061;
}
.BgClassName
{
background-color: #D56061;
}
</style>
border-color css
<style>
span { border-color: #D56061; }
span { border-color: rgb(213,96,97); }
td.TdClassName
{
border-color: #D56061;
}
.TagClassName
{
border-color: #D56061;
}
</style>