Shades of Mandy #DB5460
Tints of Mandy #DB5460
RGB
CMYK
RGB Variations
Color information
#DB5460 (or 0xDB5460) is known color: Mandy. HEX triplet: DB, 54 and 60. RGB value is (219,84,96). Sum of RGB (Red+Green+Blue) = 219+84+96=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5460 is #24AB9F. Grayscale: #7D7D7D. Windows color (decimal): -2403232 or 6313179. OLE color: 6313179.
HSL color Cylindrical-coordinate representation of color #DB5460: hue angle of 354.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5460 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 96 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.14 |
| HSL | 354.67º | 0.65% | 0.59% | - |
| HSV(B) | 354.67º | 0.62% | 0.86% | - |
| XYZ | 34.5 | 22.25 | 13.54 | - |
| YUV | 125.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 96 | 0 | 0.62 | 0.56 | 0.14 | 354.67 | 0.65 | 0.59 |
| Hex | DB | 54 | 60 | 0 | 3E | 38 | E | 163 | 41 | 3B |
| Octal | 333 | 124 | 140 | 0 | 76 | 70 | 16 | 543 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1100000 | 0 | 111110 | 111000 | 1110 | 101100011 | 1000001 | 111011 |
Color Harmonies of #DB5460
Complementary color
Monochromatic Colors of #DB5460
Black with #DB5460
Text Example
Text Example
White with #DB5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5460; }
p { color: rgb(219,84,96); }
H1.HeaderClassName
{
color: #DB5460;
}
.AnyTagClassName
{
color: #DB5460;
}
</style>
background-color css
<style>
a { background-color: #DB5460; }
a { background-color: rgb(219,84,96); }
div.DivClassName
{
background-color: #DB5460;
}
.BgClassName
{
background-color: #DB5460;
}
</style>
border-color css
<style>
span { border-color: #DB5460; }
span { border-color: rgb(219,84,96); }
td.TdClassName
{
border-color: #DB5460;
}
.TagClassName
{
border-color: #DB5460;
}
</style>