Shades of Mandy #DE585B
Tints of Mandy #DE585B
RGB
CMYK
RGB Variations
Color information
#DE585B (or 0xDE585B) is known color: Mandy. HEX triplet: DE, 58 and 5B. RGB value is (222,88,91). Sum of RGB (Red+Green+Blue) = 222+88+91=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE585B is #21A7A4. Grayscale: #808080. Windows color (decimal): -2205605 or 5986526. OLE color: 5986526.
HSL color Cylindrical-coordinate representation of color #DE585B: hue angle of 358.66º 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 #DE585B is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 91 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.13 |
| HSL | 358.66º | 0.67% | 0.61% | - |
| HSV(B) | 358.66º | 0.6% | 0.87% | - |
| XYZ | 35.5 | 23.26 | 12.52 | - |
| YUV | 128.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 91 | 0 | 0.60 | 0.59 | 0.13 | 358.66 | 0.67 | 0.61 |
| Hex | DE | 58 | 5B | 0 | 3C | 3B | D | 167 | 43 | 3D |
| Octal | 336 | 130 | 133 | 0 | 74 | 73 | 15 | 547 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1011011 | 0 | 111100 | 111011 | 1101 | 101100111 | 1000011 | 111101 |
Color Harmonies of #DE585B
Complementary color
Monochromatic Colors of #DE585B
Black with #DE585B
Text Example
Text Example
White with #DE585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE585B; }
p { color: rgb(222,88,91); }
H1.HeaderClassName
{
color: #DE585B;
}
.AnyTagClassName
{
color: #DE585B;
}
</style>
background-color css
<style>
a { background-color: #DE585B; }
a { background-color: rgb(222,88,91); }
div.DivClassName
{
background-color: #DE585B;
}
.BgClassName
{
background-color: #DE585B;
}
</style>
border-color css
<style>
span { border-color: #DE585B; }
span { border-color: rgb(222,88,91); }
td.TdClassName
{
border-color: #DE585B;
}
.TagClassName
{
border-color: #DE585B;
}
</style>