Shades of Mandy #DB4D56
Tints of Mandy #DB4D56
RGB
CMYK
RGB Variations
Color information
#DB4D56 (or 0xDB4D56) is known color: Mandy. HEX triplet: DB, 4D and 56. RGB value is (219,77,86). Sum of RGB (Red+Green+Blue) = 219+77+86=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D56 is #24B2A9. Grayscale: #787878. Windows color (decimal): -2405034 or 5656027. OLE color: 5656027.
HSL color Cylindrical-coordinate representation of color #DB4D56: hue angle of 356.2º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D56 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 86 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.14 |
| HSL | 356.2º | 0.66% | 0.58% | - |
| HSV(B) | 356.2º | 0.65% | 0.86% | - |
| XYZ | 33.55 | 21.04 | 11.1 | - |
| YUV | 120.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 86 | 0 | 0.65 | 0.61 | 0.14 | 356.2 | 0.66 | 0.58 |
| Hex | DB | 4D | 56 | 0 | 41 | 3D | E | 164 | 42 | 3A |
| Octal | 333 | 115 | 126 | 0 | 101 | 75 | 16 | 544 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1010110 | 0 | 1000001 | 111101 | 1110 | 101100100 | 1000010 | 111010 |
Color Harmonies of #DB4D56
Complementary color
Monochromatic Colors of #DB4D56
Black with #DB4D56
Text Example
Text Example
White with #DB4D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D56; }
p { color: rgb(219,77,86); }
H1.HeaderClassName
{
color: #DB4D56;
}
.AnyTagClassName
{
color: #DB4D56;
}
</style>
background-color css
<style>
a { background-color: #DB4D56; }
a { background-color: rgb(219,77,86); }
div.DivClassName
{
background-color: #DB4D56;
}
.BgClassName
{
background-color: #DB4D56;
}
</style>
border-color css
<style>
span { border-color: #DB4D56; }
span { border-color: rgb(219,77,86); }
td.TdClassName
{
border-color: #DB4D56;
}
.TagClassName
{
border-color: #DB4D56;
}
</style>