Shades of Mandy #DC595F
Tints of Mandy #DC595F
RGB
CMYK
RGB Variations
Color information
#DC595F (or 0xDC595F) is known color: Mandy. HEX triplet: DC, 59 and 5F. RGB value is (220,89,95). Sum of RGB (Red+Green+Blue) = 220+89+95=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC595F is #23A6A0. Grayscale: #808080. Windows color (decimal): -2336417 or 6248924. OLE color: 6248924.
HSL color Cylindrical-coordinate representation of color #DC595F: hue angle of 357.25º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC595F is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 95 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.14 |
| HSL | 357.25º | 0.65% | 0.61% | - |
| HSV(B) | 357.25º | 0.6% | 0.86% | - |
| XYZ | 35.15 | 23.19 | 13.45 | - |
| YUV | 128.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 95 | 0 | 0.60 | 0.57 | 0.14 | 357.25 | 0.65 | 0.61 |
| Hex | DC | 59 | 5F | 0 | 3C | 39 | E | 165 | 41 | 3D |
| Octal | 334 | 131 | 137 | 0 | 74 | 71 | 16 | 545 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1011111 | 0 | 111100 | 111001 | 1110 | 101100101 | 1000001 | 111101 |
Color Harmonies of #DC595F
Complementary color
Monochromatic Colors of #DC595F
Black with #DC595F
Text Example
Text Example
White with #DC595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC595F; }
p { color: rgb(220,89,95); }
H1.HeaderClassName
{
color: #DC595F;
}
.AnyTagClassName
{
color: #DC595F;
}
</style>
background-color css
<style>
a { background-color: #DC595F; }
a { background-color: rgb(220,89,95); }
div.DivClassName
{
background-color: #DC595F;
}
.BgClassName
{
background-color: #DC595F;
}
</style>
border-color css
<style>
span { border-color: #DC595F; }
span { border-color: rgb(220,89,95); }
td.TdClassName
{
border-color: #DC595F;
}
.TagClassName
{
border-color: #DC595F;
}
</style>