Shades of Mandy #DE585E
Tints of Mandy #DE585E
RGB
CMYK
RGB Variations
Color information
#DE585E (or 0xDE585E) is known color: Mandy. HEX triplet: DE, 58 and 5E. RGB value is (222,88,94). Sum of RGB (Red+Green+Blue) = 222+88+94=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE585E is #21A7A1. Grayscale: #808080. Windows color (decimal): -2205602 or 6183134. OLE color: 6183134.
HSL color Cylindrical-coordinate representation of color #DE585E: hue angle of 357.31º 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 #DE585E is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 94 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.13 |
| HSL | 357.31º | 0.67% | 0.61% | - |
| HSV(B) | 357.31º | 0.6% | 0.87% | - |
| XYZ | 35.63 | 23.32 | 13.21 | - |
| YUV | 128.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 94 | 0 | 0.60 | 0.58 | 0.13 | 357.31 | 0.67 | 0.61 |
| Hex | DE | 58 | 5E | 0 | 3C | 3A | D | 165 | 43 | 3D |
| Octal | 336 | 130 | 136 | 0 | 74 | 72 | 15 | 545 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1011110 | 0 | 111100 | 111010 | 1101 | 101100101 | 1000011 | 111101 |
Color Harmonies of #DE585E
Complementary color
Monochromatic Colors of #DE585E
Black with #DE585E
Text Example
Text Example
White with #DE585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE585E; }
p { color: rgb(222,88,94); }
H1.HeaderClassName
{
color: #DE585E;
}
.AnyTagClassName
{
color: #DE585E;
}
</style>
background-color css
<style>
a { background-color: #DE585E; }
a { background-color: rgb(222,88,94); }
div.DivClassName
{
background-color: #DE585E;
}
.BgClassName
{
background-color: #DE585E;
}
</style>
border-color css
<style>
span { border-color: #DE585E; }
span { border-color: rgb(222,88,94); }
td.TdClassName
{
border-color: #DE585E;
}
.TagClassName
{
border-color: #DE585E;
}
</style>