Shades of Mandy #DB4150
Tints of Mandy #DB4150
RGB
CMYK
RGB Variations
Color information
#DB4150 (or 0xDB4150) is known color: Mandy. HEX triplet: DB, 41 and 50. RGB value is (219,65,80). Sum of RGB (Red+Green+Blue) = 219+65+80=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4150 is #24BEAF. Grayscale: #707070. Windows color (decimal): -2408112 or 5259739. OLE color: 5259739.
HSL color Cylindrical-coordinate representation of color #DB4150: hue angle of 354.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4150 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 80 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.14 |
| HSL | 354.16º | 0.68% | 0.56% | - |
| HSV(B) | 354.16º | 0.7% | 0.86% | - |
| XYZ | 32.55 | 19.42 | 9.62 | - |
| YUV | 112.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 80 | 0 | 0.70 | 0.63 | 0.14 | 354.16 | 0.68 | 0.56 |
| Hex | DB | 41 | 50 | 0 | 46 | 3F | E | 162 | 44 | 38 |
| Octal | 333 | 101 | 120 | 0 | 106 | 77 | 16 | 542 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1010000 | 0 | 1000110 | 111111 | 1110 | 101100010 | 1000100 | 111000 |
Color Harmonies of #DB4150
Complementary color
Monochromatic Colors of #DB4150
Black with #DB4150
Text Example
Text Example
White with #DB4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4150; }
p { color: rgb(219,65,80); }
H1.HeaderClassName
{
color: #DB4150;
}
.AnyTagClassName
{
color: #DB4150;
}
</style>
background-color css
<style>
a { background-color: #DB4150; }
a { background-color: rgb(219,65,80); }
div.DivClassName
{
background-color: #DB4150;
}
.BgClassName
{
background-color: #DB4150;
}
</style>
border-color css
<style>
span { border-color: #DB4150; }
span { border-color: rgb(219,65,80); }
td.TdClassName
{
border-color: #DB4150;
}
.TagClassName
{
border-color: #DB4150;
}
</style>