Shades of Mandy #DC4B57
Tints of Mandy #DC4B57
RGB
CMYK
RGB Variations
Color information
#DC4B57 (or 0xDC4B57) is known color: Mandy. HEX triplet: DC, 4B and 57. RGB value is (220,75,87). Sum of RGB (Red+Green+Blue) = 220+75+87=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B57 is #23B4A8. Grayscale: #777777. Windows color (decimal): -2340009 or 5721052. OLE color: 5721052.
HSL color Cylindrical-coordinate representation of color #DC4B57: hue angle of 355.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B57 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 87 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.14 |
| HSL | 355.03º | 0.67% | 0.58% | - |
| HSV(B) | 355.03º | 0.66% | 0.86% | - |
| XYZ | 33.75 | 20.94 | 11.28 | - |
| YUV | 119.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 87 | 0 | 0.66 | 0.60 | 0.14 | 355.03 | 0.67 | 0.58 |
| Hex | DC | 4B | 57 | 0 | 42 | 3C | E | 163 | 43 | 3A |
| Octal | 334 | 113 | 127 | 0 | 102 | 74 | 16 | 543 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1010111 | 0 | 1000010 | 111100 | 1110 | 101100011 | 1000011 | 111010 |
Color Harmonies of #DC4B57
Complementary color
Monochromatic Colors of #DC4B57
Black with #DC4B57
Text Example
Text Example
White with #DC4B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B57; }
p { color: rgb(220,75,87); }
H1.HeaderClassName
{
color: #DC4B57;
}
.AnyTagClassName
{
color: #DC4B57;
}
</style>
background-color css
<style>
a { background-color: #DC4B57; }
a { background-color: rgb(220,75,87); }
div.DivClassName
{
background-color: #DC4B57;
}
.BgClassName
{
background-color: #DC4B57;
}
</style>
border-color css
<style>
span { border-color: #DC4B57; }
span { border-color: rgb(220,75,87); }
td.TdClassName
{
border-color: #DC4B57;
}
.TagClassName
{
border-color: #DC4B57;
}
</style>