Shades of Mandy #DE585D
Tints of Mandy #DE585D
RGB
CMYK
RGB Variations
Color information
#DE585D (or 0xDE585D) is known color: Mandy. HEX triplet: DE, 58 and 5D. RGB value is (222,88,93). Sum of RGB (Red+Green+Blue) = 222+88+93=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE585D is #21A7A2. Grayscale: #808080. Windows color (decimal): -2205603 or 6117598. OLE color: 6117598.
HSL color Cylindrical-coordinate representation of color #DE585D: hue angle of 357.76º 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 #DE585D is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 93 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.13 |
| HSL | 357.76º | 0.67% | 0.61% | - |
| HSV(B) | 357.76º | 0.6% | 0.87% | - |
| XYZ | 35.59 | 23.3 | 12.98 | - |
| YUV | 128.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 93 | 0 | 0.60 | 0.58 | 0.13 | 357.76 | 0.67 | 0.61 |
| Hex | DE | 58 | 5D | 0 | 3C | 3A | D | 166 | 43 | 3D |
| Octal | 336 | 130 | 135 | 0 | 74 | 72 | 15 | 546 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1011101 | 0 | 111100 | 111010 | 1101 | 101100110 | 1000011 | 111101 |
Color Harmonies of #DE585D
Complementary color
Monochromatic Colors of #DE585D
Black with #DE585D
Text Example
Text Example
White with #DE585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE585D; }
p { color: rgb(222,88,93); }
H1.HeaderClassName
{
color: #DE585D;
}
.AnyTagClassName
{
color: #DE585D;
}
</style>
background-color css
<style>
a { background-color: #DE585D; }
a { background-color: rgb(222,88,93); }
div.DivClassName
{
background-color: #DE585D;
}
.BgClassName
{
background-color: #DE585D;
}
</style>
border-color css
<style>
span { border-color: #DE585D; }
span { border-color: rgb(222,88,93); }
td.TdClassName
{
border-color: #DE585D;
}
.TagClassName
{
border-color: #DE585D;
}
</style>