Shades of Mandy #DB5A5E
Tints of Mandy #DB5A5E
RGB
CMYK
RGB Variations
Color information
#DB5A5E (or 0xDB5A5E) is known color: Mandy. HEX triplet: DB, 5A and 5E. RGB value is (219,90,94). Sum of RGB (Red+Green+Blue) = 219+90+94=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A5E is #24A5A1. Grayscale: #818181. Windows color (decimal): -2401698 or 6183643. OLE color: 6183643.
HSL color Cylindrical-coordinate representation of color #DB5A5E: hue angle of 358.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A5E is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 94 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.14 |
| HSL | 358.14º | 0.64% | 0.61% | - |
| HSV(B) | 358.14º | 0.59% | 0.86% | - |
| XYZ | 34.89 | 23.18 | 13.23 | - |
| YUV | 129.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 94 | 0 | 0.59 | 0.57 | 0.14 | 358.14 | 0.64 | 0.61 |
| Hex | DB | 5A | 5E | 0 | 3B | 39 | E | 166 | 40 | 3D |
| Octal | 333 | 132 | 136 | 0 | 73 | 71 | 16 | 546 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1011110 | 0 | 111011 | 111001 | 1110 | 101100110 | 1000000 | 111101 |
Color Harmonies of #DB5A5E
Complementary color
Monochromatic Colors of #DB5A5E
Black with #DB5A5E
Text Example
Text Example
White with #DB5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A5E; }
p { color: rgb(219,90,94); }
H1.HeaderClassName
{
color: #DB5A5E;
}
.AnyTagClassName
{
color: #DB5A5E;
}
</style>
background-color css
<style>
a { background-color: #DB5A5E; }
a { background-color: rgb(219,90,94); }
div.DivClassName
{
background-color: #DB5A5E;
}
.BgClassName
{
background-color: #DB5A5E;
}
</style>
border-color css
<style>
span { border-color: #DB5A5E; }
span { border-color: rgb(219,90,94); }
td.TdClassName
{
border-color: #DB5A5E;
}
.TagClassName
{
border-color: #DB5A5E;
}
</style>