Shades of Mandy #DD5A63
Tints of Mandy #DD5A63
RGB
CMYK
RGB Variations
Color information
#DD5A63 (or 0xDD5A63) is known color: Mandy. HEX triplet: DD, 5A and 63. RGB value is (221,90,99). Sum of RGB (Red+Green+Blue) = 221+90+99=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A63 is #22A59C. Grayscale: #828282. Windows color (decimal): -2270621 or 6511325. OLE color: 6511325.
HSL color Cylindrical-coordinate representation of color #DD5A63: hue angle of 355.88º 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 #DD5A63 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 99 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.13 |
| HSL | 355.88º | 0.66% | 0.61% | - |
| HSV(B) | 355.88º | 0.59% | 0.87% | - |
| XYZ | 35.73 | 23.59 | 14.47 | - |
| YUV | 130.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 99 | 0 | 0.59 | 0.55 | 0.13 | 355.88 | 0.66 | 0.61 |
| Hex | DD | 5A | 63 | 0 | 3B | 37 | D | 164 | 42 | 3D |
| Octal | 335 | 132 | 143 | 0 | 73 | 67 | 15 | 544 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1100011 | 0 | 111011 | 110111 | 1101 | 101100100 | 1000010 | 111101 |
Color Harmonies of #DD5A63
Complementary color
Monochromatic Colors of #DD5A63
Black with #DD5A63
Text Example
Text Example
White with #DD5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A63; }
p { color: rgb(221,90,99); }
H1.HeaderClassName
{
color: #DD5A63;
}
.AnyTagClassName
{
color: #DD5A63;
}
</style>
background-color css
<style>
a { background-color: #DD5A63; }
a { background-color: rgb(221,90,99); }
div.DivClassName
{
background-color: #DD5A63;
}
.BgClassName
{
background-color: #DD5A63;
}
</style>
border-color css
<style>
span { border-color: #DD5A63; }
span { border-color: rgb(221,90,99); }
td.TdClassName
{
border-color: #DD5A63;
}
.TagClassName
{
border-color: #DD5A63;
}
</style>