Shades of Mandy #DB5156
Tints of Mandy #DB5156
RGB
CMYK
RGB Variations
Color information
#DB5156 (or 0xDB5156) is known color: Mandy. HEX triplet: DB, 51 and 56. RGB value is (219,81,86). Sum of RGB (Red+Green+Blue) = 219+81+86=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5156 is #24AEA9. Grayscale: #7A7A7A. Windows color (decimal): -2404010 or 5657051. OLE color: 5657051.
HSL color Cylindrical-coordinate representation of color #DB5156: hue angle of 357.83º degrees, saturation: 0.66, 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 #DB5156 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 86 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.14 |
| HSL | 357.83º | 0.66% | 0.59% | - |
| HSV(B) | 357.83º | 0.63% | 0.86% | - |
| XYZ | 33.84 | 21.62 | 11.19 | - |
| YUV | 122.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 86 | 0 | 0.63 | 0.61 | 0.14 | 357.83 | 0.66 | 0.59 |
| Hex | DB | 51 | 56 | 0 | 3F | 3D | E | 166 | 42 | 3B |
| Octal | 333 | 121 | 126 | 0 | 77 | 75 | 16 | 546 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1010110 | 0 | 111111 | 111101 | 1110 | 101100110 | 1000010 | 111011 |
Color Harmonies of #DB5156
Complementary color
Monochromatic Colors of #DB5156
Black with #DB5156
Text Example
Text Example
White with #DB5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5156; }
p { color: rgb(219,81,86); }
H1.HeaderClassName
{
color: #DB5156;
}
.AnyTagClassName
{
color: #DB5156;
}
</style>
background-color css
<style>
a { background-color: #DB5156; }
a { background-color: rgb(219,81,86); }
div.DivClassName
{
background-color: #DB5156;
}
.BgClassName
{
background-color: #DB5156;
}
</style>
border-color css
<style>
span { border-color: #DB5156; }
span { border-color: rgb(219,81,86); }
td.TdClassName
{
border-color: #DB5156;
}
.TagClassName
{
border-color: #DB5156;
}
</style>