Shades of Mandy #DD555B
Tints of Mandy #DD555B
RGB
CMYK
RGB Variations
Color information
#DD555B (or 0xDD555B) is known color: Mandy. HEX triplet: DD, 55 and 5B. RGB value is (221,85,91). Sum of RGB (Red+Green+Blue) = 221+85+91=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD555B is #22AAA4. Grayscale: #7E7E7E. Windows color (decimal): -2271909 or 5985757. OLE color: 5985757.
HSL color Cylindrical-coordinate representation of color #DD555B: hue angle of 357.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD555B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 91 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.13 |
| HSL | 357.35º | 0.67% | 0.6% | - |
| HSV(B) | 357.35º | 0.62% | 0.87% | - |
| XYZ | 34.96 | 22.62 | 12.42 | - |
| YUV | 126.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 91 | 0 | 0.62 | 0.59 | 0.13 | 357.35 | 0.67 | 0.6 |
| Hex | DD | 55 | 5B | 0 | 3E | 3B | D | 165 | 43 | 3C |
| Octal | 335 | 125 | 133 | 0 | 76 | 73 | 15 | 545 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1011011 | 0 | 111110 | 111011 | 1101 | 101100101 | 1000011 | 111100 |
Color Harmonies of #DD555B
Complementary color
Monochromatic Colors of #DD555B
Black with #DD555B
Text Example
Text Example
White with #DD555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD555B; }
p { color: rgb(221,85,91); }
H1.HeaderClassName
{
color: #DD555B;
}
.AnyTagClassName
{
color: #DD555B;
}
</style>
background-color css
<style>
a { background-color: #DD555B; }
a { background-color: rgb(221,85,91); }
div.DivClassName
{
background-color: #DD555B;
}
.BgClassName
{
background-color: #DD555B;
}
</style>
border-color css
<style>
span { border-color: #DD555B; }
span { border-color: rgb(221,85,91); }
td.TdClassName
{
border-color: #DD555B;
}
.TagClassName
{
border-color: #DD555B;
}
</style>