Shades of Mandy #DD525B
Tints of Mandy #DD525B
RGB
CMYK
RGB Variations
Color information
#DD525B (or 0xDD525B) is known color: Mandy. HEX triplet: DD, 52 and 5B. RGB value is (221,82,91). Sum of RGB (Red+Green+Blue) = 221+82+91=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD525B is #22ADA4. Grayscale: #7C7C7C. Windows color (decimal): -2272677 or 5984989. OLE color: 5984989.
HSL color Cylindrical-coordinate representation of color #DD525B: hue angle of 356.12º 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 #DD525B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 91 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.13 |
| HSL | 356.12º | 0.67% | 0.59% | - |
| HSV(B) | 356.12º | 0.63% | 0.87% | - |
| XYZ | 34.72 | 22.16 | 12.35 | - |
| YUV | 124.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 91 | 0 | 0.63 | 0.59 | 0.13 | 356.12 | 0.67 | 0.59 |
| Hex | DD | 52 | 5B | 0 | 3F | 3B | D | 164 | 43 | 3B |
| Octal | 335 | 122 | 133 | 0 | 77 | 73 | 15 | 544 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1011011 | 0 | 111111 | 111011 | 1101 | 101100100 | 1000011 | 111011 |
Color Harmonies of #DD525B
Complementary color
Monochromatic Colors of #DD525B
Black with #DD525B
Text Example
Text Example
White with #DD525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD525B; }
p { color: rgb(221,82,91); }
H1.HeaderClassName
{
color: #DD525B;
}
.AnyTagClassName
{
color: #DD525B;
}
</style>
background-color css
<style>
a { background-color: #DD525B; }
a { background-color: rgb(221,82,91); }
div.DivClassName
{
background-color: #DD525B;
}
.BgClassName
{
background-color: #DD525B;
}
</style>
border-color css
<style>
span { border-color: #DD525B; }
span { border-color: rgb(221,82,91); }
td.TdClassName
{
border-color: #DD525B;
}
.TagClassName
{
border-color: #DD525B;
}
</style>