Shades of Mandy #DB494B
Tints of Mandy #DB494B
RGB
CMYK
RGB Variations
Color information
#DB494B (or 0xDB494B) is known color: Mandy. HEX triplet: DB, 49 and 4B. RGB value is (219,73,75). Sum of RGB (Red+Green+Blue) = 219+73+75=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB494B is #24B6B4. Grayscale: #757575. Windows color (decimal): -2406069 or 4934107. OLE color: 4934107.
HSL color Cylindrical-coordinate representation of color #DB494B: hue angle of 359.18º 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 #DB494B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 75 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.14 |
| HSL | 359.18º | 0.67% | 0.57% | - |
| HSV(B) | 359.18º | 0.67% | 0.86% | - |
| XYZ | 32.87 | 20.33 | 8.85 | - |
| YUV | 116.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 75 | 0 | 0.67 | 0.66 | 0.14 | 359.18 | 0.67 | 0.57 |
| Hex | DB | 49 | 4B | 0 | 43 | 42 | E | 167 | 43 | 39 |
| Octal | 333 | 111 | 113 | 0 | 103 | 102 | 16 | 547 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1001011 | 0 | 1000011 | 1000010 | 1110 | 101100111 | 1000011 | 111001 |
Color Harmonies of #DB494B
Complementary color
Monochromatic Colors of #DB494B
Black with #DB494B
Text Example
Text Example
White with #DB494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB494B; }
p { color: rgb(219,73,75); }
H1.HeaderClassName
{
color: #DB494B;
}
.AnyTagClassName
{
color: #DB494B;
}
</style>
background-color css
<style>
a { background-color: #DB494B; }
a { background-color: rgb(219,73,75); }
div.DivClassName
{
background-color: #DB494B;
}
.BgClassName
{
background-color: #DB494B;
}
</style>
border-color css
<style>
span { border-color: #DB494B; }
span { border-color: rgb(219,73,75); }
td.TdClassName
{
border-color: #DB494B;
}
.TagClassName
{
border-color: #DB494B;
}
</style>