Shades of Mandy #DC4257
Tints of Mandy #DC4257
RGB
CMYK
RGB Variations
Color information
#DC4257 (or 0xDC4257) is known color: Mandy. HEX triplet: DC, 42 and 57. RGB value is (220,66,87). Sum of RGB (Red+Green+Blue) = 220+66+87=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4257 is #23BDA8. Grayscale: #727272. Windows color (decimal): -2342313 or 5718748. OLE color: 5718748.
HSL color Cylindrical-coordinate representation of color #DC4257: hue angle of 351.82º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4257 is Cyan = 0, Magento = 0.7, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 87 | - |
| CMYK | 0 | 0.7 | 0.60 | 0.14 |
| HSL | 351.82º | 0.69% | 0.56% | - |
| HSV(B) | 351.82º | 0.7% | 0.86% | - |
| XYZ | 33.18 | 19.8 | 11.09 | - |
| YUV | 114.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 87 | 0 | 0.7 | 0.60 | 0.14 | 351.82 | 0.69 | 0.56 |
| Hex | DC | 42 | 57 | 0 | 46 | 3C | E | 160 | 45 | 38 |
| Octal | 334 | 102 | 127 | 0 | 106 | 74 | 16 | 540 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1010111 | 0 | 1000110 | 111100 | 1110 | 101100000 | 1000101 | 111000 |
Color Harmonies of #DC4257
Complementary color
Monochromatic Colors of #DC4257
Black with #DC4257
Text Example
Text Example
White with #DC4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4257; }
p { color: rgb(220,66,87); }
H1.HeaderClassName
{
color: #DC4257;
}
.AnyTagClassName
{
color: #DC4257;
}
</style>
background-color css
<style>
a { background-color: #DC4257; }
a { background-color: rgb(220,66,87); }
div.DivClassName
{
background-color: #DC4257;
}
.BgClassName
{
background-color: #DC4257;
}
</style>
border-color css
<style>
span { border-color: #DC4257; }
span { border-color: rgb(220,66,87); }
td.TdClassName
{
border-color: #DC4257;
}
.TagClassName
{
border-color: #DC4257;
}
</style>