Shades of Mandy #DE595C
Tints of Mandy #DE595C
RGB
CMYK
RGB Variations
Color information
#DE595C (or 0xDE595C) is known color: Mandy. HEX triplet: DE, 59 and 5C. RGB value is (222,89,92). Sum of RGB (Red+Green+Blue) = 222+89+92=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE595C is #21A6A3. Grayscale: #818181. Windows color (decimal): -2205348 or 6052318. OLE color: 6052318.
HSL color Cylindrical-coordinate representation of color #DE595C: hue angle of 358.65º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE595C is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 92 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.13 |
| HSL | 358.65º | 0.67% | 0.61% | - |
| HSV(B) | 358.65º | 0.6% | 0.87% | - |
| XYZ | 35.63 | 23.45 | 12.77 | - |
| YUV | 129.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 92 | 0 | 0.60 | 0.59 | 0.13 | 358.65 | 0.67 | 0.61 |
| Hex | DE | 59 | 5C | 0 | 3C | 3B | D | 167 | 43 | 3D |
| Octal | 336 | 131 | 134 | 0 | 74 | 73 | 15 | 547 | 103 | 75 |
| Binary | 11011110 | 1011001 | 1011100 | 0 | 111100 | 111011 | 1101 | 101100111 | 1000011 | 111101 |
Color Harmonies of #DE595C
Complementary color
Monochromatic Colors of #DE595C
Black with #DE595C
Text Example
Text Example
White with #DE595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE595C; }
p { color: rgb(222,89,92); }
H1.HeaderClassName
{
color: #DE595C;
}
.AnyTagClassName
{
color: #DE595C;
}
</style>
background-color css
<style>
a { background-color: #DE595C; }
a { background-color: rgb(222,89,92); }
div.DivClassName
{
background-color: #DE595C;
}
.BgClassName
{
background-color: #DE595C;
}
</style>
border-color css
<style>
span { border-color: #DE595C; }
span { border-color: rgb(222,89,92); }
td.TdClassName
{
border-color: #DE595C;
}
.TagClassName
{
border-color: #DE595C;
}
</style>