Shades of Mandy #DB4850
Tints of Mandy #DB4850
RGB
CMYK
RGB Variations
Color information
#DB4850 (or 0xDB4850) is known color: Mandy. HEX triplet: DB, 48 and 50. RGB value is (219,72,80). Sum of RGB (Red+Green+Blue) = 219+72+80=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4850 is #24B7AF. Grayscale: #747474. Windows color (decimal): -2406320 or 5261531. OLE color: 5261531.
HSL color Cylindrical-coordinate representation of color #DB4850: hue angle of 356.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4850 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 80 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.14 |
| HSL | 356.73º | 0.67% | 0.57% | - |
| HSV(B) | 356.73º | 0.67% | 0.86% | - |
| XYZ | 32.98 | 20.27 | 9.76 | - |
| YUV | 116.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 80 | 0 | 0.67 | 0.63 | 0.14 | 356.73 | 0.67 | 0.57 |
| Hex | DB | 48 | 50 | 0 | 43 | 3F | E | 165 | 43 | 39 |
| Octal | 333 | 110 | 120 | 0 | 103 | 77 | 16 | 545 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1010000 | 0 | 1000011 | 111111 | 1110 | 101100101 | 1000011 | 111001 |
Color Harmonies of #DB4850
Complementary color
Monochromatic Colors of #DB4850
Black with #DB4850
Text Example
Text Example
White with #DB4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4850; }
p { color: rgb(219,72,80); }
H1.HeaderClassName
{
color: #DB4850;
}
.AnyTagClassName
{
color: #DB4850;
}
</style>
background-color css
<style>
a { background-color: #DB4850; }
a { background-color: rgb(219,72,80); }
div.DivClassName
{
background-color: #DB4850;
}
.BgClassName
{
background-color: #DB4850;
}
</style>
border-color css
<style>
span { border-color: #DB4850; }
span { border-color: rgb(219,72,80); }
td.TdClassName
{
border-color: #DB4850;
}
.TagClassName
{
border-color: #DB4850;
}
</style>