Shades of Mandy #DB4D62
Tints of Mandy #DB4D62
RGB
CMYK
RGB Variations
Color information
#DB4D62 (or 0xDB4D62) is known color: Mandy. HEX triplet: DB, 4D and 62. RGB value is (219,77,98). Sum of RGB (Red+Green+Blue) = 219+77+98=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D62 is #24B29D. Grayscale: #797979. Windows color (decimal): -2405022 or 6442459. OLE color: 6442459.
HSL color Cylindrical-coordinate representation of color #DB4D62: hue angle of 351.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D62 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 98 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.14 |
| HSL | 351.13º | 0.66% | 0.58% | - |
| HSV(B) | 351.13º | 0.65% | 0.86% | - |
| XYZ | 34.07 | 21.25 | 13.86 | - |
| YUV | 121.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 98 | 0 | 0.65 | 0.55 | 0.14 | 351.13 | 0.66 | 0.58 |
| Hex | DB | 4D | 62 | 0 | 41 | 37 | E | 15F | 42 | 3A |
| Octal | 333 | 115 | 142 | 0 | 101 | 67 | 16 | 537 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1100010 | 0 | 1000001 | 110111 | 1110 | 101011111 | 1000010 | 111010 |
Color Harmonies of #DB4D62
Complementary color
Monochromatic Colors of #DB4D62
Black with #DB4D62
Text Example
Text Example
White with #DB4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D62; }
p { color: rgb(219,77,98); }
H1.HeaderClassName
{
color: #DB4D62;
}
.AnyTagClassName
{
color: #DB4D62;
}
</style>
background-color css
<style>
a { background-color: #DB4D62; }
a { background-color: rgb(219,77,98); }
div.DivClassName
{
background-color: #DB4D62;
}
.BgClassName
{
background-color: #DB4D62;
}
</style>
border-color css
<style>
span { border-color: #DB4D62; }
span { border-color: rgb(219,77,98); }
td.TdClassName
{
border-color: #DB4D62;
}
.TagClassName
{
border-color: #DB4D62;
}
</style>