Shades of Mandy #DB5E64
Tints of Mandy #DB5E64
RGB
CMYK
RGB Variations
Color information
#DB5E64 (or 0xDB5E64) is known color: Mandy. HEX triplet: DB, 5E and 64. RGB value is (219,94,100). Sum of RGB (Red+Green+Blue) = 219+94+100=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E64 is #24A19B. Grayscale: #848484. Windows color (decimal): -2400668 or 6577883. OLE color: 6577883.
HSL color Cylindrical-coordinate representation of color #DB5E64: hue angle of 357.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E64 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 100 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.14 |
| HSL | 357.12º | 0.63% | 0.61% | - |
| HSV(B) | 357.12º | 0.57% | 0.86% | - |
| XYZ | 35.52 | 23.99 | 14.81 | - |
| YUV | 132.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 100 | 0 | 0.57 | 0.54 | 0.14 | 357.12 | 0.63 | 0.61 |
| Hex | DB | 5E | 64 | 0 | 39 | 36 | E | 165 | 3F | 3D |
| Octal | 333 | 136 | 144 | 0 | 71 | 66 | 16 | 545 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1100100 | 0 | 111001 | 110110 | 1110 | 101100101 | 111111 | 111101 |
Color Harmonies of #DB5E64
Complementary color
Monochromatic Colors of #DB5E64
Black with #DB5E64
Text Example
Text Example
White with #DB5E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E64; }
p { color: rgb(219,94,100); }
H1.HeaderClassName
{
color: #DB5E64;
}
.AnyTagClassName
{
color: #DB5E64;
}
</style>
background-color css
<style>
a { background-color: #DB5E64; }
a { background-color: rgb(219,94,100); }
div.DivClassName
{
background-color: #DB5E64;
}
.BgClassName
{
background-color: #DB5E64;
}
</style>
border-color css
<style>
span { border-color: #DB5E64; }
span { border-color: rgb(219,94,100); }
td.TdClassName
{
border-color: #DB5E64;
}
.TagClassName
{
border-color: #DB5E64;
}
</style>