Shades of Mandy #DD495F
Tints of Mandy #DD495F
RGB
CMYK
RGB Variations
Color information
#DD495F (or 0xDD495F) is known color: Mandy. HEX triplet: DD, 49 and 5F. RGB value is (221,73,95). Sum of RGB (Red+Green+Blue) = 221+73+95=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD495F is #22B6A0. Grayscale: #777777. Windows color (decimal): -2274977 or 6244829. OLE color: 6244829.
HSL color Cylindrical-coordinate representation of color #DD495F: hue angle of 351.08º 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 #DD495F is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 95 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.13 |
| HSL | 351.08º | 0.69% | 0.58% | - |
| HSV(B) | 351.08º | 0.67% | 0.87% | - |
| XYZ | 34.27 | 20.96 | 13.07 | - |
| YUV | 119.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 95 | 0 | 0.67 | 0.57 | 0.13 | 351.08 | 0.69 | 0.58 |
| Hex | DD | 49 | 5F | 0 | 43 | 39 | D | 15F | 45 | 3A |
| Octal | 335 | 111 | 137 | 0 | 103 | 71 | 15 | 537 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1011111 | 0 | 1000011 | 111001 | 1101 | 101011111 | 1000101 | 111010 |
Color Harmonies of #DD495F
Complementary color
Monochromatic Colors of #DD495F
Black with #DD495F
Text Example
Text Example
White with #DD495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD495F; }
p { color: rgb(221,73,95); }
H1.HeaderClassName
{
color: #DD495F;
}
.AnyTagClassName
{
color: #DD495F;
}
</style>
background-color css
<style>
a { background-color: #DD495F; }
a { background-color: rgb(221,73,95); }
div.DivClassName
{
background-color: #DD495F;
}
.BgClassName
{
background-color: #DD495F;
}
</style>
border-color css
<style>
span { border-color: #DD495F; }
span { border-color: rgb(221,73,95); }
td.TdClassName
{
border-color: #DD495F;
}
.TagClassName
{
border-color: #DD495F;
}
</style>