Shades of Mandy #DB4E54
Tints of Mandy #DB4E54
RGB
CMYK
RGB Variations
Color information
#DB4E54 (or 0xDB4E54) is known color: Mandy. HEX triplet: DB, 4E and 54. RGB value is (219,78,84). Sum of RGB (Red+Green+Blue) = 219+78+84=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E54 is #24B1AB. Grayscale: #787878. Windows color (decimal): -2404780 or 5525211. OLE color: 5525211.
HSL color Cylindrical-coordinate representation of color #DB4E54: hue angle of 357.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4E54 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 84 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.14 |
| HSL | 357.45º | 0.66% | 0.58% | - |
| HSV(B) | 357.45º | 0.64% | 0.86% | - |
| XYZ | 33.54 | 21.15 | 10.7 | - |
| YUV | 120.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 84 | 0 | 0.64 | 0.62 | 0.14 | 357.45 | 0.66 | 0.58 |
| Hex | DB | 4E | 54 | 0 | 40 | 3E | E | 165 | 42 | 3A |
| Octal | 333 | 116 | 124 | 0 | 100 | 76 | 16 | 545 | 102 | 72 |
| Binary | 11011011 | 1001110 | 1010100 | 0 | 1000000 | 111110 | 1110 | 101100101 | 1000010 | 111010 |
Color Harmonies of #DB4E54
Complementary color
Monochromatic Colors of #DB4E54
Black with #DB4E54
Text Example
Text Example
White with #DB4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E54; }
p { color: rgb(219,78,84); }
H1.HeaderClassName
{
color: #DB4E54;
}
.AnyTagClassName
{
color: #DB4E54;
}
</style>
background-color css
<style>
a { background-color: #DB4E54; }
a { background-color: rgb(219,78,84); }
div.DivClassName
{
background-color: #DB4E54;
}
.BgClassName
{
background-color: #DB4E54;
}
</style>
border-color css
<style>
span { border-color: #DB4E54; }
span { border-color: rgb(219,78,84); }
td.TdClassName
{
border-color: #DB4E54;
}
.TagClassName
{
border-color: #DB4E54;
}
</style>