Shades of Mandy #DE485B
Tints of Mandy #DE485B
RGB
CMYK
RGB Variations
Color information
#DE485B (or 0xDE485B) is known color: Mandy. HEX triplet: DE, 48 and 5B. RGB value is (222,72,91). Sum of RGB (Red+Green+Blue) = 222+72+91=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE485B is #21B7A4. Grayscale: #777777. Windows color (decimal): -2209701 or 5982430. OLE color: 5982430.
HSL color Cylindrical-coordinate representation of color #DE485B: hue angle of 352.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE485B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 91 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.13 |
| HSL | 352.4º | 0.69% | 0.58% | - |
| HSV(B) | 352.4º | 0.68% | 0.87% | - |
| XYZ | 34.33 | 20.92 | 12.13 | - |
| YUV | 119.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 91 | 0 | 0.68 | 0.59 | 0.13 | 352.4 | 0.69 | 0.58 |
| Hex | DE | 48 | 5B | 0 | 44 | 3B | D | 160 | 45 | 3A |
| Octal | 336 | 110 | 133 | 0 | 104 | 73 | 15 | 540 | 105 | 72 |
| Binary | 11011110 | 1001000 | 1011011 | 0 | 1000100 | 111011 | 1101 | 101100000 | 1000101 | 111010 |
Color Harmonies of #DE485B
Complementary color
Monochromatic Colors of #DE485B
Black with #DE485B
Text Example
Text Example
White with #DE485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE485B; }
p { color: rgb(222,72,91); }
H1.HeaderClassName
{
color: #DE485B;
}
.AnyTagClassName
{
color: #DE485B;
}
</style>
background-color css
<style>
a { background-color: #DE485B; }
a { background-color: rgb(222,72,91); }
div.DivClassName
{
background-color: #DE485B;
}
.BgClassName
{
background-color: #DE485B;
}
</style>
border-color css
<style>
span { border-color: #DE485B; }
span { border-color: rgb(222,72,91); }
td.TdClassName
{
border-color: #DE485B;
}
.TagClassName
{
border-color: #DE485B;
}
</style>