Shades of Mandy #DD525F
Tints of Mandy #DD525F
RGB
CMYK
RGB Variations
Color information
#DD525F (or 0xDD525F) is known color: Mandy. HEX triplet: DD, 52 and 5F. RGB value is (221,82,95). Sum of RGB (Red+Green+Blue) = 221+82+95=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD525F is #22ADA0. Grayscale: #7D7D7D. Windows color (decimal): -2272673 or 6247133. OLE color: 6247133.
HSL color Cylindrical-coordinate representation of color #DD525F: hue angle of 354.39º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD525F is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 95 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.13 |
| HSL | 354.39º | 0.67% | 0.59% | - |
| HSV(B) | 354.39º | 0.63% | 0.87% | - |
| XYZ | 34.9 | 22.23 | 13.28 | - |
| YUV | 125.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 95 | 0 | 0.63 | 0.57 | 0.13 | 354.39 | 0.67 | 0.59 |
| Hex | DD | 52 | 5F | 0 | 3F | 39 | D | 162 | 43 | 3B |
| Octal | 335 | 122 | 137 | 0 | 77 | 71 | 15 | 542 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1011111 | 0 | 111111 | 111001 | 1101 | 101100010 | 1000011 | 111011 |
Color Harmonies of #DD525F
Complementary color
Monochromatic Colors of #DD525F
Black with #DD525F
Text Example
Text Example
White with #DD525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD525F; }
p { color: rgb(221,82,95); }
H1.HeaderClassName
{
color: #DD525F;
}
.AnyTagClassName
{
color: #DD525F;
}
</style>
background-color css
<style>
a { background-color: #DD525F; }
a { background-color: rgb(221,82,95); }
div.DivClassName
{
background-color: #DD525F;
}
.BgClassName
{
background-color: #DD525F;
}
</style>
border-color css
<style>
span { border-color: #DD525F; }
span { border-color: rgb(221,82,95); }
td.TdClassName
{
border-color: #DD525F;
}
.TagClassName
{
border-color: #DD525F;
}
</style>