Shades of Mandy #DC4853
Tints of Mandy #DC4853
RGB
CMYK
RGB Variations
Color information
#DC4853 (or 0xDC4853) is known color: Mandy. HEX triplet: DC, 48 and 53. RGB value is (220,72,83). Sum of RGB (Red+Green+Blue) = 220+72+83=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4853 is #23B7AC. Grayscale: #757575. Windows color (decimal): -2340781 or 5458140. OLE color: 5458140.
HSL color Cylindrical-coordinate representation of color #DC4853: hue angle of 355.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4853 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 83 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.14 |
| HSL | 355.54º | 0.68% | 0.57% | - |
| HSV(B) | 355.54º | 0.67% | 0.86% | - |
| XYZ | 33.39 | 20.47 | 10.38 | - |
| YUV | 117.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 83 | 0 | 0.67 | 0.62 | 0.14 | 355.54 | 0.68 | 0.57 |
| Hex | DC | 48 | 53 | 0 | 43 | 3E | E | 164 | 44 | 39 |
| Octal | 334 | 110 | 123 | 0 | 103 | 76 | 16 | 544 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1010011 | 0 | 1000011 | 111110 | 1110 | 101100100 | 1000100 | 111001 |
Color Harmonies of #DC4853
Complementary color
Monochromatic Colors of #DC4853
Black with #DC4853
Text Example
Text Example
White with #DC4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4853; }
p { color: rgb(220,72,83); }
H1.HeaderClassName
{
color: #DC4853;
}
.AnyTagClassName
{
color: #DC4853;
}
</style>
background-color css
<style>
a { background-color: #DC4853; }
a { background-color: rgb(220,72,83); }
div.DivClassName
{
background-color: #DC4853;
}
.BgClassName
{
background-color: #DC4853;
}
</style>
border-color css
<style>
span { border-color: #DC4853; }
span { border-color: rgb(220,72,83); }
td.TdClassName
{
border-color: #DC4853;
}
.TagClassName
{
border-color: #DC4853;
}
</style>