Shades of Mandy #DB5C5D
Tints of Mandy #DB5C5D
RGB
CMYK
RGB Variations
Color information
#DB5C5D (or 0xDB5C5D) is known color: Mandy. HEX triplet: DB, 5C and 5D. RGB value is (219,92,93). Sum of RGB (Red+Green+Blue) = 219+92+93=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C5D is #24A3A2. Grayscale: #828282. Windows color (decimal): -2401187 or 6118619. OLE color: 6118619.
HSL color Cylindrical-coordinate representation of color #DB5C5D: hue angle of 359.53º 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 #DB5C5D is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 93 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.14 |
| HSL | 359.53º | 0.64% | 0.61% | - |
| HSV(B) | 359.53º | 0.58% | 0.86% | - |
| XYZ | 35.02 | 23.5 | 13.05 | - |
| YUV | 130.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 93 | 0 | 0.58 | 0.58 | 0.14 | 359.53 | 0.64 | 0.61 |
| Hex | DB | 5C | 5D | 0 | 3A | 3A | E | 168 | 40 | 3D |
| Octal | 333 | 134 | 135 | 0 | 72 | 72 | 16 | 550 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1011101 | 0 | 111010 | 111010 | 1110 | 101101000 | 1000000 | 111101 |
Color Harmonies of #DB5C5D
Complementary color
Monochromatic Colors of #DB5C5D
Black with #DB5C5D
Text Example
Text Example
White with #DB5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C5D; }
p { color: rgb(219,92,93); }
H1.HeaderClassName
{
color: #DB5C5D;
}
.AnyTagClassName
{
color: #DB5C5D;
}
</style>
background-color css
<style>
a { background-color: #DB5C5D; }
a { background-color: rgb(219,92,93); }
div.DivClassName
{
background-color: #DB5C5D;
}
.BgClassName
{
background-color: #DB5C5D;
}
</style>
border-color css
<style>
span { border-color: #DB5C5D; }
span { border-color: rgb(219,92,93); }
td.TdClassName
{
border-color: #DB5C5D;
}
.TagClassName
{
border-color: #DB5C5D;
}
</style>