Shades of Mandy #DD525C
Tints of Mandy #DD525C
RGB
CMYK
RGB Variations
Color information
#DD525C (or 0xDD525C) is known color: Mandy. HEX triplet: DD, 52 and 5C. RGB value is (221,82,92). Sum of RGB (Red+Green+Blue) = 221+82+92=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD525C is #22ADA3. Grayscale: #7C7C7C. Windows color (decimal): -2272676 or 6050525. OLE color: 6050525.
HSL color Cylindrical-coordinate representation of color #DD525C: hue angle of 355.68º 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 #DD525C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 92 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.13 |
| HSL | 355.68º | 0.67% | 0.59% | - |
| HSV(B) | 355.68º | 0.63% | 0.87% | - |
| XYZ | 34.77 | 22.18 | 12.57 | - |
| YUV | 124.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 92 | 0 | 0.63 | 0.58 | 0.13 | 355.68 | 0.67 | 0.59 |
| Hex | DD | 52 | 5C | 0 | 3F | 3A | D | 164 | 43 | 3B |
| Octal | 335 | 122 | 134 | 0 | 77 | 72 | 15 | 544 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1011100 | 0 | 111111 | 111010 | 1101 | 101100100 | 1000011 | 111011 |
Color Harmonies of #DD525C
Complementary color
Monochromatic Colors of #DD525C
Black with #DD525C
Text Example
Text Example
White with #DD525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD525C; }
p { color: rgb(221,82,92); }
H1.HeaderClassName
{
color: #DD525C;
}
.AnyTagClassName
{
color: #DD525C;
}
</style>
background-color css
<style>
a { background-color: #DD525C; }
a { background-color: rgb(221,82,92); }
div.DivClassName
{
background-color: #DD525C;
}
.BgClassName
{
background-color: #DD525C;
}
</style>
border-color css
<style>
span { border-color: #DD525C; }
span { border-color: rgb(221,82,92); }
td.TdClassName
{
border-color: #DD525C;
}
.TagClassName
{
border-color: #DD525C;
}
</style>