Shades of Mandy #DC5D5F
Tints of Mandy #DC5D5F
RGB
CMYK
RGB Variations
Color information
#DC5D5F (or 0xDC5D5F) is known color: Mandy. HEX triplet: DC, 5D and 5F. RGB value is (220,93,95). Sum of RGB (Red+Green+Blue) = 220+93+95=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D5F is #23A2A0. Grayscale: #838383. Windows color (decimal): -2335393 or 6249948. OLE color: 6249948.
HSL color Cylindrical-coordinate representation of color #DC5D5F: hue angle of 359.06º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D5F is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 95 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.14 |
| HSL | 359.06º | 0.64% | 0.61% | - |
| HSV(B) | 359.06º | 0.58% | 0.86% | - |
| XYZ | 35.5 | 23.87 | 13.56 | - |
| YUV | 131.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 95 | 0 | 0.58 | 0.57 | 0.14 | 359.06 | 0.64 | 0.61 |
| Hex | DC | 5D | 5F | 0 | 3A | 39 | E | 167 | 40 | 3D |
| Octal | 334 | 135 | 137 | 0 | 72 | 71 | 16 | 547 | 100 | 75 |
| Binary | 11011100 | 1011101 | 1011111 | 0 | 111010 | 111001 | 1110 | 101100111 | 1000000 | 111101 |
Color Harmonies of #DC5D5F
Complementary color
Monochromatic Colors of #DC5D5F
Black with #DC5D5F
Text Example
Text Example
White with #DC5D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D5F; }
p { color: rgb(220,93,95); }
H1.HeaderClassName
{
color: #DC5D5F;
}
.AnyTagClassName
{
color: #DC5D5F;
}
</style>
background-color css
<style>
a { background-color: #DC5D5F; }
a { background-color: rgb(220,93,95); }
div.DivClassName
{
background-color: #DC5D5F;
}
.BgClassName
{
background-color: #DC5D5F;
}
</style>
border-color css
<style>
span { border-color: #DC5D5F; }
span { border-color: rgb(220,93,95); }
td.TdClassName
{
border-color: #DC5D5F;
}
.TagClassName
{
border-color: #DC5D5F;
}
</style>