Shades of Mandy #DB505E
Tints of Mandy #DB505E
RGB
CMYK
RGB Variations
Color information
#DB505E (or 0xDB505E) is known color: Mandy. HEX triplet: DB, 50 and 5E. RGB value is (219,80,94). Sum of RGB (Red+Green+Blue) = 219+80+94=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB505E is #24AFA1. Grayscale: #7B7B7B. Windows color (decimal): -2404258 or 6181083. OLE color: 6181083.
HSL color Cylindrical-coordinate representation of color #DB505E: hue angle of 353.96º 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 #DB505E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 94 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.14 |
| HSL | 353.96º | 0.66% | 0.59% | - |
| HSV(B) | 353.96º | 0.63% | 0.86% | - |
| XYZ | 34.1 | 21.61 | 12.96 | - |
| YUV | 123.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 94 | 0 | 0.63 | 0.57 | 0.14 | 353.96 | 0.66 | 0.59 |
| Hex | DB | 50 | 5E | 0 | 3F | 39 | E | 162 | 42 | 3B |
| Octal | 333 | 120 | 136 | 0 | 77 | 71 | 16 | 542 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1011110 | 0 | 111111 | 111001 | 1110 | 101100010 | 1000010 | 111011 |
Color Harmonies of #DB505E
Complementary color
Monochromatic Colors of #DB505E
Black with #DB505E
Text Example
Text Example
White with #DB505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB505E; }
p { color: rgb(219,80,94); }
H1.HeaderClassName
{
color: #DB505E;
}
.AnyTagClassName
{
color: #DB505E;
}
</style>
background-color css
<style>
a { background-color: #DB505E; }
a { background-color: rgb(219,80,94); }
div.DivClassName
{
background-color: #DB505E;
}
.BgClassName
{
background-color: #DB505E;
}
</style>
border-color css
<style>
span { border-color: #DB505E; }
span { border-color: rgb(219,80,94); }
td.TdClassName
{
border-color: #DB505E;
}
.TagClassName
{
border-color: #DB505E;
}
</style>