Shades of Mandy #DB4860
Tints of Mandy #DB4860
RGB
CMYK
RGB Variations
Color information
#DB4860 (or 0xDB4860) is known color: Mandy. HEX triplet: DB, 48 and 60. RGB value is (219,72,96). Sum of RGB (Red+Green+Blue) = 219+72+96=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4860 is #24B79F. Grayscale: #767676. Windows color (decimal): -2406304 or 6310107. OLE color: 6310107.
HSL color Cylindrical-coordinate representation of color #DB4860: hue angle of 350.2º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4860 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 96 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.14 |
| HSL | 350.2º | 0.67% | 0.57% | - |
| HSV(B) | 350.2º | 0.67% | 0.86% | - |
| XYZ | 33.64 | 20.54 | 13.26 | - |
| YUV | 118.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 96 | 0 | 0.67 | 0.56 | 0.14 | 350.2 | 0.67 | 0.57 |
| Hex | DB | 48 | 60 | 0 | 43 | 38 | E | 15E | 43 | 39 |
| Octal | 333 | 110 | 140 | 0 | 103 | 70 | 16 | 536 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1100000 | 0 | 1000011 | 111000 | 1110 | 101011110 | 1000011 | 111001 |
Color Harmonies of #DB4860
Complementary color
Monochromatic Colors of #DB4860
Black with #DB4860
Text Example
Text Example
White with #DB4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4860; }
p { color: rgb(219,72,96); }
H1.HeaderClassName
{
color: #DB4860;
}
.AnyTagClassName
{
color: #DB4860;
}
</style>
background-color css
<style>
a { background-color: #DB4860; }
a { background-color: rgb(219,72,96); }
div.DivClassName
{
background-color: #DB4860;
}
.BgClassName
{
background-color: #DB4860;
}
</style>
border-color css
<style>
span { border-color: #DB4860; }
span { border-color: rgb(219,72,96); }
td.TdClassName
{
border-color: #DB4860;
}
.TagClassName
{
border-color: #DB4860;
}
</style>