Shades of Mandy #DB5155
Tints of Mandy #DB5155
RGB
CMYK
RGB Variations
Color information
#DB5155 (or 0xDB5155) is known color: Mandy. HEX triplet: DB, 51 and 55. RGB value is (219,81,85). Sum of RGB (Red+Green+Blue) = 219+81+85=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5155 is #24AEAA. Grayscale: #7A7A7A. Windows color (decimal): -2404011 or 5591515. OLE color: 5591515.
HSL color Cylindrical-coordinate representation of color #DB5155: hue angle of 358.26º 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 #DB5155 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 85 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.14 |
| HSL | 358.26º | 0.66% | 0.59% | - |
| HSV(B) | 358.26º | 0.63% | 0.86% | - |
| XYZ | 33.8 | 21.6 | 10.98 | - |
| YUV | 122.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 85 | 0 | 0.63 | 0.61 | 0.14 | 358.26 | 0.66 | 0.59 |
| Hex | DB | 51 | 55 | 0 | 3F | 3D | E | 166 | 42 | 3B |
| Octal | 333 | 121 | 125 | 0 | 77 | 75 | 16 | 546 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1010101 | 0 | 111111 | 111101 | 1110 | 101100110 | 1000010 | 111011 |
Color Harmonies of #DB5155
Complementary color
Monochromatic Colors of #DB5155
Black with #DB5155
Text Example
Text Example
White with #DB5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5155; }
p { color: rgb(219,81,85); }
H1.HeaderClassName
{
color: #DB5155;
}
.AnyTagClassName
{
color: #DB5155;
}
</style>
background-color css
<style>
a { background-color: #DB5155; }
a { background-color: rgb(219,81,85); }
div.DivClassName
{
background-color: #DB5155;
}
.BgClassName
{
background-color: #DB5155;
}
</style>
border-color css
<style>
span { border-color: #DB5155; }
span { border-color: rgb(219,81,85); }
td.TdClassName
{
border-color: #DB5155;
}
.TagClassName
{
border-color: #DB5155;
}
</style>