Shades of Mandy #DD5B5C
Tints of Mandy #DD5B5C
RGB
CMYK
RGB Variations
Color information
#DD5B5C (or 0xDD5B5C) is known color: Mandy. HEX triplet: DD, 5B and 5C. RGB value is (221,91,92). Sum of RGB (Red+Green+Blue) = 221+91+92=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B5C is #22A4A3. Grayscale: #828282. Windows color (decimal): -2270372 or 6052829. OLE color: 6052829.
HSL color Cylindrical-coordinate representation of color #DD5B5C: hue angle of 359.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5B5C is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 92 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.13 |
| HSL | 359.54º | 0.66% | 0.61% | - |
| HSV(B) | 359.54º | 0.59% | 0.87% | - |
| XYZ | 35.49 | 23.63 | 12.82 | - |
| YUV | 129.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 92 | 0 | 0.59 | 0.58 | 0.13 | 359.54 | 0.66 | 0.61 |
| Hex | DD | 5B | 5C | 0 | 3B | 3A | D | 168 | 42 | 3D |
| Octal | 335 | 133 | 134 | 0 | 73 | 72 | 15 | 550 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1011100 | 0 | 111011 | 111010 | 1101 | 101101000 | 1000010 | 111101 |
Color Harmonies of #DD5B5C
Complementary color
Monochromatic Colors of #DD5B5C
Black with #DD5B5C
Text Example
Text Example
White with #DD5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B5C; }
p { color: rgb(221,91,92); }
H1.HeaderClassName
{
color: #DD5B5C;
}
.AnyTagClassName
{
color: #DD5B5C;
}
</style>
background-color css
<style>
a { background-color: #DD5B5C; }
a { background-color: rgb(221,91,92); }
div.DivClassName
{
background-color: #DD5B5C;
}
.BgClassName
{
background-color: #DD5B5C;
}
</style>
border-color css
<style>
span { border-color: #DD5B5C; }
span { border-color: rgb(221,91,92); }
td.TdClassName
{
border-color: #DD5B5C;
}
.TagClassName
{
border-color: #DD5B5C;
}
</style>