Shades of Mandy #DB5B62
Tints of Mandy #DB5B62
RGB
CMYK
RGB Variations
Color information
#DB5B62 (or 0xDB5B62) is known color: Mandy. HEX triplet: DB, 5B and 62. RGB value is (219,91,98). Sum of RGB (Red+Green+Blue) = 219+91+98=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B62 is #24A49D. Grayscale: #828282. Windows color (decimal): -2401438 or 6446043. OLE color: 6446043.
HSL color Cylindrical-coordinate representation of color #DB5B62: hue angle of 356.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5B62 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 98 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.14 |
| HSL | 356.72º | 0.64% | 0.61% | - |
| HSV(B) | 356.72º | 0.58% | 0.86% | - |
| XYZ | 35.16 | 23.42 | 14.22 | - |
| YUV | 130.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 98 | 0 | 0.58 | 0.55 | 0.14 | 356.72 | 0.64 | 0.61 |
| Hex | DB | 5B | 62 | 0 | 3A | 37 | E | 165 | 40 | 3D |
| Octal | 333 | 133 | 142 | 0 | 72 | 67 | 16 | 545 | 100 | 75 |
| Binary | 11011011 | 1011011 | 1100010 | 0 | 111010 | 110111 | 1110 | 101100101 | 1000000 | 111101 |
Color Harmonies of #DB5B62
Complementary color
Monochromatic Colors of #DB5B62
Black with #DB5B62
Text Example
Text Example
White with #DB5B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B62; }
p { color: rgb(219,91,98); }
H1.HeaderClassName
{
color: #DB5B62;
}
.AnyTagClassName
{
color: #DB5B62;
}
</style>
background-color css
<style>
a { background-color: #DB5B62; }
a { background-color: rgb(219,91,98); }
div.DivClassName
{
background-color: #DB5B62;
}
.BgClassName
{
background-color: #DB5B62;
}
</style>
border-color css
<style>
span { border-color: #DB5B62; }
span { border-color: rgb(219,91,98); }
td.TdClassName
{
border-color: #DB5B62;
}
.TagClassName
{
border-color: #DB5B62;
}
</style>