Shades of Mandy #D15461
Tints of Mandy #D15461
RGB
CMYK
RGB Variations
Color information
#D15461 (or 0xD15461) is known color: Mandy. HEX triplet: D1, 54 and 61. RGB value is (209,84,97). Sum of RGB (Red+Green+Blue) = 209+84+97=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D15461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15461 is #2EAB9E. Grayscale: #7A7A7A. Windows color (decimal): -3058591 or 6378705. OLE color: 6378705.
HSL color Cylindrical-coordinate representation of color #D15461: hue angle of 353.76º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15461 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 97 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.18 |
| HSL | 353.76º | 0.58% | 0.57% | - |
| HSV(B) | 353.76º | 0.6% | 0.82% | - |
| XYZ | 31.62 | 20.76 | 13.65 | - |
| YUV | 122.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 97 | 0 | 0.60 | 0.54 | 0.18 | 353.76 | 0.58 | 0.57 |
| Hex | D1 | 54 | 61 | 0 | 3C | 36 | 12 | 162 | 3A | 39 |
| Octal | 321 | 124 | 141 | 0 | 74 | 66 | 22 | 542 | 72 | 71 |
| Binary | 11010001 | 1010100 | 1100001 | 0 | 111100 | 110110 | 10010 | 101100010 | 111010 | 111001 |
Color Harmonies of #D15461
Complementary color
Monochromatic Colors of #D15461
Black with #D15461
Text Example
Text Example
White with #D15461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15461; }
p { color: rgb(209,84,97); }
H1.HeaderClassName
{
color: #D15461;
}
.AnyTagClassName
{
color: #D15461;
}
</style>
background-color css
<style>
a { background-color: #D15461; }
a { background-color: rgb(209,84,97); }
div.DivClassName
{
background-color: #D15461;
}
.BgClassName
{
background-color: #D15461;
}
</style>
border-color css
<style>
span { border-color: #D15461; }
span { border-color: rgb(209,84,97); }
td.TdClassName
{
border-color: #D15461;
}
.TagClassName
{
border-color: #D15461;
}
</style>