Shades of Mandy #DD525E
Tints of Mandy #DD525E
RGB
CMYK
RGB Variations
Color information
#DD525E (or 0xDD525E) is known color: Mandy. HEX triplet: DD, 52 and 5E. RGB value is (221,82,94). Sum of RGB (Red+Green+Blue) = 221+82+94=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD525E is #22ADA1. Grayscale: #7D7D7D. Windows color (decimal): -2272674 or 6181597. OLE color: 6181597.
HSL color Cylindrical-coordinate representation of color #DD525E: hue angle of 354.82º 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 #DD525E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 94 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.13 |
| HSL | 354.82º | 0.67% | 0.59% | - |
| HSV(B) | 354.82º | 0.63% | 0.87% | - |
| XYZ | 34.86 | 22.21 | 13.04 | - |
| YUV | 124.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 94 | 0 | 0.63 | 0.57 | 0.13 | 354.82 | 0.67 | 0.59 |
| Hex | DD | 52 | 5E | 0 | 3F | 39 | D | 163 | 43 | 3B |
| Octal | 335 | 122 | 136 | 0 | 77 | 71 | 15 | 543 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1011110 | 0 | 111111 | 111001 | 1101 | 101100011 | 1000011 | 111011 |
Color Harmonies of #DD525E
Complementary color
Monochromatic Colors of #DD525E
Black with #DD525E
Text Example
Text Example
White with #DD525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD525E; }
p { color: rgb(221,82,94); }
H1.HeaderClassName
{
color: #DD525E;
}
.AnyTagClassName
{
color: #DD525E;
}
</style>
background-color css
<style>
a { background-color: #DD525E; }
a { background-color: rgb(221,82,94); }
div.DivClassName
{
background-color: #DD525E;
}
.BgClassName
{
background-color: #DD525E;
}
</style>
border-color css
<style>
span { border-color: #DD525E; }
span { border-color: rgb(221,82,94); }
td.TdClassName
{
border-color: #DD525E;
}
.TagClassName
{
border-color: #DD525E;
}
</style>