Shades of Mandy #DD505D
Tints of Mandy #DD505D
RGB
CMYK
RGB Variations
Color information
#DD505D (or 0xDD505D) is known color: Mandy. HEX triplet: DD, 50 and 5D. RGB value is (221,80,93). Sum of RGB (Red+Green+Blue) = 221+80+93=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD505D is #22AFA2. Grayscale: #7B7B7B. Windows color (decimal): -2273187 or 6115549. OLE color: 6115549.
HSL color Cylindrical-coordinate representation of color #DD505D: hue angle of 354.47º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD505D is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 93 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.13 |
| HSL | 354.47º | 0.67% | 0.59% | - |
| HSV(B) | 354.47º | 0.64% | 0.87% | - |
| XYZ | 34.66 | 21.9 | 12.76 | - |
| YUV | 123.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 93 | 0 | 0.64 | 0.58 | 0.13 | 354.47 | 0.67 | 0.59 |
| Hex | DD | 50 | 5D | 0 | 40 | 3A | D | 162 | 43 | 3B |
| Octal | 335 | 120 | 135 | 0 | 100 | 72 | 15 | 542 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1011101 | 0 | 1000000 | 111010 | 1101 | 101100010 | 1000011 | 111011 |
Color Harmonies of #DD505D
Complementary color
Monochromatic Colors of #DD505D
Black with #DD505D
Text Example
Text Example
White with #DD505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD505D; }
p { color: rgb(221,80,93); }
H1.HeaderClassName
{
color: #DD505D;
}
.AnyTagClassName
{
color: #DD505D;
}
</style>
background-color css
<style>
a { background-color: #DD505D; }
a { background-color: rgb(221,80,93); }
div.DivClassName
{
background-color: #DD505D;
}
.BgClassName
{
background-color: #DD505D;
}
</style>
border-color css
<style>
span { border-color: #DD505D; }
span { border-color: rgb(221,80,93); }
td.TdClassName
{
border-color: #DD505D;
}
.TagClassName
{
border-color: #DD505D;
}
</style>