Shades of Mandy #DC525E
Tints of Mandy #DC525E
RGB
CMYK
RGB Variations
Color information
#DC525E (or 0xDC525E) is known color: Mandy. HEX triplet: DC, 52 and 5E. RGB value is (220,82,94). Sum of RGB (Red+Green+Blue) = 220+82+94=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC525E is #23ADA1. Grayscale: #7C7C7C. Windows color (decimal): -2338210 or 6181596. OLE color: 6181596.
HSL color Cylindrical-coordinate representation of color #DC525E: hue angle of 354.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC525E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 94 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.14 |
| HSL | 354.78º | 0.66% | 0.59% | - |
| HSV(B) | 354.78º | 0.63% | 0.86% | - |
| XYZ | 34.55 | 22.06 | 13.03 | - |
| YUV | 124.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 94 | 0 | 0.63 | 0.57 | 0.14 | 354.78 | 0.66 | 0.59 |
| Hex | DC | 52 | 5E | 0 | 3F | 39 | E | 163 | 42 | 3B |
| Octal | 334 | 122 | 136 | 0 | 77 | 71 | 16 | 543 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1011110 | 0 | 111111 | 111001 | 1110 | 101100011 | 1000010 | 111011 |
Color Harmonies of #DC525E
Complementary color
Monochromatic Colors of #DC525E
Black with #DC525E
Text Example
Text Example
White with #DC525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC525E; }
p { color: rgb(220,82,94); }
H1.HeaderClassName
{
color: #DC525E;
}
.AnyTagClassName
{
color: #DC525E;
}
</style>
background-color css
<style>
a { background-color: #DC525E; }
a { background-color: rgb(220,82,94); }
div.DivClassName
{
background-color: #DC525E;
}
.BgClassName
{
background-color: #DC525E;
}
</style>
border-color css
<style>
span { border-color: #DC525E; }
span { border-color: rgb(220,82,94); }
td.TdClassName
{
border-color: #DC525E;
}
.TagClassName
{
border-color: #DC525E;
}
</style>