Shades of Mandy #DD4755
Tints of Mandy #DD4755
RGB
CMYK
RGB Variations
Color information
#DD4755 (or 0xDD4755) is known color: Mandy. HEX triplet: DD, 47 and 55. RGB value is (221,71,85). Sum of RGB (Red+Green+Blue) = 221+71+85=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4755 is #22B8AA. Grayscale: #757575. Windows color (decimal): -2275499 or 5588957. OLE color: 5588957.
HSL color Cylindrical-coordinate representation of color #DD4755: hue angle of 354.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4755 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 85 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.13 |
| HSL | 354.4º | 0.69% | 0.57% | - |
| HSV(B) | 354.4º | 0.68% | 0.87% | - |
| XYZ | 33.71 | 20.53 | 10.78 | - |
| YUV | 117.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 85 | 0 | 0.68 | 0.62 | 0.13 | 354.4 | 0.69 | 0.57 |
| Hex | DD | 47 | 55 | 0 | 44 | 3E | D | 162 | 45 | 39 |
| Octal | 335 | 107 | 125 | 0 | 104 | 76 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1010101 | 0 | 1000100 | 111110 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4755
Complementary color
Monochromatic Colors of #DD4755
Black with #DD4755
Text Example
Text Example
White with #DD4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4755; }
p { color: rgb(221,71,85); }
H1.HeaderClassName
{
color: #DD4755;
}
.AnyTagClassName
{
color: #DD4755;
}
</style>
background-color css
<style>
a { background-color: #DD4755; }
a { background-color: rgb(221,71,85); }
div.DivClassName
{
background-color: #DD4755;
}
.BgClassName
{
background-color: #DD4755;
}
</style>
border-color css
<style>
span { border-color: #DD4755; }
span { border-color: rgb(221,71,85); }
td.TdClassName
{
border-color: #DD4755;
}
.TagClassName
{
border-color: #DD4755;
}
</style>