Shades of Mandy #D55F61
Tints of Mandy #D55F61
RGB
CMYK
RGB Variations
Color information
#D55F61 (or 0xD55F61) is known color: Mandy. HEX triplet: D5, 5F and 61. RGB value is (213,95,97). Sum of RGB (Red+Green+Blue) = 213+95+97=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F61 is #2AA09E. Grayscale: #828282. Windows color (decimal): -2793631 or 6381525. OLE color: 6381525.
HSL color Cylindrical-coordinate representation of color #D55F61: hue angle of 358.98º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F61 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 97 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.16 |
| HSL | 358.98º | 0.58% | 0.6% | - |
| HSV(B) | 358.98º | 0.55% | 0.84% | - |
| XYZ | 33.69 | 23.19 | 14.01 | - |
| YUV | 130.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 97 | 0 | 0.55 | 0.54 | 0.16 | 358.98 | 0.58 | 0.6 |
| Hex | D5 | 5F | 61 | 0 | 37 | 36 | 10 | 167 | 3A | 3C |
| Octal | 325 | 137 | 141 | 0 | 67 | 66 | 20 | 547 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1100001 | 0 | 110111 | 110110 | 10000 | 101100111 | 111010 | 111100 |
Color Harmonies of #D55F61
Complementary color
Monochromatic Colors of #D55F61
Black with #D55F61
Text Example
Text Example
White with #D55F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F61; }
p { color: rgb(213,95,97); }
H1.HeaderClassName
{
color: #D55F61;
}
.AnyTagClassName
{
color: #D55F61;
}
</style>
background-color css
<style>
a { background-color: #D55F61; }
a { background-color: rgb(213,95,97); }
div.DivClassName
{
background-color: #D55F61;
}
.BgClassName
{
background-color: #D55F61;
}
</style>
border-color css
<style>
span { border-color: #D55F61; }
span { border-color: rgb(213,95,97); }
td.TdClassName
{
border-color: #D55F61;
}
.TagClassName
{
border-color: #D55F61;
}
</style>