Shades of Mandy #DD5153
Tints of Mandy #DD5153
RGB
CMYK
RGB Variations
Color information
#DD5153 (or 0xDD5153) is known color: Mandy. HEX triplet: DD, 51 and 53. RGB value is (221,81,83). Sum of RGB (Red+Green+Blue) = 221+81+83=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5153 is #22AEAC. Grayscale: #7B7B7B. Windows color (decimal): -2272941 or 5460445. OLE color: 5460445.
HSL color Cylindrical-coordinate representation of color #DD5153: hue angle of 359.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5153 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 83 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.13 |
| HSL | 359.14º | 0.67% | 0.59% | - |
| HSV(B) | 359.14º | 0.63% | 0.87% | - |
| XYZ | 34.32 | 21.88 | 10.6 | - |
| YUV | 123.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 83 | 0 | 0.63 | 0.62 | 0.13 | 359.14 | 0.67 | 0.59 |
| Hex | DD | 51 | 53 | 0 | 3F | 3E | D | 167 | 43 | 3B |
| Octal | 335 | 121 | 123 | 0 | 77 | 76 | 15 | 547 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1010011 | 0 | 111111 | 111110 | 1101 | 101100111 | 1000011 | 111011 |
Color Harmonies of #DD5153
Complementary color
Monochromatic Colors of #DD5153
Black with #DD5153
Text Example
Text Example
White with #DD5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5153; }
p { color: rgb(221,81,83); }
H1.HeaderClassName
{
color: #DD5153;
}
.AnyTagClassName
{
color: #DD5153;
}
</style>
background-color css
<style>
a { background-color: #DD5153; }
a { background-color: rgb(221,81,83); }
div.DivClassName
{
background-color: #DD5153;
}
.BgClassName
{
background-color: #DD5153;
}
</style>
border-color css
<style>
span { border-color: #DD5153; }
span { border-color: rgb(221,81,83); }
td.TdClassName
{
border-color: #DD5153;
}
.TagClassName
{
border-color: #DD5153;
}
</style>