Shades of Mandy #DB4D5F
Tints of Mandy #DB4D5F
RGB
CMYK
RGB Variations
Color information
#DB4D5F (or 0xDB4D5F) is known color: Mandy. HEX triplet: DB, 4D and 5F. RGB value is (219,77,95). Sum of RGB (Red+Green+Blue) = 219+77+95=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D5F is #24B2A0. Grayscale: #797979. Windows color (decimal): -2405025 or 6245851. OLE color: 6245851.
HSL color Cylindrical-coordinate representation of color #DB4D5F: hue angle of 352.39º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D5F is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 95 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.14 |
| HSL | 352.39º | 0.66% | 0.58% | - |
| HSV(B) | 352.39º | 0.65% | 0.86% | - |
| XYZ | 33.93 | 21.19 | 13.13 | - |
| YUV | 121.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 95 | 0 | 0.65 | 0.57 | 0.14 | 352.39 | 0.66 | 0.58 |
| Hex | DB | 4D | 5F | 0 | 41 | 39 | E | 160 | 42 | 3A |
| Octal | 333 | 115 | 137 | 0 | 101 | 71 | 16 | 540 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1011111 | 0 | 1000001 | 111001 | 1110 | 101100000 | 1000010 | 111010 |
Color Harmonies of #DB4D5F
Complementary color
Monochromatic Colors of #DB4D5F
Black with #DB4D5F
Text Example
Text Example
White with #DB4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D5F; }
p { color: rgb(219,77,95); }
H1.HeaderClassName
{
color: #DB4D5F;
}
.AnyTagClassName
{
color: #DB4D5F;
}
</style>
background-color css
<style>
a { background-color: #DB4D5F; }
a { background-color: rgb(219,77,95); }
div.DivClassName
{
background-color: #DB4D5F;
}
.BgClassName
{
background-color: #DB4D5F;
}
</style>
border-color css
<style>
span { border-color: #DB4D5F; }
span { border-color: rgb(219,77,95); }
td.TdClassName
{
border-color: #DB4D5F;
}
.TagClassName
{
border-color: #DB4D5F;
}
</style>