Shades of Mandy #DB5062
Tints of Mandy #DB5062
RGB
CMYK
RGB Variations
Color information
#DB5062 (or 0xDB5062) is known color: Mandy. HEX triplet: DB, 50 and 62. RGB value is (219,80,98). Sum of RGB (Red+Green+Blue) = 219+80+98=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5062 is #24AF9D. Grayscale: #7B7B7B. Windows color (decimal): -2404254 or 6443227. OLE color: 6443227.
HSL color Cylindrical-coordinate representation of color #DB5062: hue angle of 352.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5062 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 98 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.14 |
| HSL | 352.23º | 0.66% | 0.59% | - |
| HSV(B) | 352.23º | 0.63% | 0.86% | - |
| XYZ | 34.29 | 21.68 | 13.93 | - |
| YUV | 123.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 98 | 0 | 0.63 | 0.55 | 0.14 | 352.23 | 0.66 | 0.59 |
| Hex | DB | 50 | 62 | 0 | 3F | 37 | E | 160 | 42 | 3B |
| Octal | 333 | 120 | 142 | 0 | 77 | 67 | 16 | 540 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1100010 | 0 | 111111 | 110111 | 1110 | 101100000 | 1000010 | 111011 |
Color Harmonies of #DB5062
Complementary color
Monochromatic Colors of #DB5062
Black with #DB5062
Text Example
Text Example
White with #DB5062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5062; }
p { color: rgb(219,80,98); }
H1.HeaderClassName
{
color: #DB5062;
}
.AnyTagClassName
{
color: #DB5062;
}
</style>
background-color css
<style>
a { background-color: #DB5062; }
a { background-color: rgb(219,80,98); }
div.DivClassName
{
background-color: #DB5062;
}
.BgClassName
{
background-color: #DB5062;
}
</style>
border-color css
<style>
span { border-color: #DB5062; }
span { border-color: rgb(219,80,98); }
td.TdClassName
{
border-color: #DB5062;
}
.TagClassName
{
border-color: #DB5062;
}
</style>