Shades of Mandy #D56065
Tints of Mandy #D56065
RGB
CMYK
RGB Variations
Color information
#D56065 (or 0xD56065) is known color: Mandy. HEX triplet: D5, 60 and 65. RGB value is (213,96,101). Sum of RGB (Red+Green+Blue) = 213+96+101=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D56065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56065 is #2A9F9A. Grayscale: #838383. Windows color (decimal): -2793371 or 6643925. OLE color: 6643925.
HSL color Cylindrical-coordinate representation of color #D56065: hue angle of 357.44º 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 #D56065 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 101 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.16 |
| HSL | 357.44º | 0.58% | 0.61% | - |
| HSV(B) | 357.44º | 0.55% | 0.84% | - |
| XYZ | 33.97 | 23.45 | 15.05 | - |
| YUV | 131.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 101 | 0 | 0.55 | 0.53 | 0.16 | 357.44 | 0.58 | 0.61 |
| Hex | D5 | 60 | 65 | 0 | 37 | 35 | 10 | 165 | 3A | 3D |
| Octal | 325 | 140 | 145 | 0 | 67 | 65 | 20 | 545 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1100101 | 0 | 110111 | 110101 | 10000 | 101100101 | 111010 | 111101 |
Color Harmonies of #D56065
Complementary color
Monochromatic Colors of #D56065
Black with #D56065
Text Example
Text Example
White with #D56065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56065; }
p { color: rgb(213,96,101); }
H1.HeaderClassName
{
color: #D56065;
}
.AnyTagClassName
{
color: #D56065;
}
</style>
background-color css
<style>
a { background-color: #D56065; }
a { background-color: rgb(213,96,101); }
div.DivClassName
{
background-color: #D56065;
}
.BgClassName
{
background-color: #D56065;
}
</style>
border-color css
<style>
span { border-color: #D56065; }
span { border-color: rgb(213,96,101); }
td.TdClassName
{
border-color: #D56065;
}
.TagClassName
{
border-color: #D56065;
}
</style>