Shades of Mandy #DD5A5B
Tints of Mandy #DD5A5B
RGB
CMYK
RGB Variations
Color information
#DD5A5B (or 0xDD5A5B) is known color: Mandy. HEX triplet: DD, 5A and 5B. RGB value is (221,90,91). Sum of RGB (Red+Green+Blue) = 221+90+91=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A5B is #22A5A4. Grayscale: #818181. Windows color (decimal): -2270629 or 5987037. OLE color: 5987037.
HSL color Cylindrical-coordinate representation of color #DD5A5B: hue angle of 359.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A5B is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 91 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.13 |
| HSL | 359.54º | 0.66% | 0.61% | - |
| HSV(B) | 359.54º | 0.59% | 0.87% | - |
| XYZ | 35.36 | 23.44 | 12.56 | - |
| YUV | 129.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 91 | 0 | 0.59 | 0.59 | 0.13 | 359.54 | 0.66 | 0.61 |
| Hex | DD | 5A | 5B | 0 | 3B | 3B | D | 168 | 42 | 3D |
| Octal | 335 | 132 | 133 | 0 | 73 | 73 | 15 | 550 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1011011 | 0 | 111011 | 111011 | 1101 | 101101000 | 1000010 | 111101 |
Color Harmonies of #DD5A5B
Complementary color
Monochromatic Colors of #DD5A5B
Black with #DD5A5B
Text Example
Text Example
White with #DD5A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A5B; }
p { color: rgb(221,90,91); }
H1.HeaderClassName
{
color: #DD5A5B;
}
.AnyTagClassName
{
color: #DD5A5B;
}
</style>
background-color css
<style>
a { background-color: #DD5A5B; }
a { background-color: rgb(221,90,91); }
div.DivClassName
{
background-color: #DD5A5B;
}
.BgClassName
{
background-color: #DD5A5B;
}
</style>
border-color css
<style>
span { border-color: #DD5A5B; }
span { border-color: rgb(221,90,91); }
td.TdClassName
{
border-color: #DD5A5B;
}
.TagClassName
{
border-color: #DD5A5B;
}
</style>