Shades of Mandy #DC525F
Tints of Mandy #DC525F
RGB
CMYK
RGB Variations
Color information
#DC525F (or 0xDC525F) is known color: Mandy. HEX triplet: DC, 52 and 5F. RGB value is (220,82,95). Sum of RGB (Red+Green+Blue) = 220+82+95=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC525F is #23ADA0. Grayscale: #7C7C7C. Windows color (decimal): -2338209 or 6247132. OLE color: 6247132.
HSL color Cylindrical-coordinate representation of color #DC525F: hue angle of 354.35º 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 #DC525F is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 95 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.14 |
| HSL | 354.35º | 0.66% | 0.59% | - |
| HSV(B) | 354.35º | 0.63% | 0.86% | - |
| XYZ | 34.6 | 22.08 | 13.26 | - |
| YUV | 124.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 95 | 0 | 0.63 | 0.57 | 0.14 | 354.35 | 0.66 | 0.59 |
| Hex | DC | 52 | 5F | 0 | 3F | 39 | E | 162 | 42 | 3B |
| Octal | 334 | 122 | 137 | 0 | 77 | 71 | 16 | 542 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1011111 | 0 | 111111 | 111001 | 1110 | 101100010 | 1000010 | 111011 |
Color Harmonies of #DC525F
Complementary color
Monochromatic Colors of #DC525F
Black with #DC525F
Text Example
Text Example
White with #DC525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC525F; }
p { color: rgb(220,82,95); }
H1.HeaderClassName
{
color: #DC525F;
}
.AnyTagClassName
{
color: #DC525F;
}
</style>
background-color css
<style>
a { background-color: #DC525F; }
a { background-color: rgb(220,82,95); }
div.DivClassName
{
background-color: #DC525F;
}
.BgClassName
{
background-color: #DC525F;
}
</style>
border-color css
<style>
span { border-color: #DC525F; }
span { border-color: rgb(220,82,95); }
td.TdClassName
{
border-color: #DC525F;
}
.TagClassName
{
border-color: #DC525F;
}
</style>