Shades of Mandy #DC505F
Tints of Mandy #DC505F
RGB
CMYK
RGB Variations
Color information
#DC505F (or 0xDC505F) is known color: Mandy. HEX triplet: DC, 50 and 5F. RGB value is (220,80,95). Sum of RGB (Red+Green+Blue) = 220+80+95=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC505F is #23AFA0. Grayscale: #7B7B7B. Windows color (decimal): -2338721 or 6246620. OLE color: 6246620.
HSL color Cylindrical-coordinate representation of color #DC505F: hue angle of 353.57º 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 #DC505F is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 95 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.14 |
| HSL | 353.57º | 0.67% | 0.59% | - |
| HSV(B) | 353.57º | 0.64% | 0.86% | - |
| XYZ | 34.45 | 21.78 | 13.21 | - |
| YUV | 123.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 95 | 0 | 0.64 | 0.57 | 0.14 | 353.57 | 0.67 | 0.59 |
| Hex | DC | 50 | 5F | 0 | 40 | 39 | E | 162 | 43 | 3B |
| Octal | 334 | 120 | 137 | 0 | 100 | 71 | 16 | 542 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1011111 | 0 | 1000000 | 111001 | 1110 | 101100010 | 1000011 | 111011 |
Color Harmonies of #DC505F
Complementary color
Monochromatic Colors of #DC505F
Black with #DC505F
Text Example
Text Example
White with #DC505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC505F; }
p { color: rgb(220,80,95); }
H1.HeaderClassName
{
color: #DC505F;
}
.AnyTagClassName
{
color: #DC505F;
}
</style>
background-color css
<style>
a { background-color: #DC505F; }
a { background-color: rgb(220,80,95); }
div.DivClassName
{
background-color: #DC505F;
}
.BgClassName
{
background-color: #DC505F;
}
</style>
border-color css
<style>
span { border-color: #DC505F; }
span { border-color: rgb(220,80,95); }
td.TdClassName
{
border-color: #DC505F;
}
.TagClassName
{
border-color: #DC505F;
}
</style>