Shades of Mandy #DC535B
Tints of Mandy #DC535B
RGB
CMYK
RGB Variations
Color information
#DC535B (or 0xDC535B) is known color: Mandy. HEX triplet: DC, 53 and 5B. RGB value is (220,83,91). Sum of RGB (Red+Green+Blue) = 220+83+91=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC535B is #23ACA4. Grayscale: #7C7C7C. Windows color (decimal): -2337957 or 5985244. OLE color: 5985244.
HSL color Cylindrical-coordinate representation of color #DC535B: hue angle of 356.5º 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 #DC535B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 91 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.14 |
| HSL | 356.5º | 0.66% | 0.59% | - |
| HSV(B) | 356.5º | 0.62% | 0.86% | - |
| XYZ | 34.5 | 22.16 | 12.36 | - |
| YUV | 124.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 91 | 0 | 0.62 | 0.59 | 0.14 | 356.5 | 0.66 | 0.59 |
| Hex | DC | 53 | 5B | 0 | 3E | 3B | E | 164 | 42 | 3B |
| Octal | 334 | 123 | 133 | 0 | 76 | 73 | 16 | 544 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1011011 | 0 | 111110 | 111011 | 1110 | 101100100 | 1000010 | 111011 |
Color Harmonies of #DC535B
Complementary color
Monochromatic Colors of #DC535B
Black with #DC535B
Text Example
Text Example
White with #DC535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC535B; }
p { color: rgb(220,83,91); }
H1.HeaderClassName
{
color: #DC535B;
}
.AnyTagClassName
{
color: #DC535B;
}
</style>
background-color css
<style>
a { background-color: #DC535B; }
a { background-color: rgb(220,83,91); }
div.DivClassName
{
background-color: #DC535B;
}
.BgClassName
{
background-color: #DC535B;
}
</style>
border-color css
<style>
span { border-color: #DC535B; }
span { border-color: rgb(220,83,91); }
td.TdClassName
{
border-color: #DC535B;
}
.TagClassName
{
border-color: #DC535B;
}
</style>