Shades of Mandy #DC5259
Tints of Mandy #DC5259
RGB
CMYK
RGB Variations
Color information
#DC5259 (or 0xDC5259) is known color: Mandy. HEX triplet: DC, 52 and 59. RGB value is (220,82,89). Sum of RGB (Red+Green+Blue) = 220+82+89=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5259 is #23ADA6. Grayscale: #7C7C7C. Windows color (decimal): -2338215 or 5853916. OLE color: 5853916.
HSL color Cylindrical-coordinate representation of color #DC5259: hue angle of 356.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5259 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 89 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.14 |
| HSL | 356.96º | 0.66% | 0.59% | - |
| HSV(B) | 356.96º | 0.63% | 0.86% | - |
| XYZ | 34.34 | 21.97 | 11.88 | - |
| YUV | 124.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 89 | 0 | 0.63 | 0.60 | 0.14 | 356.96 | 0.66 | 0.59 |
| Hex | DC | 52 | 59 | 0 | 3F | 3C | E | 165 | 42 | 3B |
| Octal | 334 | 122 | 131 | 0 | 77 | 74 | 16 | 545 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1011001 | 0 | 111111 | 111100 | 1110 | 101100101 | 1000010 | 111011 |
Color Harmonies of #DC5259
Complementary color
Monochromatic Colors of #DC5259
Black with #DC5259
Text Example
Text Example
White with #DC5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5259; }
p { color: rgb(220,82,89); }
H1.HeaderClassName
{
color: #DC5259;
}
.AnyTagClassName
{
color: #DC5259;
}
</style>
background-color css
<style>
a { background-color: #DC5259; }
a { background-color: rgb(220,82,89); }
div.DivClassName
{
background-color: #DC5259;
}
.BgClassName
{
background-color: #DC5259;
}
</style>
border-color css
<style>
span { border-color: #DC5259; }
span { border-color: rgb(220,82,89); }
td.TdClassName
{
border-color: #DC5259;
}
.TagClassName
{
border-color: #DC5259;
}
</style>