Shades of Mandy #DB494E
Tints of Mandy #DB494E
RGB
CMYK
RGB Variations
Color information
#DB494E (or 0xDB494E) is known color: Mandy. HEX triplet: DB, 49 and 4E. RGB value is (219,73,78). Sum of RGB (Red+Green+Blue) = 219+73+78=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB494E is #24B6B1. Grayscale: #757575. Windows color (decimal): -2406066 or 5130715. OLE color: 5130715.
HSL color Cylindrical-coordinate representation of color #DB494E: hue angle of 357.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB494E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 78 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.14 |
| HSL | 357.95º | 0.67% | 0.57% | - |
| HSV(B) | 357.95º | 0.67% | 0.86% | - |
| XYZ | 32.97 | 20.38 | 9.4 | - |
| YUV | 117.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 78 | 0 | 0.67 | 0.64 | 0.14 | 357.95 | 0.67 | 0.57 |
| Hex | DB | 49 | 4E | 0 | 43 | 40 | E | 166 | 43 | 39 |
| Octal | 333 | 111 | 116 | 0 | 103 | 100 | 16 | 546 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1001110 | 0 | 1000011 | 1000000 | 1110 | 101100110 | 1000011 | 111001 |
Color Harmonies of #DB494E
Complementary color
Monochromatic Colors of #DB494E
Black with #DB494E
Text Example
Text Example
White with #DB494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB494E; }
p { color: rgb(219,73,78); }
H1.HeaderClassName
{
color: #DB494E;
}
.AnyTagClassName
{
color: #DB494E;
}
</style>
background-color css
<style>
a { background-color: #DB494E; }
a { background-color: rgb(219,73,78); }
div.DivClassName
{
background-color: #DB494E;
}
.BgClassName
{
background-color: #DB494E;
}
</style>
border-color css
<style>
span { border-color: #DB494E; }
span { border-color: rgb(219,73,78); }
td.TdClassName
{
border-color: #DB494E;
}
.TagClassName
{
border-color: #DB494E;
}
</style>