Shades of Mandy #DD5A64
Tints of Mandy #DD5A64
RGB
CMYK
RGB Variations
Color information
#DD5A64 (or 0xDD5A64) is known color: Mandy. HEX triplet: DD, 5A and 64. RGB value is (221,90,100). Sum of RGB (Red+Green+Blue) = 221+90+100=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A64 is #22A59B. Grayscale: #828282. Windows color (decimal): -2270620 or 6576861. OLE color: 6576861.
HSL color Cylindrical-coordinate representation of color #DD5A64: hue angle of 355.42º 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 #DD5A64 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 100 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.13 |
| HSL | 355.42º | 0.66% | 0.61% | - |
| HSV(B) | 355.42º | 0.59% | 0.87% | - |
| XYZ | 35.78 | 23.6 | 14.73 | - |
| YUV | 130.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 100 | 0 | 0.59 | 0.55 | 0.13 | 355.42 | 0.66 | 0.61 |
| Hex | DD | 5A | 64 | 0 | 3B | 37 | D | 163 | 42 | 3D |
| Octal | 335 | 132 | 144 | 0 | 73 | 67 | 15 | 543 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1100100 | 0 | 111011 | 110111 | 1101 | 101100011 | 1000010 | 111101 |
Color Harmonies of #DD5A64
Complementary color
Monochromatic Colors of #DD5A64
Black with #DD5A64
Text Example
Text Example
White with #DD5A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A64; }
p { color: rgb(221,90,100); }
H1.HeaderClassName
{
color: #DD5A64;
}
.AnyTagClassName
{
color: #DD5A64;
}
</style>
background-color css
<style>
a { background-color: #DD5A64; }
a { background-color: rgb(221,90,100); }
div.DivClassName
{
background-color: #DD5A64;
}
.BgClassName
{
background-color: #DD5A64;
}
</style>
border-color css
<style>
span { border-color: #DD5A64; }
span { border-color: rgb(221,90,100); }
td.TdClassName
{
border-color: #DD5A64;
}
.TagClassName
{
border-color: #DD5A64;
}
</style>