Shades of Mandy #DB5158
Tints of Mandy #DB5158
RGB
CMYK
RGB Variations
Color information
#DB5158 (or 0xDB5158) is known color: Mandy. HEX triplet: DB, 51 and 58. RGB value is (219,81,88). Sum of RGB (Red+Green+Blue) = 219+81+88=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5158 is #24AEA7. Grayscale: #7B7B7B. Windows color (decimal): -2404008 or 5788123. OLE color: 5788123.
HSL color Cylindrical-coordinate representation of color #DB5158: hue angle of 356.96º 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 #DB5158 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 88 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.14 |
| HSL | 356.96º | 0.66% | 0.59% | - |
| HSV(B) | 356.96º | 0.63% | 0.86% | - |
| XYZ | 33.92 | 21.65 | 11.62 | - |
| YUV | 123.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 88 | 0 | 0.63 | 0.60 | 0.14 | 356.96 | 0.66 | 0.59 |
| Hex | DB | 51 | 58 | 0 | 3F | 3C | E | 165 | 42 | 3B |
| Octal | 333 | 121 | 130 | 0 | 77 | 74 | 16 | 545 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1011000 | 0 | 111111 | 111100 | 1110 | 101100101 | 1000010 | 111011 |
Color Harmonies of #DB5158
Complementary color
Monochromatic Colors of #DB5158
Black with #DB5158
Text Example
Text Example
White with #DB5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5158; }
p { color: rgb(219,81,88); }
H1.HeaderClassName
{
color: #DB5158;
}
.AnyTagClassName
{
color: #DB5158;
}
</style>
background-color css
<style>
a { background-color: #DB5158; }
a { background-color: rgb(219,81,88); }
div.DivClassName
{
background-color: #DB5158;
}
.BgClassName
{
background-color: #DB5158;
}
</style>
border-color css
<style>
span { border-color: #DB5158; }
span { border-color: rgb(219,81,88); }
td.TdClassName
{
border-color: #DB5158;
}
.TagClassName
{
border-color: #DB5158;
}
</style>