Shades of Mandy #DC515C
Tints of Mandy #DC515C
RGB
CMYK
RGB Variations
Color information
#DC515C (or 0xDC515C) is known color: Mandy. HEX triplet: DC, 51 and 5C. RGB value is (220,81,92). Sum of RGB (Red+Green+Blue) = 220+81+92=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC515C is #23AEA3. Grayscale: #7B7B7B. Windows color (decimal): -2338468 or 6050268. OLE color: 6050268.
HSL color Cylindrical-coordinate representation of color #DC515C: hue angle of 355.25º 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 #DC515C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 92 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.14 |
| HSL | 355.25º | 0.67% | 0.59% | - |
| HSV(B) | 355.25º | 0.63% | 0.86% | - |
| XYZ | 34.39 | 21.87 | 12.53 | - |
| YUV | 123.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 92 | 0 | 0.63 | 0.58 | 0.14 | 355.25 | 0.67 | 0.59 |
| Hex | DC | 51 | 5C | 0 | 3F | 3A | E | 163 | 43 | 3B |
| Octal | 334 | 121 | 134 | 0 | 77 | 72 | 16 | 543 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1011100 | 0 | 111111 | 111010 | 1110 | 101100011 | 1000011 | 111011 |
Color Harmonies of #DC515C
Complementary color
Monochromatic Colors of #DC515C
Black with #DC515C
Text Example
Text Example
White with #DC515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC515C; }
p { color: rgb(220,81,92); }
H1.HeaderClassName
{
color: #DC515C;
}
.AnyTagClassName
{
color: #DC515C;
}
</style>
background-color css
<style>
a { background-color: #DC515C; }
a { background-color: rgb(220,81,92); }
div.DivClassName
{
background-color: #DC515C;
}
.BgClassName
{
background-color: #DC515C;
}
</style>
border-color css
<style>
span { border-color: #DC515C; }
span { border-color: rgb(220,81,92); }
td.TdClassName
{
border-color: #DC515C;
}
.TagClassName
{
border-color: #DC515C;
}
</style>