Shades of Mandy #DE585C
Tints of Mandy #DE585C
RGB
CMYK
RGB Variations
Color information
#DE585C (or 0xDE585C) is known color: Mandy. HEX triplet: DE, 58 and 5C. RGB value is (222,88,92). Sum of RGB (Red+Green+Blue) = 222+88+92=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE585C is #21A7A3. Grayscale: #808080. Windows color (decimal): -2205604 or 6052062. OLE color: 6052062.
HSL color Cylindrical-coordinate representation of color #DE585C: hue angle of 358.21º 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 #DE585C is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 92 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.13 |
| HSL | 358.21º | 0.67% | 0.61% | - |
| HSV(B) | 358.21º | 0.6% | 0.87% | - |
| XYZ | 35.55 | 23.28 | 12.75 | - |
| YUV | 128.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 92 | 0 | 0.60 | 0.59 | 0.13 | 358.21 | 0.67 | 0.61 |
| Hex | DE | 58 | 5C | 0 | 3C | 3B | D | 166 | 43 | 3D |
| Octal | 336 | 130 | 134 | 0 | 74 | 73 | 15 | 546 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1011100 | 0 | 111100 | 111011 | 1101 | 101100110 | 1000011 | 111101 |
Color Harmonies of #DE585C
Complementary color
Monochromatic Colors of #DE585C
Black with #DE585C
Text Example
Text Example
White with #DE585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE585C; }
p { color: rgb(222,88,92); }
H1.HeaderClassName
{
color: #DE585C;
}
.AnyTagClassName
{
color: #DE585C;
}
</style>
background-color css
<style>
a { background-color: #DE585C; }
a { background-color: rgb(222,88,92); }
div.DivClassName
{
background-color: #DE585C;
}
.BgClassName
{
background-color: #DE585C;
}
</style>
border-color css
<style>
span { border-color: #DE585C; }
span { border-color: rgb(222,88,92); }
td.TdClassName
{
border-color: #DE585C;
}
.TagClassName
{
border-color: #DE585C;
}
</style>