Shades of Mandy #DB5359
Tints of Mandy #DB5359
RGB
CMYK
RGB Variations
Color information
#DB5359 (or 0xDB5359) is known color: Mandy. HEX triplet: DB, 53 and 59. RGB value is (219,83,89). Sum of RGB (Red+Green+Blue) = 219+83+89=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5359 is #24ACA6. Grayscale: #7C7C7C. Windows color (decimal): -2403495 or 5854171. OLE color: 5854171.
HSL color Cylindrical-coordinate representation of color #DB5359: hue angle of 357.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5359 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 89 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.14 |
| HSL | 357.35º | 0.65% | 0.59% | - |
| HSV(B) | 357.35º | 0.62% | 0.86% | - |
| XYZ | 34.11 | 21.97 | 11.89 | - |
| YUV | 124.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 89 | 0 | 0.62 | 0.59 | 0.14 | 357.35 | 0.65 | 0.59 |
| Hex | DB | 53 | 59 | 0 | 3E | 3B | E | 165 | 41 | 3B |
| Octal | 333 | 123 | 131 | 0 | 76 | 73 | 16 | 545 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1011001 | 0 | 111110 | 111011 | 1110 | 101100101 | 1000001 | 111011 |
Color Harmonies of #DB5359
Complementary color
Monochromatic Colors of #DB5359
Black with #DB5359
Text Example
Text Example
White with #DB5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5359; }
p { color: rgb(219,83,89); }
H1.HeaderClassName
{
color: #DB5359;
}
.AnyTagClassName
{
color: #DB5359;
}
</style>
background-color css
<style>
a { background-color: #DB5359; }
a { background-color: rgb(219,83,89); }
div.DivClassName
{
background-color: #DB5359;
}
.BgClassName
{
background-color: #DB5359;
}
</style>
border-color css
<style>
span { border-color: #DB5359; }
span { border-color: rgb(219,83,89); }
td.TdClassName
{
border-color: #DB5359;
}
.TagClassName
{
border-color: #DB5359;
}
</style>