Shades of Mandy #DB4E5C
Tints of Mandy #DB4E5C
RGB
CMYK
RGB Variations
Color information
#DB4E5C (or 0xDB4E5C) is known color: Mandy. HEX triplet: DB, 4E and 5C. RGB value is (219,78,92). Sum of RGB (Red+Green+Blue) = 219+78+92=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E5C is #24B1A3. Grayscale: #797979. Windows color (decimal): -2404772 or 6049499. OLE color: 6049499.
HSL color Cylindrical-coordinate representation of color #DB4E5C: hue angle of 354.04º 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 #DB4E5C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 92 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.14 |
| HSL | 354.04º | 0.66% | 0.58% | - |
| HSV(B) | 354.04º | 0.64% | 0.86% | - |
| XYZ | 33.87 | 21.28 | 12.45 | - |
| YUV | 121.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 92 | 0 | 0.64 | 0.58 | 0.14 | 354.04 | 0.66 | 0.58 |
| Hex | DB | 4E | 5C | 0 | 40 | 3A | E | 162 | 42 | 3A |
| Octal | 333 | 116 | 134 | 0 | 100 | 72 | 16 | 542 | 102 | 72 |
| Binary | 11011011 | 1001110 | 1011100 | 0 | 1000000 | 111010 | 1110 | 101100010 | 1000010 | 111010 |
Color Harmonies of #DB4E5C
Complementary color
Monochromatic Colors of #DB4E5C
Black with #DB4E5C
Text Example
Text Example
White with #DB4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E5C; }
p { color: rgb(219,78,92); }
H1.HeaderClassName
{
color: #DB4E5C;
}
.AnyTagClassName
{
color: #DB4E5C;
}
</style>
background-color css
<style>
a { background-color: #DB4E5C; }
a { background-color: rgb(219,78,92); }
div.DivClassName
{
background-color: #DB4E5C;
}
.BgClassName
{
background-color: #DB4E5C;
}
</style>
border-color css
<style>
span { border-color: #DB4E5C; }
span { border-color: rgb(219,78,92); }
td.TdClassName
{
border-color: #DB4E5C;
}
.TagClassName
{
border-color: #DB4E5C;
}
</style>