Shades of Mandy #DB4757
Tints of Mandy #DB4757
RGB
CMYK
RGB Variations
Color information
#DB4757 (or 0xDB4757) is known color: Mandy. HEX triplet: DB, 47 and 57. RGB value is (219,71,87). Sum of RGB (Red+Green+Blue) = 219+71+87=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4757 is #24B8A8. Grayscale: #757575. Windows color (decimal): -2406569 or 5720027. OLE color: 5720027.
HSL color Cylindrical-coordinate representation of color #DB4757: hue angle of 353.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4757 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 87 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.14 |
| HSL | 353.51º | 0.67% | 0.57% | - |
| HSV(B) | 353.51º | 0.68% | 0.86% | - |
| XYZ | 33.19 | 20.25 | 11.18 | - |
| YUV | 117.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 87 | 0 | 0.68 | 0.60 | 0.14 | 353.51 | 0.67 | 0.57 |
| Hex | DB | 47 | 57 | 0 | 44 | 3C | E | 162 | 43 | 39 |
| Octal | 333 | 107 | 127 | 0 | 104 | 74 | 16 | 542 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1010111 | 0 | 1000100 | 111100 | 1110 | 101100010 | 1000011 | 111001 |
Color Harmonies of #DB4757
Complementary color
Monochromatic Colors of #DB4757
Black with #DB4757
Text Example
Text Example
White with #DB4757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4757; }
p { color: rgb(219,71,87); }
H1.HeaderClassName
{
color: #DB4757;
}
.AnyTagClassName
{
color: #DB4757;
}
</style>
background-color css
<style>
a { background-color: #DB4757; }
a { background-color: rgb(219,71,87); }
div.DivClassName
{
background-color: #DB4757;
}
.BgClassName
{
background-color: #DB4757;
}
</style>
border-color css
<style>
span { border-color: #DB4757; }
span { border-color: rgb(219,71,87); }
td.TdClassName
{
border-color: #DB4757;
}
.TagClassName
{
border-color: #DB4757;
}
</style>