Shades of Mandy #DD5B64
Tints of Mandy #DD5B64
RGB
CMYK
RGB Variations
Color information
#DD5B64 (or 0xDD5B64) is known color: Mandy. HEX triplet: DD, 5B and 64. RGB value is (221,91,100). Sum of RGB (Red+Green+Blue) = 221+91+100=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B64 is #22A49B. Grayscale: #828282. Windows color (decimal): -2270364 or 6577117. OLE color: 6577117.
HSL color Cylindrical-coordinate representation of color #DD5B64: hue angle of 355.85º 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 #DD5B64 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 100 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.13 |
| HSL | 355.85º | 0.66% | 0.61% | - |
| HSV(B) | 355.85º | 0.59% | 0.87% | - |
| XYZ | 35.86 | 23.77 | 14.76 | - |
| YUV | 130.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 100 | 0 | 0.59 | 0.55 | 0.13 | 355.85 | 0.66 | 0.61 |
| Hex | DD | 5B | 64 | 0 | 3B | 37 | D | 164 | 42 | 3D |
| Octal | 335 | 133 | 144 | 0 | 73 | 67 | 15 | 544 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1100100 | 0 | 111011 | 110111 | 1101 | 101100100 | 1000010 | 111101 |
Color Harmonies of #DD5B64
Complementary color
Monochromatic Colors of #DD5B64
Black with #DD5B64
Text Example
Text Example
White with #DD5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B64; }
p { color: rgb(221,91,100); }
H1.HeaderClassName
{
color: #DD5B64;
}
.AnyTagClassName
{
color: #DD5B64;
}
</style>
background-color css
<style>
a { background-color: #DD5B64; }
a { background-color: rgb(221,91,100); }
div.DivClassName
{
background-color: #DD5B64;
}
.BgClassName
{
background-color: #DD5B64;
}
</style>
border-color css
<style>
span { border-color: #DD5B64; }
span { border-color: rgb(221,91,100); }
td.TdClassName
{
border-color: #DD5B64;
}
.TagClassName
{
border-color: #DD5B64;
}
</style>