Shades of Mandy #DC535C
Tints of Mandy #DC535C
RGB
CMYK
RGB Variations
Color information
#DC535C (or 0xDC535C) is known color: Mandy. HEX triplet: DC, 53 and 5C. RGB value is (220,83,92). Sum of RGB (Red+Green+Blue) = 220+83+92=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC535C is #23ACA3. Grayscale: #7D7D7D. Windows color (decimal): -2337956 or 6050780. OLE color: 6050780.
HSL color Cylindrical-coordinate representation of color #DC535C: hue angle of 356.06º 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 #DC535C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 92 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.14 |
| HSL | 356.06º | 0.66% | 0.59% | - |
| HSV(B) | 356.06º | 0.62% | 0.86% | - |
| XYZ | 34.54 | 22.17 | 12.58 | - |
| YUV | 124.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 92 | 0 | 0.62 | 0.58 | 0.14 | 356.06 | 0.66 | 0.59 |
| Hex | DC | 53 | 5C | 0 | 3E | 3A | E | 164 | 42 | 3B |
| Octal | 334 | 123 | 134 | 0 | 76 | 72 | 16 | 544 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1011100 | 0 | 111110 | 111010 | 1110 | 101100100 | 1000010 | 111011 |
Color Harmonies of #DC535C
Complementary color
Monochromatic Colors of #DC535C
Black with #DC535C
Text Example
Text Example
White with #DC535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC535C; }
p { color: rgb(220,83,92); }
H1.HeaderClassName
{
color: #DC535C;
}
.AnyTagClassName
{
color: #DC535C;
}
</style>
background-color css
<style>
a { background-color: #DC535C; }
a { background-color: rgb(220,83,92); }
div.DivClassName
{
background-color: #DC535C;
}
.BgClassName
{
background-color: #DC535C;
}
</style>
border-color css
<style>
span { border-color: #DC535C; }
span { border-color: rgb(220,83,92); }
td.TdClassName
{
border-color: #DC535C;
}
.TagClassName
{
border-color: #DC535C;
}
</style>