Shades of Mandy #DD5354
Tints of Mandy #DD5354
RGB
CMYK
RGB Variations
Color information
#DD5354 (or 0xDD5354) is known color: Mandy. HEX triplet: DD, 53 and 54. RGB value is (221,83,84). Sum of RGB (Red+Green+Blue) = 221+83+84=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5354 is #22ACAB. Grayscale: #7C7C7C. Windows color (decimal): -2272428 or 5526493. OLE color: 5526493.
HSL color Cylindrical-coordinate representation of color #DD5354: hue angle of 359.57º 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 #DD5354 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 84 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.13 |
| HSL | 359.57º | 0.67% | 0.6% | - |
| HSV(B) | 359.57º | 0.62% | 0.87% | - |
| XYZ | 34.51 | 22.2 | 10.85 | - |
| YUV | 124.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 84 | 0 | 0.62 | 0.62 | 0.13 | 359.57 | 0.67 | 0.6 |
| Hex | DD | 53 | 54 | 0 | 3E | 3E | D | 168 | 43 | 3C |
| Octal | 335 | 123 | 124 | 0 | 76 | 76 | 15 | 550 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1010100 | 0 | 111110 | 111110 | 1101 | 101101000 | 1000011 | 111100 |
Color Harmonies of #DD5354
Complementary color
Monochromatic Colors of #DD5354
Black with #DD5354
Text Example
Text Example
White with #DD5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5354; }
p { color: rgb(221,83,84); }
H1.HeaderClassName
{
color: #DD5354;
}
.AnyTagClassName
{
color: #DD5354;
}
</style>
background-color css
<style>
a { background-color: #DD5354; }
a { background-color: rgb(221,83,84); }
div.DivClassName
{
background-color: #DD5354;
}
.BgClassName
{
background-color: #DD5354;
}
</style>
border-color css
<style>
span { border-color: #DD5354; }
span { border-color: rgb(221,83,84); }
td.TdClassName
{
border-color: #DD5354;
}
.TagClassName
{
border-color: #DD5354;
}
</style>