Shades of Mandy #DC535A
Tints of Mandy #DC535A
RGB
CMYK
RGB Variations
Color information
#DC535A (or 0xDC535A) is known color: Mandy. HEX triplet: DC, 53 and 5A. RGB value is (220,83,90). Sum of RGB (Red+Green+Blue) = 220+83+90=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC535A is #23ACA5. Grayscale: #7C7C7C. Windows color (decimal): -2337958 or 5919708. OLE color: 5919708.
HSL color Cylindrical-coordinate representation of color #DC535A: hue angle of 356.93º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC535A is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 90 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.14 |
| HSL | 356.93º | 0.66% | 0.59% | - |
| HSV(B) | 356.93º | 0.62% | 0.86% | - |
| XYZ | 34.45 | 22.14 | 12.13 | - |
| YUV | 124.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 90 | 0 | 0.62 | 0.59 | 0.14 | 356.93 | 0.66 | 0.59 |
| Hex | DC | 53 | 5A | 0 | 3E | 3B | E | 165 | 42 | 3B |
| Octal | 334 | 123 | 132 | 0 | 76 | 73 | 16 | 545 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1011010 | 0 | 111110 | 111011 | 1110 | 101100101 | 1000010 | 111011 |
Color Harmonies of #DC535A
Complementary color
Monochromatic Colors of #DC535A
Black with #DC535A
Text Example
Text Example
White with #DC535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC535A; }
p { color: rgb(220,83,90); }
H1.HeaderClassName
{
color: #DC535A;
}
.AnyTagClassName
{
color: #DC535A;
}
</style>
background-color css
<style>
a { background-color: #DC535A; }
a { background-color: rgb(220,83,90); }
div.DivClassName
{
background-color: #DC535A;
}
.BgClassName
{
background-color: #DC535A;
}
</style>
border-color css
<style>
span { border-color: #DC535A; }
span { border-color: rgb(220,83,90); }
td.TdClassName
{
border-color: #DC535A;
}
.TagClassName
{
border-color: #DC535A;
}
</style>