Shades of Mandy #DB4854
Tints of Mandy #DB4854
RGB
CMYK
RGB Variations
Color information
#DB4854 (or 0xDB4854) is known color: Mandy. HEX triplet: DB, 48 and 54. RGB value is (219,72,84). Sum of RGB (Red+Green+Blue) = 219+72+84=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4854 is #24B7AB. Grayscale: #757575. Windows color (decimal): -2406316 or 5523675. OLE color: 5523675.
HSL color Cylindrical-coordinate representation of color #DB4854: hue angle of 355.1º 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 #DB4854 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 84 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.14 |
| HSL | 355.1º | 0.67% | 0.57% | - |
| HSV(B) | 355.1º | 0.67% | 0.86% | - |
| XYZ | 33.13 | 20.33 | 10.57 | - |
| YUV | 117.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 84 | 0 | 0.67 | 0.62 | 0.14 | 355.1 | 0.67 | 0.57 |
| Hex | DB | 48 | 54 | 0 | 43 | 3E | E | 163 | 43 | 39 |
| Octal | 333 | 110 | 124 | 0 | 103 | 76 | 16 | 543 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1010100 | 0 | 1000011 | 111110 | 1110 | 101100011 | 1000011 | 111001 |
Color Harmonies of #DB4854
Complementary color
Monochromatic Colors of #DB4854
Black with #DB4854
Text Example
Text Example
White with #DB4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4854; }
p { color: rgb(219,72,84); }
H1.HeaderClassName
{
color: #DB4854;
}
.AnyTagClassName
{
color: #DB4854;
}
</style>
background-color css
<style>
a { background-color: #DB4854; }
a { background-color: rgb(219,72,84); }
div.DivClassName
{
background-color: #DB4854;
}
.BgClassName
{
background-color: #DB4854;
}
</style>
border-color css
<style>
span { border-color: #DB4854; }
span { border-color: rgb(219,72,84); }
td.TdClassName
{
border-color: #DB4854;
}
.TagClassName
{
border-color: #DB4854;
}
</style>