Shades of Mandy #DB515E
Tints of Mandy #DB515E
RGB
CMYK
RGB Variations
Color information
#DB515E (or 0xDB515E) is known color: Mandy. HEX triplet: DB, 51 and 5E. RGB value is (219,81,94). Sum of RGB (Red+Green+Blue) = 219+81+94=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB515E is #24AEA1. Grayscale: #7B7B7B. Windows color (decimal): -2404002 or 6181339. OLE color: 6181339.
HSL color Cylindrical-coordinate representation of color #DB515E: hue angle of 354.35º 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 #DB515E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 94 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.14 |
| HSL | 354.35º | 0.66% | 0.59% | - |
| HSV(B) | 354.35º | 0.63% | 0.86% | - |
| XYZ | 34.18 | 21.75 | 12.99 | - |
| YUV | 123.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 94 | 0 | 0.63 | 0.57 | 0.14 | 354.35 | 0.66 | 0.59 |
| Hex | DB | 51 | 5E | 0 | 3F | 39 | E | 162 | 42 | 3B |
| Octal | 333 | 121 | 136 | 0 | 77 | 71 | 16 | 542 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1011110 | 0 | 111111 | 111001 | 1110 | 101100010 | 1000010 | 111011 |
Color Harmonies of #DB515E
Complementary color
Monochromatic Colors of #DB515E
Black with #DB515E
Text Example
Text Example
White with #DB515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB515E; }
p { color: rgb(219,81,94); }
H1.HeaderClassName
{
color: #DB515E;
}
.AnyTagClassName
{
color: #DB515E;
}
</style>
background-color css
<style>
a { background-color: #DB515E; }
a { background-color: rgb(219,81,94); }
div.DivClassName
{
background-color: #DB515E;
}
.BgClassName
{
background-color: #DB515E;
}
</style>
border-color css
<style>
span { border-color: #DB515E; }
span { border-color: rgb(219,81,94); }
td.TdClassName
{
border-color: #DB515E;
}
.TagClassName
{
border-color: #DB515E;
}
</style>