Shades of Mandy #DB5961
Tints of Mandy #DB5961
RGB
CMYK
RGB Variations
Color information
#DB5961 (or 0xDB5961) is known color: Mandy. HEX triplet: DB, 59 and 61. RGB value is (219,89,97). Sum of RGB (Red+Green+Blue) = 219+89+97=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5961 is #24A69E. Grayscale: #808080. Windows color (decimal): -2401951 or 6379995. OLE color: 6379995.
HSL color Cylindrical-coordinate representation of color #DB5961: hue angle of 356.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5961 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 97 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.14 |
| HSL | 356.31º | 0.64% | 0.6% | - |
| HSV(B) | 356.31º | 0.59% | 0.86% | - |
| XYZ | 34.94 | 23.07 | 13.92 | - |
| YUV | 128.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 97 | 0 | 0.59 | 0.56 | 0.14 | 356.31 | 0.64 | 0.6 |
| Hex | DB | 59 | 61 | 0 | 3B | 38 | E | 164 | 40 | 3C |
| Octal | 333 | 131 | 141 | 0 | 73 | 70 | 16 | 544 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1100001 | 0 | 111011 | 111000 | 1110 | 101100100 | 1000000 | 111100 |
Color Harmonies of #DB5961
Complementary color
Monochromatic Colors of #DB5961
Black with #DB5961
Text Example
Text Example
White with #DB5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5961; }
p { color: rgb(219,89,97); }
H1.HeaderClassName
{
color: #DB5961;
}
.AnyTagClassName
{
color: #DB5961;
}
</style>
background-color css
<style>
a { background-color: #DB5961; }
a { background-color: rgb(219,89,97); }
div.DivClassName
{
background-color: #DB5961;
}
.BgClassName
{
background-color: #DB5961;
}
</style>
border-color css
<style>
span { border-color: #DB5961; }
span { border-color: rgb(219,89,97); }
td.TdClassName
{
border-color: #DB5961;
}
.TagClassName
{
border-color: #DB5961;
}
</style>