Shades of Mandy #DC4251
Tints of Mandy #DC4251
RGB
CMYK
RGB Variations
Color information
#DC4251 (or 0xDC4251) is known color: Mandy. HEX triplet: DC, 42 and 51. RGB value is (220,66,81). Sum of RGB (Red+Green+Blue) = 220+66+81=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4251 is #23BDAE. Grayscale: #717171. Windows color (decimal): -2342319 or 5325532. OLE color: 5325532.
HSL color Cylindrical-coordinate representation of color #DC4251: hue angle of 354.16º 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 #DC4251 is Cyan = 0, Magento = 0.7, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 81 | - |
| CMYK | 0 | 0.7 | 0.63 | 0.14 |
| HSL | 354.16º | 0.69% | 0.56% | - |
| HSV(B) | 354.16º | 0.7% | 0.86% | - |
| XYZ | 32.95 | 19.71 | 9.85 | - |
| YUV | 113.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 81 | 0 | 0.7 | 0.63 | 0.14 | 354.16 | 0.69 | 0.56 |
| Hex | DC | 42 | 51 | 0 | 46 | 3F | E | 162 | 45 | 38 |
| Octal | 334 | 102 | 121 | 0 | 106 | 77 | 16 | 542 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1010001 | 0 | 1000110 | 111111 | 1110 | 101100010 | 1000101 | 111000 |
Color Harmonies of #DC4251
Complementary color
Monochromatic Colors of #DC4251
Black with #DC4251
Text Example
Text Example
White with #DC4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4251; }
p { color: rgb(220,66,81); }
H1.HeaderClassName
{
color: #DC4251;
}
.AnyTagClassName
{
color: #DC4251;
}
</style>
background-color css
<style>
a { background-color: #DC4251; }
a { background-color: rgb(220,66,81); }
div.DivClassName
{
background-color: #DC4251;
}
.BgClassName
{
background-color: #DC4251;
}
</style>
border-color css
<style>
span { border-color: #DC4251; }
span { border-color: rgb(220,66,81); }
td.TdClassName
{
border-color: #DC4251;
}
.TagClassName
{
border-color: #DC4251;
}
</style>