Shades of Mandy #DD5461
Tints of Mandy #DD5461
RGB
CMYK
RGB Variations
Color information
#DD5461 (or 0xDD5461) is known color: Mandy. HEX triplet: DD, 54 and 61. RGB value is (221,84,97). Sum of RGB (Red+Green+Blue) = 221+84+97=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5461 is #22AB9E. Grayscale: #7E7E7E. Windows color (decimal): -2272159 or 6378717. OLE color: 6378717.
HSL color Cylindrical-coordinate representation of color #DD5461: hue angle of 354.31º 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 #DD5461 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 97 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.13 |
| HSL | 354.31º | 0.67% | 0.6% | - |
| HSV(B) | 354.31º | 0.62% | 0.87% | - |
| XYZ | 35.15 | 22.58 | 13.81 | - |
| YUV | 126.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 97 | 0 | 0.62 | 0.56 | 0.13 | 354.31 | 0.67 | 0.6 |
| Hex | DD | 54 | 61 | 0 | 3E | 38 | D | 162 | 43 | 3C |
| Octal | 335 | 124 | 141 | 0 | 76 | 70 | 15 | 542 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1100001 | 0 | 111110 | 111000 | 1101 | 101100010 | 1000011 | 111100 |
Color Harmonies of #DD5461
Complementary color
Monochromatic Colors of #DD5461
Black with #DD5461
Text Example
Text Example
White with #DD5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5461; }
p { color: rgb(221,84,97); }
H1.HeaderClassName
{
color: #DD5461;
}
.AnyTagClassName
{
color: #DD5461;
}
</style>
background-color css
<style>
a { background-color: #DD5461; }
a { background-color: rgb(221,84,97); }
div.DivClassName
{
background-color: #DD5461;
}
.BgClassName
{
background-color: #DD5461;
}
</style>
border-color css
<style>
span { border-color: #DD5461; }
span { border-color: rgb(221,84,97); }
td.TdClassName
{
border-color: #DD5461;
}
.TagClassName
{
border-color: #DD5461;
}
</style>