Shades of Mandy #DC505B
Tints of Mandy #DC505B
RGB
CMYK
RGB Variations
Color information
#DC505B (or 0xDC505B) is known color: Mandy. HEX triplet: DC, 50 and 5B. RGB value is (220,80,91). Sum of RGB (Red+Green+Blue) = 220+80+91=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC505B is #23AFA4. Grayscale: #7B7B7B. Windows color (decimal): -2338725 or 5984476. OLE color: 5984476.
HSL color Cylindrical-coordinate representation of color #DC505B: hue angle of 355.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC505B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 91 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.14 |
| HSL | 355.29º | 0.67% | 0.59% | - |
| HSV(B) | 355.29º | 0.64% | 0.86% | - |
| XYZ | 34.27 | 21.71 | 12.28 | - |
| YUV | 123.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 91 | 0 | 0.64 | 0.59 | 0.14 | 355.29 | 0.67 | 0.59 |
| Hex | DC | 50 | 5B | 0 | 40 | 3B | E | 163 | 43 | 3B |
| Octal | 334 | 120 | 133 | 0 | 100 | 73 | 16 | 543 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1011011 | 0 | 1000000 | 111011 | 1110 | 101100011 | 1000011 | 111011 |
Color Harmonies of #DC505B
Complementary color
Monochromatic Colors of #DC505B
Black with #DC505B
Text Example
Text Example
White with #DC505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC505B; }
p { color: rgb(220,80,91); }
H1.HeaderClassName
{
color: #DC505B;
}
.AnyTagClassName
{
color: #DC505B;
}
</style>
background-color css
<style>
a { background-color: #DC505B; }
a { background-color: rgb(220,80,91); }
div.DivClassName
{
background-color: #DC505B;
}
.BgClassName
{
background-color: #DC505B;
}
</style>
border-color css
<style>
span { border-color: #DC505B; }
span { border-color: rgb(220,80,91); }
td.TdClassName
{
border-color: #DC505B;
}
.TagClassName
{
border-color: #DC505B;
}
</style>