Shades of Mandy #DB4E61
Tints of Mandy #DB4E61
RGB
CMYK
RGB Variations
Color information
#DB4E61 (or 0xDB4E61) is known color: Mandy. HEX triplet: DB, 4E and 61. RGB value is (219,78,97). Sum of RGB (Red+Green+Blue) = 219+78+97=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E61 is #24B19E. Grayscale: #7A7A7A. Windows color (decimal): -2404767 or 6377179. OLE color: 6377179.
HSL color Cylindrical-coordinate representation of color #DB4E61: hue angle of 351.91º 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 #DB4E61 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 97 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.14 |
| HSL | 351.91º | 0.66% | 0.58% | - |
| HSV(B) | 351.91º | 0.64% | 0.86% | - |
| XYZ | 34.1 | 21.37 | 13.64 | - |
| YUV | 122.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 97 | 0 | 0.64 | 0.56 | 0.14 | 351.91 | 0.66 | 0.58 |
| Hex | DB | 4E | 61 | 0 | 40 | 38 | E | 160 | 42 | 3A |
| Octal | 333 | 116 | 141 | 0 | 100 | 70 | 16 | 540 | 102 | 72 |
| Binary | 11011011 | 1001110 | 1100001 | 0 | 1000000 | 111000 | 1110 | 101100000 | 1000010 | 111010 |
Color Harmonies of #DB4E61
Complementary color
Monochromatic Colors of #DB4E61
Black with #DB4E61
Text Example
Text Example
White with #DB4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E61; }
p { color: rgb(219,78,97); }
H1.HeaderClassName
{
color: #DB4E61;
}
.AnyTagClassName
{
color: #DB4E61;
}
</style>
background-color css
<style>
a { background-color: #DB4E61; }
a { background-color: rgb(219,78,97); }
div.DivClassName
{
background-color: #DB4E61;
}
.BgClassName
{
background-color: #DB4E61;
}
</style>
border-color css
<style>
span { border-color: #DB4E61; }
span { border-color: rgb(219,78,97); }
td.TdClassName
{
border-color: #DB4E61;
}
.TagClassName
{
border-color: #DB4E61;
}
</style>