Shades of Mandy #D6595D
Tints of Mandy #D6595D
RGB
CMYK
RGB Variations
Color information
#D6595D (or 0xD6595D) is known color: Mandy. HEX triplet: D6, 59 and 5D. RGB value is (214,89,93). Sum of RGB (Red+Green+Blue) = 214+89+93=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6595D is #29A6A2. Grayscale: #7E7E7E. Windows color (decimal): -2729635 or 6117846. OLE color: 6117846.
HSL color Cylindrical-coordinate representation of color #D6595D: hue angle of 358.08º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6595D is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 93 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.16 |
| HSL | 358.08º | 0.6% | 0.59% | - |
| HSV(B) | 358.08º | 0.58% | 0.84% | - |
| XYZ | 33.28 | 22.23 | 12.89 | - |
| YUV | 126.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 93 | 0 | 0.58 | 0.57 | 0.16 | 358.08 | 0.6 | 0.59 |
| Hex | D6 | 59 | 5D | 0 | 3A | 39 | 10 | 166 | 3C | 3B |
| Octal | 326 | 131 | 135 | 0 | 72 | 71 | 20 | 546 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1011101 | 0 | 111010 | 111001 | 10000 | 101100110 | 111100 | 111011 |
Color Harmonies of #D6595D
Complementary color
Monochromatic Colors of #D6595D
Black with #D6595D
Text Example
Text Example
White with #D6595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6595D; }
p { color: rgb(214,89,93); }
H1.HeaderClassName
{
color: #D6595D;
}
.AnyTagClassName
{
color: #D6595D;
}
</style>
background-color css
<style>
a { background-color: #D6595D; }
a { background-color: rgb(214,89,93); }
div.DivClassName
{
background-color: #D6595D;
}
.BgClassName
{
background-color: #D6595D;
}
</style>
border-color css
<style>
span { border-color: #D6595D; }
span { border-color: rgb(214,89,93); }
td.TdClassName
{
border-color: #D6595D;
}
.TagClassName
{
border-color: #D6595D;
}
</style>