Shades of Mandy #DB515D
Tints of Mandy #DB515D
RGB
CMYK
RGB Variations
Color information
#DB515D (or 0xDB515D) is known color: Mandy. HEX triplet: DB, 51 and 5D. RGB value is (219,81,93). Sum of RGB (Red+Green+Blue) = 219+81+93=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB515D is #24AEA2. Grayscale: #7B7B7B. Windows color (decimal): -2404003 or 6115803. OLE color: 6115803.
HSL color Cylindrical-coordinate representation of color #DB515D: hue angle of 354.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB515D is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 93 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.14 |
| HSL | 354.78º | 0.66% | 0.59% | - |
| HSV(B) | 354.78º | 0.63% | 0.86% | - |
| XYZ | 34.13 | 21.74 | 12.75 | - |
| YUV | 123.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 93 | 0 | 0.63 | 0.58 | 0.14 | 354.78 | 0.66 | 0.59 |
| Hex | DB | 51 | 5D | 0 | 3F | 3A | E | 163 | 42 | 3B |
| Octal | 333 | 121 | 135 | 0 | 77 | 72 | 16 | 543 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1011101 | 0 | 111111 | 111010 | 1110 | 101100011 | 1000010 | 111011 |
Color Harmonies of #DB515D
Complementary color
Monochromatic Colors of #DB515D
Black with #DB515D
Text Example
Text Example
White with #DB515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB515D; }
p { color: rgb(219,81,93); }
H1.HeaderClassName
{
color: #DB515D;
}
.AnyTagClassName
{
color: #DB515D;
}
</style>
background-color css
<style>
a { background-color: #DB515D; }
a { background-color: rgb(219,81,93); }
div.DivClassName
{
background-color: #DB515D;
}
.BgClassName
{
background-color: #DB515D;
}
</style>
border-color css
<style>
span { border-color: #DB515D; }
span { border-color: rgb(219,81,93); }
td.TdClassName
{
border-color: #DB515D;
}
.TagClassName
{
border-color: #DB515D;
}
</style>