Shades of Mandy #D5595A
Tints of Mandy #D5595A
RGB
CMYK
RGB Variations
Color information
#D5595A (or 0xD5595A) is known color: Mandy. HEX triplet: D5, 59 and 5A. RGB value is (213,89,90). Sum of RGB (Red+Green+Blue) = 213+89+90=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5595A is #2AA6A5. Grayscale: #7E7E7E. Windows color (decimal): -2795174 or 5921237. OLE color: 5921237.
HSL color Cylindrical-coordinate representation of color #D5595A: hue angle of 359.52º 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 #D5595A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 90 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.16 |
| HSL | 359.52º | 0.6% | 0.59% | - |
| HSV(B) | 359.52º | 0.58% | 0.84% | - |
| XYZ | 32.86 | 22.03 | 12.19 | - |
| YUV | 126.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 90 | 0 | 0.58 | 0.58 | 0.16 | 359.52 | 0.6 | 0.59 |
| Hex | D5 | 59 | 5A | 0 | 3A | 3A | 10 | 168 | 3C | 3B |
| Octal | 325 | 131 | 132 | 0 | 72 | 72 | 20 | 550 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1011010 | 0 | 111010 | 111010 | 10000 | 101101000 | 111100 | 111011 |
Color Harmonies of #D5595A
Complementary color
Monochromatic Colors of #D5595A
Black with #D5595A
Text Example
Text Example
White with #D5595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5595A; }
p { color: rgb(213,89,90); }
H1.HeaderClassName
{
color: #D5595A;
}
.AnyTagClassName
{
color: #D5595A;
}
</style>
background-color css
<style>
a { background-color: #D5595A; }
a { background-color: rgb(213,89,90); }
div.DivClassName
{
background-color: #D5595A;
}
.BgClassName
{
background-color: #D5595A;
}
</style>
border-color css
<style>
span { border-color: #D5595A; }
span { border-color: rgb(213,89,90); }
td.TdClassName
{
border-color: #D5595A;
}
.TagClassName
{
border-color: #D5595A;
}
</style>