Shades of Mandy #DB4748
Tints of Mandy #DB4748
RGB
CMYK
RGB Variations
Color information
#DB4748 (or 0xDB4748) is known color: Mandy. HEX triplet: DB, 47 and 48. RGB value is (219,71,72). Sum of RGB (Red+Green+Blue) = 219+71+72=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4748 is #24B8B7. Grayscale: #737373. Windows color (decimal): -2406584 or 4736987. OLE color: 4736987.
HSL color Cylindrical-coordinate representation of color #DB4748: hue angle of 359.59º 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 #DB4748 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 72 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.14 |
| HSL | 359.59º | 0.67% | 0.57% | - |
| HSV(B) | 359.59º | 0.68% | 0.86% | - |
| XYZ | 32.64 | 20.03 | 8.28 | - |
| YUV | 115.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 72 | 0 | 0.68 | 0.67 | 0.14 | 359.59 | 0.67 | 0.57 |
| Hex | DB | 47 | 48 | 0 | 44 | 43 | E | 168 | 43 | 39 |
| Octal | 333 | 107 | 110 | 0 | 104 | 103 | 16 | 550 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1001000 | 0 | 1000100 | 1000011 | 1110 | 101101000 | 1000011 | 111001 |
Color Harmonies of #DB4748
Complementary color
Monochromatic Colors of #DB4748
Black with #DB4748
Text Example
Text Example
White with #DB4748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4748; }
p { color: rgb(219,71,72); }
H1.HeaderClassName
{
color: #DB4748;
}
.AnyTagClassName
{
color: #DB4748;
}
</style>
background-color css
<style>
a { background-color: #DB4748; }
a { background-color: rgb(219,71,72); }
div.DivClassName
{
background-color: #DB4748;
}
.BgClassName
{
background-color: #DB4748;
}
</style>
border-color css
<style>
span { border-color: #DB4748; }
span { border-color: rgb(219,71,72); }
td.TdClassName
{
border-color: #DB4748;
}
.TagClassName
{
border-color: #DB4748;
}
</style>