Shades of Mandy #DB5861
Tints of Mandy #DB5861
RGB
CMYK
RGB Variations
Color information
#DB5861 (or 0xDB5861) is known color: Mandy. HEX triplet: DB, 58 and 61. RGB value is (219,88,97). Sum of RGB (Red+Green+Blue) = 219+88+97=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5861 is #24A79E. Grayscale: #808080. Windows color (decimal): -2402207 or 6379739. OLE color: 6379739.
HSL color Cylindrical-coordinate representation of color #DB5861: hue angle of 355.88º 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 #DB5861 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 97 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.14 |
| HSL | 355.88º | 0.65% | 0.6% | - |
| HSV(B) | 355.88º | 0.6% | 0.86% | - |
| XYZ | 34.86 | 22.9 | 13.89 | - |
| YUV | 128.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 97 | 0 | 0.60 | 0.56 | 0.14 | 355.88 | 0.65 | 0.6 |
| Hex | DB | 58 | 61 | 0 | 3C | 38 | E | 164 | 41 | 3C |
| Octal | 333 | 130 | 141 | 0 | 74 | 70 | 16 | 544 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1100001 | 0 | 111100 | 111000 | 1110 | 101100100 | 1000001 | 111100 |
Color Harmonies of #DB5861
Complementary color
Monochromatic Colors of #DB5861
Black with #DB5861
Text Example
Text Example
White with #DB5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5861; }
p { color: rgb(219,88,97); }
H1.HeaderClassName
{
color: #DB5861;
}
.AnyTagClassName
{
color: #DB5861;
}
</style>
background-color css
<style>
a { background-color: #DB5861; }
a { background-color: rgb(219,88,97); }
div.DivClassName
{
background-color: #DB5861;
}
.BgClassName
{
background-color: #DB5861;
}
</style>
border-color css
<style>
span { border-color: #DB5861; }
span { border-color: rgb(219,88,97); }
td.TdClassName
{
border-color: #DB5861;
}
.TagClassName
{
border-color: #DB5861;
}
</style>