Shades of Mandy #DE505B
Tints of Mandy #DE505B
RGB
CMYK
RGB Variations
Color information
#DE505B (or 0xDE505B) is known color: Mandy. HEX triplet: DE, 50 and 5B. RGB value is (222,80,91). Sum of RGB (Red+Green+Blue) = 222+80+91=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE505B is #21AFA4. Grayscale: #7B7B7B. Windows color (decimal): -2207653 or 5984478. OLE color: 5984478.
HSL color Cylindrical-coordinate representation of color #DE505B: hue angle of 355.35º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE505B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 91 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.13 |
| HSL | 355.35º | 0.68% | 0.59% | - |
| HSV(B) | 355.35º | 0.64% | 0.87% | - |
| XYZ | 34.88 | 22.02 | 12.31 | - |
| YUV | 123.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 91 | 0 | 0.64 | 0.59 | 0.13 | 355.35 | 0.68 | 0.59 |
| Hex | DE | 50 | 5B | 0 | 40 | 3B | D | 163 | 44 | 3B |
| Octal | 336 | 120 | 133 | 0 | 100 | 73 | 15 | 543 | 104 | 73 |
| Binary | 11011110 | 1010000 | 1011011 | 0 | 1000000 | 111011 | 1101 | 101100011 | 1000100 | 111011 |
Color Harmonies of #DE505B
Complementary color
Monochromatic Colors of #DE505B
Black with #DE505B
Text Example
Text Example
White with #DE505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE505B; }
p { color: rgb(222,80,91); }
H1.HeaderClassName
{
color: #DE505B;
}
.AnyTagClassName
{
color: #DE505B;
}
</style>
background-color css
<style>
a { background-color: #DE505B; }
a { background-color: rgb(222,80,91); }
div.DivClassName
{
background-color: #DE505B;
}
.BgClassName
{
background-color: #DE505B;
}
</style>
border-color css
<style>
span { border-color: #DE505B; }
span { border-color: rgb(222,80,91); }
td.TdClassName
{
border-color: #DE505B;
}
.TagClassName
{
border-color: #DE505B;
}
</style>