Shades of Mandy #DD5256
Tints of Mandy #DD5256
RGB
CMYK
RGB Variations
Color information
#DD5256 (or 0xDD5256) is known color: Mandy. HEX triplet: DD, 52 and 56. RGB value is (221,82,86). Sum of RGB (Red+Green+Blue) = 221+82+86=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5256 is #22ADA9. Grayscale: #7C7C7C. Windows color (decimal): -2272682 or 5657309. OLE color: 5657309.
HSL color Cylindrical-coordinate representation of color #DD5256: hue angle of 358.27º 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 #DD5256 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 86 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.13 |
| HSL | 358.27º | 0.67% | 0.59% | - |
| HSV(B) | 358.27º | 0.63% | 0.87% | - |
| XYZ | 34.52 | 22.08 | 11.25 | - |
| YUV | 124.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 86 | 0 | 0.63 | 0.61 | 0.13 | 358.27 | 0.67 | 0.59 |
| Hex | DD | 52 | 56 | 0 | 3F | 3D | D | 166 | 43 | 3B |
| Octal | 335 | 122 | 126 | 0 | 77 | 75 | 15 | 546 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1010110 | 0 | 111111 | 111101 | 1101 | 101100110 | 1000011 | 111011 |
Color Harmonies of #DD5256
Complementary color
Monochromatic Colors of #DD5256
Black with #DD5256
Text Example
Text Example
White with #DD5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5256; }
p { color: rgb(221,82,86); }
H1.HeaderClassName
{
color: #DD5256;
}
.AnyTagClassName
{
color: #DD5256;
}
</style>
background-color css
<style>
a { background-color: #DD5256; }
a { background-color: rgb(221,82,86); }
div.DivClassName
{
background-color: #DD5256;
}
.BgClassName
{
background-color: #DD5256;
}
</style>
border-color css
<style>
span { border-color: #DD5256; }
span { border-color: rgb(221,82,86); }
td.TdClassName
{
border-color: #DD5256;
}
.TagClassName
{
border-color: #DD5256;
}
</style>