Shades of Mandy #DD505B
Tints of Mandy #DD505B
RGB
CMYK
RGB Variations
Color information
#DD505B (or 0xDD505B) is known color: Mandy. HEX triplet: DD, 50 and 5B. RGB value is (221,80,91). Sum of RGB (Red+Green+Blue) = 221+80+91=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD505B is #22AFA4. Grayscale: #7B7B7B. Windows color (decimal): -2273189 or 5984477. OLE color: 5984477.
HSL color Cylindrical-coordinate representation of color #DD505B: hue angle of 355.32º 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 #DD505B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 91 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.13 |
| HSL | 355.32º | 0.67% | 0.59% | - |
| HSV(B) | 355.32º | 0.64% | 0.87% | - |
| XYZ | 34.58 | 21.86 | 12.3 | - |
| YUV | 123.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 91 | 0 | 0.64 | 0.59 | 0.13 | 355.32 | 0.67 | 0.59 |
| Hex | DD | 50 | 5B | 0 | 40 | 3B | D | 163 | 43 | 3B |
| Octal | 335 | 120 | 133 | 0 | 100 | 73 | 15 | 543 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1011011 | 0 | 1000000 | 111011 | 1101 | 101100011 | 1000011 | 111011 |
Color Harmonies of #DD505B
Complementary color
Monochromatic Colors of #DD505B
Black with #DD505B
Text Example
Text Example
White with #DD505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD505B; }
p { color: rgb(221,80,91); }
H1.HeaderClassName
{
color: #DD505B;
}
.AnyTagClassName
{
color: #DD505B;
}
</style>
background-color css
<style>
a { background-color: #DD505B; }
a { background-color: rgb(221,80,91); }
div.DivClassName
{
background-color: #DD505B;
}
.BgClassName
{
background-color: #DD505B;
}
</style>
border-color css
<style>
span { border-color: #DD505B; }
span { border-color: rgb(221,80,91); }
td.TdClassName
{
border-color: #DD505B;
}
.TagClassName
{
border-color: #DD505B;
}
</style>