Shades of Mandy #DB4D5E
Tints of Mandy #DB4D5E
RGB
CMYK
RGB Variations
Color information
#DB4D5E (or 0xDB4D5E) is known color: Mandy. HEX triplet: DB, 4D and 5E. RGB value is (219,77,94). Sum of RGB (Red+Green+Blue) = 219+77+94=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D5E is #24B2A1. Grayscale: #797979. Windows color (decimal): -2405026 or 6180315. OLE color: 6180315.
HSL color Cylindrical-coordinate representation of color #DB4D5E: hue angle of 352.82º 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 #DB4D5E is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 94 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.14 |
| HSL | 352.82º | 0.66% | 0.58% | - |
| HSV(B) | 352.82º | 0.65% | 0.86% | - |
| XYZ | 33.89 | 21.18 | 12.89 | - |
| YUV | 121.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 94 | 0 | 0.65 | 0.57 | 0.14 | 352.82 | 0.66 | 0.58 |
| Hex | DB | 4D | 5E | 0 | 41 | 39 | E | 161 | 42 | 3A |
| Octal | 333 | 115 | 136 | 0 | 101 | 71 | 16 | 541 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1011110 | 0 | 1000001 | 111001 | 1110 | 101100001 | 1000010 | 111010 |
Color Harmonies of #DB4D5E
Complementary color
Monochromatic Colors of #DB4D5E
Black with #DB4D5E
Text Example
Text Example
White with #DB4D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D5E; }
p { color: rgb(219,77,94); }
H1.HeaderClassName
{
color: #DB4D5E;
}
.AnyTagClassName
{
color: #DB4D5E;
}
</style>
background-color css
<style>
a { background-color: #DB4D5E; }
a { background-color: rgb(219,77,94); }
div.DivClassName
{
background-color: #DB4D5E;
}
.BgClassName
{
background-color: #DB4D5E;
}
</style>
border-color css
<style>
span { border-color: #DB4D5E; }
span { border-color: rgb(219,77,94); }
td.TdClassName
{
border-color: #DB4D5E;
}
.TagClassName
{
border-color: #DB4D5E;
}
</style>