Shades of Mandy #DB495E
Tints of Mandy #DB495E
RGB
CMYK
RGB Variations
Color information
#DB495E (or 0xDB495E) is known color: Mandy. HEX triplet: DB, 49 and 5E. RGB value is (219,73,94). Sum of RGB (Red+Green+Blue) = 219+73+94=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB495E is #24B6A1. Grayscale: #777777. Windows color (decimal): -2406050 or 6179291. OLE color: 6179291.
HSL color Cylindrical-coordinate representation of color #DB495E: hue angle of 351.37º 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 #DB495E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 94 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.14 |
| HSL | 351.37º | 0.67% | 0.57% | - |
| HSV(B) | 351.37º | 0.67% | 0.86% | - |
| XYZ | 33.62 | 20.63 | 12.8 | - |
| YUV | 119.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 94 | 0 | 0.67 | 0.57 | 0.14 | 351.37 | 0.67 | 0.57 |
| Hex | DB | 49 | 5E | 0 | 43 | 39 | E | 15F | 43 | 39 |
| Octal | 333 | 111 | 136 | 0 | 103 | 71 | 16 | 537 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1011110 | 0 | 1000011 | 111001 | 1110 | 101011111 | 1000011 | 111001 |
Color Harmonies of #DB495E
Complementary color
Monochromatic Colors of #DB495E
Black with #DB495E
Text Example
Text Example
White with #DB495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB495E; }
p { color: rgb(219,73,94); }
H1.HeaderClassName
{
color: #DB495E;
}
.AnyTagClassName
{
color: #DB495E;
}
</style>
background-color css
<style>
a { background-color: #DB495E; }
a { background-color: rgb(219,73,94); }
div.DivClassName
{
background-color: #DB495E;
}
.BgClassName
{
background-color: #DB495E;
}
</style>
border-color css
<style>
span { border-color: #DB495E; }
span { border-color: rgb(219,73,94); }
td.TdClassName
{
border-color: #DB495E;
}
.TagClassName
{
border-color: #DB495E;
}
</style>