Shades of Mandy #D15355
Tints of Mandy #D15355
RGB
CMYK
RGB Variations
Color information
#D15355 (or 0xD15355) is known color: Mandy. HEX triplet: D1, 53 and 55. RGB value is (209,83,85). Sum of RGB (Red+Green+Blue) = 209+83+85=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D15355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15355 is #2EACAA. Grayscale: #797979. Windows color (decimal): -3058859 or 5592017. OLE color: 5592017.
HSL color Cylindrical-coordinate representation of color #D15355: hue angle of 359.05º 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 #D15355 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 85 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.18 |
| HSL | 359.05º | 0.58% | 0.57% | - |
| HSV(B) | 359.05º | 0.6% | 0.82% | - |
| XYZ | 31.03 | 20.4 | 10.9 | - |
| YUV | 120.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 85 | 0 | 0.60 | 0.59 | 0.18 | 359.05 | 0.58 | 0.57 |
| Hex | D1 | 53 | 55 | 0 | 3C | 3B | 12 | 167 | 3A | 39 |
| Octal | 321 | 123 | 125 | 0 | 74 | 73 | 22 | 547 | 72 | 71 |
| Binary | 11010001 | 1010011 | 1010101 | 0 | 111100 | 111011 | 10010 | 101100111 | 111010 | 111001 |
Color Harmonies of #D15355
Complementary color
Monochromatic Colors of #D15355
Black with #D15355
Text Example
Text Example
White with #D15355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15355; }
p { color: rgb(209,83,85); }
H1.HeaderClassName
{
color: #D15355;
}
.AnyTagClassName
{
color: #D15355;
}
</style>
background-color css
<style>
a { background-color: #D15355; }
a { background-color: rgb(209,83,85); }
div.DivClassName
{
background-color: #D15355;
}
.BgClassName
{
background-color: #D15355;
}
</style>
border-color css
<style>
span { border-color: #D15355; }
span { border-color: rgb(209,83,85); }
td.TdClassName
{
border-color: #D15355;
}
.TagClassName
{
border-color: #D15355;
}
</style>