Shades of Mandy #DD4155
Tints of Mandy #DD4155
RGB
CMYK
RGB Variations
Color information
#DD4155 (or 0xDD4155) is known color: Mandy. HEX triplet: DD, 41 and 55. RGB value is (221,65,85). Sum of RGB (Red+Green+Blue) = 221+65+85=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4155 is #22BEAA. Grayscale: #727272. Windows color (decimal): -2277035 or 5587421. OLE color: 5587421.
HSL color Cylindrical-coordinate representation of color #DD4155: hue angle of 352.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4155 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 85 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.13 |
| HSL | 352.31º | 0.7% | 0.56% | - |
| HSV(B) | 352.31º | 0.71% | 0.87% | - |
| XYZ | 33.35 | 19.81 | 10.66 | - |
| YUV | 113.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 85 | 0 | 0.71 | 0.62 | 0.13 | 352.31 | 0.7 | 0.56 |
| Hex | DD | 41 | 55 | 0 | 47 | 3E | D | 160 | 46 | 38 |
| Octal | 335 | 101 | 125 | 0 | 107 | 76 | 15 | 540 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1010101 | 0 | 1000111 | 111110 | 1101 | 101100000 | 1000110 | 111000 |
Color Harmonies of #DD4155
Complementary color
Monochromatic Colors of #DD4155
Black with #DD4155
Text Example
Text Example
White with #DD4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4155; }
p { color: rgb(221,65,85); }
H1.HeaderClassName
{
color: #DD4155;
}
.AnyTagClassName
{
color: #DD4155;
}
</style>
background-color css
<style>
a { background-color: #DD4155; }
a { background-color: rgb(221,65,85); }
div.DivClassName
{
background-color: #DD4155;
}
.BgClassName
{
background-color: #DD4155;
}
</style>
border-color css
<style>
span { border-color: #DD4155; }
span { border-color: rgb(221,65,85); }
td.TdClassName
{
border-color: #DD4155;
}
.TagClassName
{
border-color: #DD4155;
}
</style>