Shades of Mandy #DB5763
Tints of Mandy #DB5763
RGB
CMYK
RGB Variations
Color information
#DB5763 (or 0xDB5763) is known color: Mandy. HEX triplet: DB, 57 and 63. RGB value is (219,87,99). Sum of RGB (Red+Green+Blue) = 219+87+99=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5763 is #24A89C. Grayscale: #7F7F7F. Windows color (decimal): -2402461 or 6510555. OLE color: 6510555.
HSL color Cylindrical-coordinate representation of color #DB5763: hue angle of 354.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5763 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 99 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.14 |
| HSL | 354.55º | 0.65% | 0.6% | - |
| HSV(B) | 354.55º | 0.6% | 0.86% | - |
| XYZ | 34.87 | 22.78 | 14.36 | - |
| YUV | 127.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 99 | 0 | 0.60 | 0.55 | 0.14 | 354.55 | 0.65 | 0.6 |
| Hex | DB | 57 | 63 | 0 | 3C | 37 | E | 163 | 41 | 3C |
| Octal | 333 | 127 | 143 | 0 | 74 | 67 | 16 | 543 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1100011 | 0 | 111100 | 110111 | 1110 | 101100011 | 1000001 | 111100 |
Color Harmonies of #DB5763
Complementary color
Monochromatic Colors of #DB5763
Black with #DB5763
Text Example
Text Example
White with #DB5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5763; }
p { color: rgb(219,87,99); }
H1.HeaderClassName
{
color: #DB5763;
}
.AnyTagClassName
{
color: #DB5763;
}
</style>
background-color css
<style>
a { background-color: #DB5763; }
a { background-color: rgb(219,87,99); }
div.DivClassName
{
background-color: #DB5763;
}
.BgClassName
{
background-color: #DB5763;
}
</style>
border-color css
<style>
span { border-color: #DB5763; }
span { border-color: rgb(219,87,99); }
td.TdClassName
{
border-color: #DB5763;
}
.TagClassName
{
border-color: #DB5763;
}
</style>