Shades of Mandy #DD515C
Tints of Mandy #DD515C
RGB
CMYK
RGB Variations
Color information
#DD515C (or 0xDD515C) is known color: Mandy. HEX triplet: DD, 51 and 5C. RGB value is (221,81,92). Sum of RGB (Red+Green+Blue) = 221+81+92=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD515C is #22AEA3. Grayscale: #7C7C7C. Windows color (decimal): -2272932 or 6050269. OLE color: 6050269.
HSL color Cylindrical-coordinate representation of color #DD515C: hue angle of 355.29º 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 #DD515C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 92 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.13 |
| HSL | 355.29º | 0.67% | 0.59% | - |
| HSV(B) | 355.29º | 0.63% | 0.87% | - |
| XYZ | 34.69 | 22.03 | 12.55 | - |
| YUV | 124.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 92 | 0 | 0.63 | 0.58 | 0.13 | 355.29 | 0.67 | 0.59 |
| Hex | DD | 51 | 5C | 0 | 3F | 3A | D | 163 | 43 | 3B |
| Octal | 335 | 121 | 134 | 0 | 77 | 72 | 15 | 543 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1011100 | 0 | 111111 | 111010 | 1101 | 101100011 | 1000011 | 111011 |
Color Harmonies of #DD515C
Complementary color
Monochromatic Colors of #DD515C
Black with #DD515C
Text Example
Text Example
White with #DD515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD515C; }
p { color: rgb(221,81,92); }
H1.HeaderClassName
{
color: #DD515C;
}
.AnyTagClassName
{
color: #DD515C;
}
</style>
background-color css
<style>
a { background-color: #DD515C; }
a { background-color: rgb(221,81,92); }
div.DivClassName
{
background-color: #DD515C;
}
.BgClassName
{
background-color: #DD515C;
}
</style>
border-color css
<style>
span { border-color: #DD515C; }
span { border-color: rgb(221,81,92); }
td.TdClassName
{
border-color: #DD515C;
}
.TagClassName
{
border-color: #DD515C;
}
</style>