Shades of Mandy #DC515D
Tints of Mandy #DC515D
RGB
CMYK
RGB Variations
Color information
#DC515D (or 0xDC515D) is known color: Mandy. HEX triplet: DC, 51 and 5D. RGB value is (220,81,93). Sum of RGB (Red+Green+Blue) = 220+81+93=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC515D is #23AEA2. Grayscale: #7C7C7C. Windows color (decimal): -2338467 or 6115804. OLE color: 6115804.
HSL color Cylindrical-coordinate representation of color #DC515D: hue angle of 354.82º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC515D is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 93 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.14 |
| HSL | 354.82º | 0.67% | 0.59% | - |
| HSV(B) | 354.82º | 0.63% | 0.86% | - |
| XYZ | 34.43 | 21.89 | 12.77 | - |
| YUV | 123.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 93 | 0 | 0.63 | 0.58 | 0.14 | 354.82 | 0.67 | 0.59 |
| Hex | DC | 51 | 5D | 0 | 3F | 3A | E | 163 | 43 | 3B |
| Octal | 334 | 121 | 135 | 0 | 77 | 72 | 16 | 543 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1011101 | 0 | 111111 | 111010 | 1110 | 101100011 | 1000011 | 111011 |
Color Harmonies of #DC515D
Complementary color
Monochromatic Colors of #DC515D
Black with #DC515D
Text Example
Text Example
White with #DC515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC515D; }
p { color: rgb(220,81,93); }
H1.HeaderClassName
{
color: #DC515D;
}
.AnyTagClassName
{
color: #DC515D;
}
</style>
background-color css
<style>
a { background-color: #DC515D; }
a { background-color: rgb(220,81,93); }
div.DivClassName
{
background-color: #DC515D;
}
.BgClassName
{
background-color: #DC515D;
}
</style>
border-color css
<style>
span { border-color: #DC515D; }
span { border-color: rgb(220,81,93); }
td.TdClassName
{
border-color: #DC515D;
}
.TagClassName
{
border-color: #DC515D;
}
</style>