Shades of Mandy #DB465E
Tints of Mandy #DB465E
RGB
CMYK
RGB Variations
Color information
#DB465E (or 0xDB465E) is known color: Mandy. HEX triplet: DB, 46 and 5E. RGB value is (219,70,94). Sum of RGB (Red+Green+Blue) = 219+70+94=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB465E is #24B9A1. Grayscale: #757575. Windows color (decimal): -2406818 or 6178523. OLE color: 6178523.
HSL color Cylindrical-coordinate representation of color #DB465E: hue angle of 350.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB465E is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 94 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.14 |
| HSL | 350.34º | 0.67% | 0.57% | - |
| HSV(B) | 350.34º | 0.68% | 0.86% | - |
| XYZ | 33.42 | 20.25 | 12.74 | - |
| YUV | 117.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 94 | 0 | 0.68 | 0.57 | 0.14 | 350.34 | 0.67 | 0.57 |
| Hex | DB | 46 | 5E | 0 | 44 | 39 | E | 15E | 43 | 39 |
| Octal | 333 | 106 | 136 | 0 | 104 | 71 | 16 | 536 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1011110 | 0 | 1000100 | 111001 | 1110 | 101011110 | 1000011 | 111001 |
Color Harmonies of #DB465E
Complementary color
Monochromatic Colors of #DB465E
Black with #DB465E
Text Example
Text Example
White with #DB465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB465E; }
p { color: rgb(219,70,94); }
H1.HeaderClassName
{
color: #DB465E;
}
.AnyTagClassName
{
color: #DB465E;
}
</style>
background-color css
<style>
a { background-color: #DB465E; }
a { background-color: rgb(219,70,94); }
div.DivClassName
{
background-color: #DB465E;
}
.BgClassName
{
background-color: #DB465E;
}
</style>
border-color css
<style>
span { border-color: #DB465E; }
span { border-color: rgb(219,70,94); }
td.TdClassName
{
border-color: #DB465E;
}
.TagClassName
{
border-color: #DB465E;
}
</style>