Shades of Mandy #D5595C
Tints of Mandy #D5595C
RGB
CMYK
RGB Variations
Color information
#D5595C (or 0xD5595C) is known color: Mandy. HEX triplet: D5, 59 and 5C. RGB value is (213,89,92). Sum of RGB (Red+Green+Blue) = 213+89+92=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5595C is #2AA6A3. Grayscale: #7E7E7E. Windows color (decimal): -2795172 or 6052309. OLE color: 6052309.
HSL color Cylindrical-coordinate representation of color #D5595C: hue angle of 358.55º 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 #D5595C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 92 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.16 |
| HSL | 358.55º | 0.6% | 0.59% | - |
| HSV(B) | 358.55º | 0.58% | 0.84% | - |
| XYZ | 32.94 | 22.06 | 12.65 | - |
| YUV | 126.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 92 | 0 | 0.58 | 0.57 | 0.16 | 358.55 | 0.6 | 0.59 |
| Hex | D5 | 59 | 5C | 0 | 3A | 39 | 10 | 167 | 3C | 3B |
| Octal | 325 | 131 | 134 | 0 | 72 | 71 | 20 | 547 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1011100 | 0 | 111010 | 111001 | 10000 | 101100111 | 111100 | 111011 |
Color Harmonies of #D5595C
Complementary color
Monochromatic Colors of #D5595C
Black with #D5595C
Text Example
Text Example
White with #D5595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5595C; }
p { color: rgb(213,89,92); }
H1.HeaderClassName
{
color: #D5595C;
}
.AnyTagClassName
{
color: #D5595C;
}
</style>
background-color css
<style>
a { background-color: #D5595C; }
a { background-color: rgb(213,89,92); }
div.DivClassName
{
background-color: #D5595C;
}
.BgClassName
{
background-color: #D5595C;
}
</style>
border-color css
<style>
span { border-color: #D5595C; }
span { border-color: rgb(213,89,92); }
td.TdClassName
{
border-color: #D5595C;
}
.TagClassName
{
border-color: #D5595C;
}
</style>