Shades of Mandy #DB5D5F
Tints of Mandy #DB5D5F
RGB
CMYK
RGB Variations
Color information
#DB5D5F (or 0xDB5D5F) is known color: Mandy. HEX triplet: DB, 5D and 5F. RGB value is (219,93,95). Sum of RGB (Red+Green+Blue) = 219+93+95=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D5F is #24A2A0. Grayscale: #838383. Windows color (decimal): -2400929 or 6249947. OLE color: 6249947.
HSL color Cylindrical-coordinate representation of color #DB5D5F: hue angle of 359.05º 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 #DB5D5F is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 95 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.14 |
| HSL | 359.05º | 0.64% | 0.61% | - |
| HSV(B) | 359.05º | 0.58% | 0.86% | - |
| XYZ | 35.19 | 23.71 | 13.55 | - |
| YUV | 130.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 95 | 0 | 0.58 | 0.57 | 0.14 | 359.05 | 0.64 | 0.61 |
| Hex | DB | 5D | 5F | 0 | 3A | 39 | E | 167 | 40 | 3D |
| Octal | 333 | 135 | 137 | 0 | 72 | 71 | 16 | 547 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1011111 | 0 | 111010 | 111001 | 1110 | 101100111 | 1000000 | 111101 |
Color Harmonies of #DB5D5F
Complementary color
Monochromatic Colors of #DB5D5F
Black with #DB5D5F
Text Example
Text Example
White with #DB5D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D5F; }
p { color: rgb(219,93,95); }
H1.HeaderClassName
{
color: #DB5D5F;
}
.AnyTagClassName
{
color: #DB5D5F;
}
</style>
background-color css
<style>
a { background-color: #DB5D5F; }
a { background-color: rgb(219,93,95); }
div.DivClassName
{
background-color: #DB5D5F;
}
.BgClassName
{
background-color: #DB5D5F;
}
</style>
border-color css
<style>
span { border-color: #DB5D5F; }
span { border-color: rgb(219,93,95); }
td.TdClassName
{
border-color: #DB5D5F;
}
.TagClassName
{
border-color: #DB5D5F;
}
</style>