Shades of Mandy #DC515B
Tints of Mandy #DC515B
RGB
CMYK
RGB Variations
Color information
#DC515B (or 0xDC515B) is known color: Mandy. HEX triplet: DC, 51 and 5B. RGB value is (220,81,91). Sum of RGB (Red+Green+Blue) = 220+81+91=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC515B is #23AEA4. Grayscale: #7B7B7B. Windows color (decimal): -2338469 or 5984732. OLE color: 5984732.
HSL color Cylindrical-coordinate representation of color #DC515B: hue angle of 355.68º 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 #DC515B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 91 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.14 |
| HSL | 355.68º | 0.67% | 0.59% | - |
| HSV(B) | 355.68º | 0.63% | 0.86% | - |
| XYZ | 34.35 | 21.86 | 12.31 | - |
| YUV | 123.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 91 | 0 | 0.63 | 0.59 | 0.14 | 355.68 | 0.67 | 0.59 |
| Hex | DC | 51 | 5B | 0 | 3F | 3B | E | 164 | 43 | 3B |
| Octal | 334 | 121 | 133 | 0 | 77 | 73 | 16 | 544 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1011011 | 0 | 111111 | 111011 | 1110 | 101100100 | 1000011 | 111011 |
Color Harmonies of #DC515B
Complementary color
Monochromatic Colors of #DC515B
Black with #DC515B
Text Example
Text Example
White with #DC515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC515B; }
p { color: rgb(220,81,91); }
H1.HeaderClassName
{
color: #DC515B;
}
.AnyTagClassName
{
color: #DC515B;
}
</style>
background-color css
<style>
a { background-color: #DC515B; }
a { background-color: rgb(220,81,91); }
div.DivClassName
{
background-color: #DC515B;
}
.BgClassName
{
background-color: #DC515B;
}
</style>
border-color css
<style>
span { border-color: #DC515B; }
span { border-color: rgb(220,81,91); }
td.TdClassName
{
border-color: #DC515B;
}
.TagClassName
{
border-color: #DC515B;
}
</style>