Shades of Mandy #DB494C
Tints of Mandy #DB494C
RGB
CMYK
RGB Variations
Color information
#DB494C (or 0xDB494C) is known color: Mandy. HEX triplet: DB, 49 and 4C. RGB value is (219,73,76). Sum of RGB (Red+Green+Blue) = 219+73+76=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB494C is #24B6B3. Grayscale: #757575. Windows color (decimal): -2406068 or 4999643. OLE color: 4999643.
HSL color Cylindrical-coordinate representation of color #DB494C: hue angle of 358.77º 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 #DB494C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 76 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.14 |
| HSL | 358.77º | 0.67% | 0.57% | - |
| HSV(B) | 358.77º | 0.67% | 0.86% | - |
| XYZ | 32.9 | 20.35 | 9.03 | - |
| YUV | 117 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 76 | 0 | 0.67 | 0.65 | 0.14 | 358.77 | 0.67 | 0.57 |
| Hex | DB | 49 | 4C | 0 | 43 | 41 | E | 167 | 43 | 39 |
| Octal | 333 | 111 | 114 | 0 | 103 | 101 | 16 | 547 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1001100 | 0 | 1000011 | 1000001 | 1110 | 101100111 | 1000011 | 111001 |
Color Harmonies of #DB494C
Complementary color
Monochromatic Colors of #DB494C
Black with #DB494C
Text Example
Text Example
White with #DB494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB494C; }
p { color: rgb(219,73,76); }
H1.HeaderClassName
{
color: #DB494C;
}
.AnyTagClassName
{
color: #DB494C;
}
</style>
background-color css
<style>
a { background-color: #DB494C; }
a { background-color: rgb(219,73,76); }
div.DivClassName
{
background-color: #DB494C;
}
.BgClassName
{
background-color: #DB494C;
}
</style>
border-color css
<style>
span { border-color: #DB494C; }
span { border-color: rgb(219,73,76); }
td.TdClassName
{
border-color: #DB494C;
}
.TagClassName
{
border-color: #DB494C;
}
</style>