Shades of Mandy #DB595D
Tints of Mandy #DB595D
RGB
CMYK
RGB Variations
Color information
#DB595D (or 0xDB595D) is known color: Mandy. HEX triplet: DB, 59 and 5D. RGB value is (219,89,93). Sum of RGB (Red+Green+Blue) = 219+89+93=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB595D is #24A6A2. Grayscale: #808080. Windows color (decimal): -2401955 or 6117851. OLE color: 6117851.
HSL color Cylindrical-coordinate representation of color #DB595D: hue angle of 358.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB595D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 93 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.14 |
| HSL | 358.15º | 0.64% | 0.6% | - |
| HSV(B) | 358.15º | 0.59% | 0.86% | - |
| XYZ | 34.76 | 23 | 12.96 | - |
| YUV | 128.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 93 | 0 | 0.59 | 0.58 | 0.14 | 358.15 | 0.64 | 0.6 |
| Hex | DB | 59 | 5D | 0 | 3B | 3A | E | 166 | 40 | 3C |
| Octal | 333 | 131 | 135 | 0 | 73 | 72 | 16 | 546 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1011101 | 0 | 111011 | 111010 | 1110 | 101100110 | 1000000 | 111100 |
Color Harmonies of #DB595D
Complementary color
Monochromatic Colors of #DB595D
Black with #DB595D
Text Example
Text Example
White with #DB595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB595D; }
p { color: rgb(219,89,93); }
H1.HeaderClassName
{
color: #DB595D;
}
.AnyTagClassName
{
color: #DB595D;
}
</style>
background-color css
<style>
a { background-color: #DB595D; }
a { background-color: rgb(219,89,93); }
div.DivClassName
{
background-color: #DB595D;
}
.BgClassName
{
background-color: #DB595D;
}
</style>
border-color css
<style>
span { border-color: #DB595D; }
span { border-color: rgb(219,89,93); }
td.TdClassName
{
border-color: #DB595D;
}
.TagClassName
{
border-color: #DB595D;
}
</style>