Shades of Mandy #DD5152
Tints of Mandy #DD5152
RGB
CMYK
RGB Variations
Color information
#DD5152 (or 0xDD5152) is known color: Mandy. HEX triplet: DD, 51 and 52. RGB value is (221,81,82). Sum of RGB (Red+Green+Blue) = 221+81+82=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5152 is #22AEAD. Grayscale: #7B7B7B. Windows color (decimal): -2272942 or 5394909. OLE color: 5394909.
HSL color Cylindrical-coordinate representation of color #DD5152: hue angle of 359.57º 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 #DD5152 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 82 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.13 |
| HSL | 359.57º | 0.67% | 0.59% | - |
| HSV(B) | 359.57º | 0.63% | 0.87% | - |
| XYZ | 34.28 | 21.87 | 10.4 | - |
| YUV | 122.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 82 | 0 | 0.63 | 0.63 | 0.13 | 359.57 | 0.67 | 0.59 |
| Hex | DD | 51 | 52 | 0 | 3F | 3F | D | 168 | 43 | 3B |
| Octal | 335 | 121 | 122 | 0 | 77 | 77 | 15 | 550 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1010010 | 0 | 111111 | 111111 | 1101 | 101101000 | 1000011 | 111011 |
Color Harmonies of #DD5152
Complementary color
Monochromatic Colors of #DD5152
Black with #DD5152
Text Example
Text Example
White with #DD5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5152; }
p { color: rgb(221,81,82); }
H1.HeaderClassName
{
color: #DD5152;
}
.AnyTagClassName
{
color: #DD5152;
}
</style>
background-color css
<style>
a { background-color: #DD5152; }
a { background-color: rgb(221,81,82); }
div.DivClassName
{
background-color: #DD5152;
}
.BgClassName
{
background-color: #DD5152;
}
</style>
border-color css
<style>
span { border-color: #DD5152; }
span { border-color: rgb(221,81,82); }
td.TdClassName
{
border-color: #DD5152;
}
.TagClassName
{
border-color: #DD5152;
}
</style>