Shades of Mandy #DB5D60
Tints of Mandy #DB5D60
RGB
CMYK
RGB Variations
Color information
#DB5D60 (or 0xDB5D60) is known color: Mandy. HEX triplet: DB, 5D and 60. RGB value is (219,93,96). Sum of RGB (Red+Green+Blue) = 219+93+96=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D60 is #24A29F. Grayscale: #838383. Windows color (decimal): -2400928 or 6315483. OLE color: 6315483.
HSL color Cylindrical-coordinate representation of color #DB5D60: hue angle of 358.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D60 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 96 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.14 |
| HSL | 358.57º | 0.64% | 0.61% | - |
| HSV(B) | 358.57º | 0.58% | 0.86% | - |
| XYZ | 35.24 | 23.73 | 13.79 | - |
| YUV | 131.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 96 | 0 | 0.58 | 0.56 | 0.14 | 358.57 | 0.64 | 0.61 |
| Hex | DB | 5D | 60 | 0 | 3A | 38 | E | 167 | 40 | 3D |
| Octal | 333 | 135 | 140 | 0 | 72 | 70 | 16 | 547 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1100000 | 0 | 111010 | 111000 | 1110 | 101100111 | 1000000 | 111101 |
Color Harmonies of #DB5D60
Complementary color
Monochromatic Colors of #DB5D60
Black with #DB5D60
Text Example
Text Example
White with #DB5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D60; }
p { color: rgb(219,93,96); }
H1.HeaderClassName
{
color: #DB5D60;
}
.AnyTagClassName
{
color: #DB5D60;
}
</style>
background-color css
<style>
a { background-color: #DB5D60; }
a { background-color: rgb(219,93,96); }
div.DivClassName
{
background-color: #DB5D60;
}
.BgClassName
{
background-color: #DB5D60;
}
</style>
border-color css
<style>
span { border-color: #DB5D60; }
span { border-color: rgb(219,93,96); }
td.TdClassName
{
border-color: #DB5D60;
}
.TagClassName
{
border-color: #DB5D60;
}
</style>