Shades of Mandy #D15561
Tints of Mandy #D15561
RGB
CMYK
RGB Variations
Color information
#D15561 (or 0xD15561) is known color: Mandy. HEX triplet: D1, 55 and 61. RGB value is (209,85,97). Sum of RGB (Red+Green+Blue) = 209+85+97=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D15561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15561 is #2EAA9E. Grayscale: #7B7B7B. Windows color (decimal): -3058335 or 6378961. OLE color: 6378961.
HSL color Cylindrical-coordinate representation of color #D15561: hue angle of 354.19º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15561 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 97 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.18 |
| HSL | 354.19º | 0.57% | 0.58% | - |
| HSV(B) | 354.19º | 0.59% | 0.82% | - |
| XYZ | 31.7 | 20.92 | 13.68 | - |
| YUV | 123.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 97 | 0 | 0.59 | 0.54 | 0.18 | 354.19 | 0.57 | 0.58 |
| Hex | D1 | 55 | 61 | 0 | 3B | 36 | 12 | 162 | 39 | 3A |
| Octal | 321 | 125 | 141 | 0 | 73 | 66 | 22 | 542 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1100001 | 0 | 111011 | 110110 | 10010 | 101100010 | 111001 | 111010 |
Color Harmonies of #D15561
Complementary color
Monochromatic Colors of #D15561
Black with #D15561
Text Example
Text Example
White with #D15561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15561; }
p { color: rgb(209,85,97); }
H1.HeaderClassName
{
color: #D15561;
}
.AnyTagClassName
{
color: #D15561;
}
</style>
background-color css
<style>
a { background-color: #D15561; }
a { background-color: rgb(209,85,97); }
div.DivClassName
{
background-color: #D15561;
}
.BgClassName
{
background-color: #D15561;
}
</style>
border-color css
<style>
span { border-color: #D15561; }
span { border-color: rgb(209,85,97); }
td.TdClassName
{
border-color: #D15561;
}
.TagClassName
{
border-color: #D15561;
}
</style>