Shades of Mandy #DB4A5E
Tints of Mandy #DB4A5E
RGB
CMYK
RGB Variations
Color information
#DB4A5E (or 0xDB4A5E) is known color: Mandy. HEX triplet: DB, 4A and 5E. RGB value is (219,74,94). Sum of RGB (Red+Green+Blue) = 219+74+94=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A5E is #24B5A1. Grayscale: #777777. Windows color (decimal): -2405794 or 6179547. OLE color: 6179547.
HSL color Cylindrical-coordinate representation of color #DB4A5E: hue angle of 351.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A5E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 94 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.14 |
| HSL | 351.72º | 0.67% | 0.57% | - |
| HSV(B) | 351.72º | 0.66% | 0.86% | - |
| XYZ | 33.68 | 20.77 | 12.82 | - |
| YUV | 119.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 94 | 0 | 0.66 | 0.57 | 0.14 | 351.72 | 0.67 | 0.57 |
| Hex | DB | 4A | 5E | 0 | 42 | 39 | E | 160 | 43 | 39 |
| Octal | 333 | 112 | 136 | 0 | 102 | 71 | 16 | 540 | 103 | 71 |
| Binary | 11011011 | 1001010 | 1011110 | 0 | 1000010 | 111001 | 1110 | 101100000 | 1000011 | 111001 |
Color Harmonies of #DB4A5E
Complementary color
Monochromatic Colors of #DB4A5E
Black with #DB4A5E
Text Example
Text Example
White with #DB4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A5E; }
p { color: rgb(219,74,94); }
H1.HeaderClassName
{
color: #DB4A5E;
}
.AnyTagClassName
{
color: #DB4A5E;
}
</style>
background-color css
<style>
a { background-color: #DB4A5E; }
a { background-color: rgb(219,74,94); }
div.DivClassName
{
background-color: #DB4A5E;
}
.BgClassName
{
background-color: #DB4A5E;
}
</style>
border-color css
<style>
span { border-color: #DB4A5E; }
span { border-color: rgb(219,74,94); }
td.TdClassName
{
border-color: #DB4A5E;
}
.TagClassName
{
border-color: #DB4A5E;
}
</style>