Shades of Mandy #DB4F59
Tints of Mandy #DB4F59
RGB
CMYK
RGB Variations
Color information
#DB4F59 (or 0xDB4F59) is known color: Mandy. HEX triplet: DB, 4F and 59. RGB value is (219,79,89). Sum of RGB (Red+Green+Blue) = 219+79+89=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F59 is #24B0A6. Grayscale: #7A7A7A. Windows color (decimal): -2404519 or 5853147. OLE color: 5853147.
HSL color Cylindrical-coordinate representation of color #DB4F59: hue angle of 355.71º 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 #DB4F59 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 89 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.14 |
| HSL | 355.71º | 0.66% | 0.58% | - |
| HSV(B) | 355.71º | 0.64% | 0.86% | - |
| XYZ | 33.81 | 21.37 | 11.79 | - |
| YUV | 122 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 89 | 0 | 0.64 | 0.59 | 0.14 | 355.71 | 0.66 | 0.58 |
| Hex | DB | 4F | 59 | 0 | 40 | 3B | E | 164 | 42 | 3A |
| Octal | 333 | 117 | 131 | 0 | 100 | 73 | 16 | 544 | 102 | 72 |
| Binary | 11011011 | 1001111 | 1011001 | 0 | 1000000 | 111011 | 1110 | 101100100 | 1000010 | 111010 |
Color Harmonies of #DB4F59
Complementary color
Monochromatic Colors of #DB4F59
Black with #DB4F59
Text Example
Text Example
White with #DB4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F59; }
p { color: rgb(219,79,89); }
H1.HeaderClassName
{
color: #DB4F59;
}
.AnyTagClassName
{
color: #DB4F59;
}
</style>
background-color css
<style>
a { background-color: #DB4F59; }
a { background-color: rgb(219,79,89); }
div.DivClassName
{
background-color: #DB4F59;
}
.BgClassName
{
background-color: #DB4F59;
}
</style>
border-color css
<style>
span { border-color: #DB4F59; }
span { border-color: rgb(219,79,89); }
td.TdClassName
{
border-color: #DB4F59;
}
.TagClassName
{
border-color: #DB4F59;
}
</style>