Shades of Mandy #DD5865
Tints of Mandy #DD5865
RGB
CMYK
RGB Variations
Color information
#DD5865 (or 0xDD5865) is known color: Mandy. HEX triplet: DD, 58 and 65. RGB value is (221,88,101). Sum of RGB (Red+Green+Blue) = 221+88+101=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5865 is #22A79A. Grayscale: #818181. Windows color (decimal): -2271131 or 6641885. OLE color: 6641885.
HSL color Cylindrical-coordinate representation of color #DD5865: hue angle of 354.14º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5865 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 101 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.13 |
| HSL | 354.14º | 0.66% | 0.61% | - |
| HSV(B) | 354.14º | 0.6% | 0.87% | - |
| XYZ | 35.66 | 23.29 | 14.93 | - |
| YUV | 129.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 101 | 0 | 0.60 | 0.54 | 0.13 | 354.14 | 0.66 | 0.61 |
| Hex | DD | 58 | 65 | 0 | 3C | 36 | D | 162 | 42 | 3D |
| Octal | 335 | 130 | 145 | 0 | 74 | 66 | 15 | 542 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1100101 | 0 | 111100 | 110110 | 1101 | 101100010 | 1000010 | 111101 |
Color Harmonies of #DD5865
Complementary color
Monochromatic Colors of #DD5865
Black with #DD5865
Text Example
Text Example
White with #DD5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5865; }
p { color: rgb(221,88,101); }
H1.HeaderClassName
{
color: #DD5865;
}
.AnyTagClassName
{
color: #DD5865;
}
</style>
background-color css
<style>
a { background-color: #DD5865; }
a { background-color: rgb(221,88,101); }
div.DivClassName
{
background-color: #DD5865;
}
.BgClassName
{
background-color: #DD5865;
}
</style>
border-color css
<style>
span { border-color: #DD5865; }
span { border-color: rgb(221,88,101); }
td.TdClassName
{
border-color: #DD5865;
}
.TagClassName
{
border-color: #DD5865;
}
</style>