Shades of Mandy #DD5A65
Tints of Mandy #DD5A65
RGB
CMYK
RGB Variations
Color information
#DD5A65 (or 0xDD5A65) is known color: Mandy. HEX triplet: DD, 5A and 65. RGB value is (221,90,101). Sum of RGB (Red+Green+Blue) = 221+90+101=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A65 is #22A59A. Grayscale: #828282. Windows color (decimal): -2270619 or 6642397. OLE color: 6642397.
HSL color Cylindrical-coordinate representation of color #DD5A65: hue angle of 354.96º 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 #DD5A65 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 101 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.13 |
| HSL | 354.96º | 0.66% | 0.61% | - |
| HSV(B) | 354.96º | 0.59% | 0.87% | - |
| XYZ | 35.82 | 23.62 | 14.98 | - |
| YUV | 130.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 101 | 0 | 0.59 | 0.54 | 0.13 | 354.96 | 0.66 | 0.61 |
| Hex | DD | 5A | 65 | 0 | 3B | 36 | D | 163 | 42 | 3D |
| Octal | 335 | 132 | 145 | 0 | 73 | 66 | 15 | 543 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1100101 | 0 | 111011 | 110110 | 1101 | 101100011 | 1000010 | 111101 |
Color Harmonies of #DD5A65
Complementary color
Monochromatic Colors of #DD5A65
Black with #DD5A65
Text Example
Text Example
White with #DD5A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A65; }
p { color: rgb(221,90,101); }
H1.HeaderClassName
{
color: #DD5A65;
}
.AnyTagClassName
{
color: #DD5A65;
}
</style>
background-color css
<style>
a { background-color: #DD5A65; }
a { background-color: rgb(221,90,101); }
div.DivClassName
{
background-color: #DD5A65;
}
.BgClassName
{
background-color: #DD5A65;
}
</style>
border-color css
<style>
span { border-color: #DD5A65; }
span { border-color: rgb(221,90,101); }
td.TdClassName
{
border-color: #DD5A65;
}
.TagClassName
{
border-color: #DD5A65;
}
</style>