Shades of Mandy #DD5F64
Tints of Mandy #DD5F64
RGB
CMYK
RGB Variations
Color information
#DD5F64 (or 0xDD5F64) is known color: Mandy. HEX triplet: DD, 5F and 64. RGB value is (221,95,100). Sum of RGB (Red+Green+Blue) = 221+95+100=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F64 is #22A09B. Grayscale: #858585. Windows color (decimal): -2269340 or 6578141. OLE color: 6578141.
HSL color Cylindrical-coordinate representation of color #DD5F64: hue angle of 357.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5F64 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 100 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.13 |
| HSL | 357.62º | 0.65% | 0.62% | - |
| HSV(B) | 357.62º | 0.57% | 0.87% | - |
| XYZ | 36.21 | 24.48 | 14.87 | - |
| YUV | 133.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 100 | 0 | 0.57 | 0.55 | 0.13 | 357.62 | 0.65 | 0.62 |
| Hex | DD | 5F | 64 | 0 | 39 | 37 | D | 166 | 41 | 3E |
| Octal | 335 | 137 | 144 | 0 | 71 | 67 | 15 | 546 | 101 | 76 |
| Binary | 11011101 | 1011111 | 1100100 | 0 | 111001 | 110111 | 1101 | 101100110 | 1000001 | 111110 |
Color Harmonies of #DD5F64
Complementary color
Monochromatic Colors of #DD5F64
Black with #DD5F64
Text Example
Text Example
White with #DD5F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F64; }
p { color: rgb(221,95,100); }
H1.HeaderClassName
{
color: #DD5F64;
}
.AnyTagClassName
{
color: #DD5F64;
}
</style>
background-color css
<style>
a { background-color: #DD5F64; }
a { background-color: rgb(221,95,100); }
div.DivClassName
{
background-color: #DD5F64;
}
.BgClassName
{
background-color: #DD5F64;
}
</style>
border-color css
<style>
span { border-color: #DD5F64; }
span { border-color: rgb(221,95,100); }
td.TdClassName
{
border-color: #DD5F64;
}
.TagClassName
{
border-color: #DD5F64;
}
</style>