Shades of Mandy #DB4856
Tints of Mandy #DB4856
RGB
CMYK
RGB Variations
Color information
#DB4856 (or 0xDB4856) is known color: Mandy. HEX triplet: DB, 48 and 56. RGB value is (219,72,86). Sum of RGB (Red+Green+Blue) = 219+72+86=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4856 is #24B7A9. Grayscale: #757575. Windows color (decimal): -2406314 or 5654747. OLE color: 5654747.
HSL color Cylindrical-coordinate representation of color #DB4856: hue angle of 354.29º 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 #DB4856 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 86 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.14 |
| HSL | 354.29º | 0.67% | 0.57% | - |
| HSV(B) | 354.29º | 0.67% | 0.86% | - |
| XYZ | 33.21 | 20.37 | 10.98 | - |
| YUV | 117.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 86 | 0 | 0.67 | 0.61 | 0.14 | 354.29 | 0.67 | 0.57 |
| Hex | DB | 48 | 56 | 0 | 43 | 3D | E | 162 | 43 | 39 |
| Octal | 333 | 110 | 126 | 0 | 103 | 75 | 16 | 542 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1010110 | 0 | 1000011 | 111101 | 1110 | 101100010 | 1000011 | 111001 |
Color Harmonies of #DB4856
Complementary color
Monochromatic Colors of #DB4856
Black with #DB4856
Text Example
Text Example
White with #DB4856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4856; }
p { color: rgb(219,72,86); }
H1.HeaderClassName
{
color: #DB4856;
}
.AnyTagClassName
{
color: #DB4856;
}
</style>
background-color css
<style>
a { background-color: #DB4856; }
a { background-color: rgb(219,72,86); }
div.DivClassName
{
background-color: #DB4856;
}
.BgClassName
{
background-color: #DB4856;
}
</style>
border-color css
<style>
span { border-color: #DB4856; }
span { border-color: rgb(219,72,86); }
td.TdClassName
{
border-color: #DB4856;
}
.TagClassName
{
border-color: #DB4856;
}
</style>