Shades of Mandy #DD495D
Tints of Mandy #DD495D
RGB
CMYK
RGB Variations
Color information
#DD495D (or 0xDD495D) is known color: Mandy. HEX triplet: DD, 49 and 5D. RGB value is (221,73,93). Sum of RGB (Red+Green+Blue) = 221+73+93=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD495D is #22B6A2. Grayscale: #777777. Windows color (decimal): -2274979 or 6113757. OLE color: 6113757.
HSL color Cylindrical-coordinate representation of color #DD495D: hue angle of 351.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD495D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 93 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.13 |
| HSL | 351.89º | 0.69% | 0.58% | - |
| HSV(B) | 351.89º | 0.67% | 0.87% | - |
| XYZ | 34.18 | 20.93 | 12.59 | - |
| YUV | 119.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 93 | 0 | 0.67 | 0.58 | 0.13 | 351.89 | 0.69 | 0.58 |
| Hex | DD | 49 | 5D | 0 | 43 | 3A | D | 160 | 45 | 3A |
| Octal | 335 | 111 | 135 | 0 | 103 | 72 | 15 | 540 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1011101 | 0 | 1000011 | 111010 | 1101 | 101100000 | 1000101 | 111010 |
Color Harmonies of #DD495D
Complementary color
Monochromatic Colors of #DD495D
Black with #DD495D
Text Example
Text Example
White with #DD495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD495D; }
p { color: rgb(221,73,93); }
H1.HeaderClassName
{
color: #DD495D;
}
.AnyTagClassName
{
color: #DD495D;
}
</style>
background-color css
<style>
a { background-color: #DD495D; }
a { background-color: rgb(221,73,93); }
div.DivClassName
{
background-color: #DD495D;
}
.BgClassName
{
background-color: #DD495D;
}
</style>
border-color css
<style>
span { border-color: #DD495D; }
span { border-color: rgb(221,73,93); }
td.TdClassName
{
border-color: #DD495D;
}
.TagClassName
{
border-color: #DD495D;
}
</style>