Shades of Mandy #DB5F61
Tints of Mandy #DB5F61
RGB
CMYK
RGB Variations
Color information
#DB5F61 (or 0xDB5F61) is known color: Mandy. HEX triplet: DB, 5F and 61. RGB value is (219,95,97). Sum of RGB (Red+Green+Blue) = 219+95+97=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F61 is #24A09E. Grayscale: #848484. Windows color (decimal): -2400415 or 6381531. OLE color: 6381531.
HSL color Cylindrical-coordinate representation of color #DB5F61: hue angle of 359.03º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F61 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 97 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.14 |
| HSL | 359.03º | 0.63% | 0.62% | - |
| HSV(B) | 359.03º | 0.57% | 0.86% | - |
| XYZ | 35.46 | 24.11 | 14.09 | - |
| YUV | 132.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 97 | 0 | 0.57 | 0.56 | 0.14 | 359.03 | 0.63 | 0.62 |
| Hex | DB | 5F | 61 | 0 | 39 | 38 | E | 167 | 3F | 3E |
| Octal | 333 | 137 | 141 | 0 | 71 | 70 | 16 | 547 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1100001 | 0 | 111001 | 111000 | 1110 | 101100111 | 111111 | 111110 |
Color Harmonies of #DB5F61
Complementary color
Monochromatic Colors of #DB5F61
Black with #DB5F61
Text Example
Text Example
White with #DB5F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F61; }
p { color: rgb(219,95,97); }
H1.HeaderClassName
{
color: #DB5F61;
}
.AnyTagClassName
{
color: #DB5F61;
}
</style>
background-color css
<style>
a { background-color: #DB5F61; }
a { background-color: rgb(219,95,97); }
div.DivClassName
{
background-color: #DB5F61;
}
.BgClassName
{
background-color: #DB5F61;
}
</style>
border-color css
<style>
span { border-color: #DB5F61; }
span { border-color: rgb(219,95,97); }
td.TdClassName
{
border-color: #DB5F61;
}
.TagClassName
{
border-color: #DB5F61;
}
</style>