Shades of Mandy #D1565B
Tints of Mandy #D1565B
RGB
CMYK
RGB Variations
Color information
#D1565B (or 0xD1565B) is known color: Mandy. HEX triplet: D1, 56 and 5B. RGB value is (209,86,91). Sum of RGB (Red+Green+Blue) = 209+86+91=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1565B is #2EA9A4. Grayscale: #7B7B7B. Windows color (decimal): -3058085 or 5986001. OLE color: 5986001.
HSL color Cylindrical-coordinate representation of color #D1565B: hue angle of 357.56º 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 #D1565B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 91 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.18 |
| HSL | 357.56º | 0.57% | 0.58% | - |
| HSV(B) | 357.56º | 0.59% | 0.82% | - |
| XYZ | 31.51 | 20.97 | 12.28 | - |
| YUV | 123.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 91 | 0 | 0.59 | 0.56 | 0.18 | 357.56 | 0.57 | 0.58 |
| Hex | D1 | 56 | 5B | 0 | 3B | 38 | 12 | 166 | 39 | 3A |
| Octal | 321 | 126 | 133 | 0 | 73 | 70 | 22 | 546 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1011011 | 0 | 111011 | 111000 | 10010 | 101100110 | 111001 | 111010 |
Color Harmonies of #D1565B
Complementary color
Monochromatic Colors of #D1565B
Black with #D1565B
Text Example
Text Example
White with #D1565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1565B; }
p { color: rgb(209,86,91); }
H1.HeaderClassName
{
color: #D1565B;
}
.AnyTagClassName
{
color: #D1565B;
}
</style>
background-color css
<style>
a { background-color: #D1565B; }
a { background-color: rgb(209,86,91); }
div.DivClassName
{
background-color: #D1565B;
}
.BgClassName
{
background-color: #D1565B;
}
</style>
border-color css
<style>
span { border-color: #D1565B; }
span { border-color: rgb(209,86,91); }
td.TdClassName
{
border-color: #D1565B;
}
.TagClassName
{
border-color: #D1565B;
}
</style>