Shades of Mandy #DC5158
Tints of Mandy #DC5158
RGB
CMYK
RGB Variations
Color information
#DC5158 (or 0xDC5158) is known color: Mandy. HEX triplet: DC, 51 and 58. RGB value is (220,81,88). Sum of RGB (Red+Green+Blue) = 220+81+88=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5158 is #23AEA7. Grayscale: #7B7B7B. Windows color (decimal): -2338472 or 5788124. OLE color: 5788124.
HSL color Cylindrical-coordinate representation of color #DC5158: hue angle of 356.98º 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 #DC5158 is Cyan = 0, Magento = 0.63, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 88 | - |
| CMYK | 0 | 0.63 | 0.6 | 0.14 |
| HSL | 356.98º | 0.67% | 0.59% | - |
| HSV(B) | 356.98º | 0.63% | 0.86% | - |
| XYZ | 34.22 | 21.81 | 11.64 | - |
| YUV | 123.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 88 | 0 | 0.63 | 0.6 | 0.14 | 356.98 | 0.67 | 0.59 |
| Hex | DC | 51 | 58 | 0 | 3F | 3C | E | 165 | 43 | 3B |
| Octal | 334 | 121 | 130 | 0 | 77 | 74 | 16 | 545 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1011000 | 0 | 111111 | 111100 | 1110 | 101100101 | 1000011 | 111011 |
Color Harmonies of #DC5158
Complementary color
Monochromatic Colors of #DC5158
Black with #DC5158
Text Example
Text Example
White with #DC5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5158; }
p { color: rgb(220,81,88); }
H1.HeaderClassName
{
color: #DC5158;
}
.AnyTagClassName
{
color: #DC5158;
}
</style>
background-color css
<style>
a { background-color: #DC5158; }
a { background-color: rgb(220,81,88); }
div.DivClassName
{
background-color: #DC5158;
}
.BgClassName
{
background-color: #DC5158;
}
</style>
border-color css
<style>
span { border-color: #DC5158; }
span { border-color: rgb(220,81,88); }
td.TdClassName
{
border-color: #DC5158;
}
.TagClassName
{
border-color: #DC5158;
}
</style>