Shades of Mandy #DD5C63
Tints of Mandy #DD5C63
RGB
CMYK
RGB Variations
Color information
#DD5C63 (or 0xDD5C63) is known color: Mandy. HEX triplet: DD, 5C and 63. RGB value is (221,92,99). Sum of RGB (Red+Green+Blue) = 221+92+99=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C63 is #22A39C. Grayscale: #838383. Windows color (decimal): -2270109 or 6511837. OLE color: 6511837.
HSL color Cylindrical-coordinate representation of color #DD5C63: hue angle of 356.74º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C63 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 99 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.13 |
| HSL | 356.74º | 0.65% | 0.61% | - |
| HSV(B) | 356.74º | 0.58% | 0.87% | - |
| XYZ | 35.9 | 23.93 | 14.53 | - |
| YUV | 131.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 99 | 0 | 0.58 | 0.55 | 0.13 | 356.74 | 0.65 | 0.61 |
| Hex | DD | 5C | 63 | 0 | 3A | 37 | D | 165 | 41 | 3D |
| Octal | 335 | 134 | 143 | 0 | 72 | 67 | 15 | 545 | 101 | 75 |
| Binary | 11011101 | 1011100 | 1100011 | 0 | 111010 | 110111 | 1101 | 101100101 | 1000001 | 111101 |
Color Harmonies of #DD5C63
Complementary color
Monochromatic Colors of #DD5C63
Black with #DD5C63
Text Example
Text Example
White with #DD5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C63; }
p { color: rgb(221,92,99); }
H1.HeaderClassName
{
color: #DD5C63;
}
.AnyTagClassName
{
color: #DD5C63;
}
</style>
background-color css
<style>
a { background-color: #DD5C63; }
a { background-color: rgb(221,92,99); }
div.DivClassName
{
background-color: #DD5C63;
}
.BgClassName
{
background-color: #DD5C63;
}
</style>
border-color css
<style>
span { border-color: #DD5C63; }
span { border-color: rgb(221,92,99); }
td.TdClassName
{
border-color: #DD5C63;
}
.TagClassName
{
border-color: #DD5C63;
}
</style>