Shades of Mandy #DB5E62
Tints of Mandy #DB5E62
RGB
CMYK
RGB Variations
Color information
#DB5E62 (or 0xDB5E62) is known color: Mandy. HEX triplet: DB, 5E and 62. RGB value is (219,94,98). Sum of RGB (Red+Green+Blue) = 219+94+98=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E62 is #24A19D. Grayscale: #838383. Windows color (decimal): -2400670 or 6446811. OLE color: 6446811.
HSL color Cylindrical-coordinate representation of color #DB5E62: hue angle of 358.08º 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 #DB5E62 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 98 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.14 |
| HSL | 358.08º | 0.63% | 0.61% | - |
| HSV(B) | 358.08º | 0.57% | 0.86% | - |
| XYZ | 35.42 | 23.95 | 14.31 | - |
| YUV | 131.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 98 | 0 | 0.57 | 0.55 | 0.14 | 358.08 | 0.63 | 0.61 |
| Hex | DB | 5E | 62 | 0 | 39 | 37 | E | 166 | 3F | 3D |
| Octal | 333 | 136 | 142 | 0 | 71 | 67 | 16 | 546 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1100010 | 0 | 111001 | 110111 | 1110 | 101100110 | 111111 | 111101 |
Color Harmonies of #DB5E62
Complementary color
Monochromatic Colors of #DB5E62
Black with #DB5E62
Text Example
Text Example
White with #DB5E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E62; }
p { color: rgb(219,94,98); }
H1.HeaderClassName
{
color: #DB5E62;
}
.AnyTagClassName
{
color: #DB5E62;
}
</style>
background-color css
<style>
a { background-color: #DB5E62; }
a { background-color: rgb(219,94,98); }
div.DivClassName
{
background-color: #DB5E62;
}
.BgClassName
{
background-color: #DB5E62;
}
</style>
border-color css
<style>
span { border-color: #DB5E62; }
span { border-color: rgb(219,94,98); }
td.TdClassName
{
border-color: #DB5E62;
}
.TagClassName
{
border-color: #DB5E62;
}
</style>