Shades of Mandy #DB4D60
Tints of Mandy #DB4D60
RGB
CMYK
RGB Variations
Color information
#DB4D60 (or 0xDB4D60) is known color: Mandy. HEX triplet: DB, 4D and 60. RGB value is (219,77,96). Sum of RGB (Red+Green+Blue) = 219+77+96=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D60 is #24B29F. Grayscale: #797979. Windows color (decimal): -2405024 or 6311387. OLE color: 6311387.
HSL color Cylindrical-coordinate representation of color #DB4D60: hue angle of 351.97º 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 #DB4D60 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 96 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.14 |
| HSL | 351.97º | 0.66% | 0.58% | - |
| HSV(B) | 351.97º | 0.65% | 0.86% | - |
| XYZ | 33.98 | 21.21 | 13.37 | - |
| YUV | 121.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 96 | 0 | 0.65 | 0.56 | 0.14 | 351.97 | 0.66 | 0.58 |
| Hex | DB | 4D | 60 | 0 | 41 | 38 | E | 160 | 42 | 3A |
| Octal | 333 | 115 | 140 | 0 | 101 | 70 | 16 | 540 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1100000 | 0 | 1000001 | 111000 | 1110 | 101100000 | 1000010 | 111010 |
Color Harmonies of #DB4D60
Complementary color
Monochromatic Colors of #DB4D60
Black with #DB4D60
Text Example
Text Example
White with #DB4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D60; }
p { color: rgb(219,77,96); }
H1.HeaderClassName
{
color: #DB4D60;
}
.AnyTagClassName
{
color: #DB4D60;
}
</style>
background-color css
<style>
a { background-color: #DB4D60; }
a { background-color: rgb(219,77,96); }
div.DivClassName
{
background-color: #DB4D60;
}
.BgClassName
{
background-color: #DB4D60;
}
</style>
border-color css
<style>
span { border-color: #DB4D60; }
span { border-color: rgb(219,77,96); }
td.TdClassName
{
border-color: #DB4D60;
}
.TagClassName
{
border-color: #DB4D60;
}
</style>