Shades of Mandy #DC5153
Tints of Mandy #DC5153
RGB
CMYK
RGB Variations
Color information
#DC5153 (or 0xDC5153) is known color: Mandy. HEX triplet: DC, 51 and 53. RGB value is (220,81,83). Sum of RGB (Red+Green+Blue) = 220+81+83=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5153 is #23AEAC. Grayscale: #7A7A7A. Windows color (decimal): -2338477 or 5460444. OLE color: 5460444.
HSL color Cylindrical-coordinate representation of color #DC5153: hue angle of 359.14º degrees, saturation: 0.67, 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 #DC5153 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 83 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.14 |
| HSL | 359.14º | 0.67% | 0.59% | - |
| HSV(B) | 359.14º | 0.63% | 0.86% | - |
| XYZ | 34.02 | 21.73 | 10.58 | - |
| YUV | 122.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 83 | 0 | 0.63 | 0.62 | 0.14 | 359.14 | 0.67 | 0.59 |
| Hex | DC | 51 | 53 | 0 | 3F | 3E | E | 167 | 43 | 3B |
| Octal | 334 | 121 | 123 | 0 | 77 | 76 | 16 | 547 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1010011 | 0 | 111111 | 111110 | 1110 | 101100111 | 1000011 | 111011 |
Color Harmonies of #DC5153
Complementary color
Monochromatic Colors of #DC5153
Black with #DC5153
Text Example
Text Example
White with #DC5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5153; }
p { color: rgb(220,81,83); }
H1.HeaderClassName
{
color: #DC5153;
}
.AnyTagClassName
{
color: #DC5153;
}
</style>
background-color css
<style>
a { background-color: #DC5153; }
a { background-color: rgb(220,81,83); }
div.DivClassName
{
background-color: #DC5153;
}
.BgClassName
{
background-color: #DC5153;
}
</style>
border-color css
<style>
span { border-color: #DC5153; }
span { border-color: rgb(220,81,83); }
td.TdClassName
{
border-color: #DC5153;
}
.TagClassName
{
border-color: #DC5153;
}
</style>